/external/pdfium/core/fpdfdoc/ |
D | cpdf_formcontrol.cpp | 30 CPDF_FormControl::CPDF_FormControl(CPDF_FormField* pField, in CPDF_FormControl() function in CPDF_FormControl 36 CPDF_FormControl::~CPDF_FormControl() = default; 38 CFX_FloatRect CPDF_FormControl::GetRect() const { in GetRect() 42 ByteString CPDF_FormControl::GetOnStateName() const { in GetOnStateName() 62 ByteString CPDF_FormControl::GetCheckedAPState() const { in GetCheckedAPState() 73 WideString CPDF_FormControl::GetExportValue() const { in GetExportValue() 86 bool CPDF_FormControl::IsChecked() const { in IsChecked() 94 bool CPDF_FormControl::IsDefaultChecked() const { in IsDefaultChecked() 106 void CPDF_FormControl::CheckControl(bool bChecked) { in CheckControl() 118 CPDF_FormControl::HighlightingMode CPDF_FormControl::GetHighlightingMode() in GetHighlightingMode() [all …]
|
D | cpdf_interactiveform.h | 27 class CPDF_FormControl; variable 68 CPDF_FormControl* GetControlAtPoint(CPDF_Page* pPage, 71 CPDF_FormControl* GetControlByDict(const CPDF_Dictionary* pWidgetDict) const; 109 const std::vector<UnownedPtr<CPDF_FormControl>>& GetControlsForField( 115 CPDF_FormControl* AddControl(CPDF_FormField* pField, 124 std::map<const CPDF_Dictionary*, std::unique_ptr<CPDF_FormControl>> 127 std::map<const CPDF_FormField*, std::vector<UnownedPtr<CPDF_FormControl>>>
|
D | cpdf_formfield.h | 22 class CPDF_FormControl; variable 91 CPDF_FormControl* GetControl(int index) const; 92 int GetControlIndex(const CPDF_FormControl* pControl) const; 177 const std::vector<UnownedPtr<CPDF_FormControl>>& GetControls() const;
|
D | cpdf_formcontrol.h | 33 class CPDF_FormControl { 37 CPDF_FormControl(CPDF_FormField* pField, CPDF_Dictionary* pWidgetDict); 38 ~CPDF_FormControl();
|
D | cpdf_formfield.cpp | 228 CPDF_FormControl* CPDF_FormField::GetControl(int index) const { in GetControl() 232 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) const { in GetControlIndex() 651 CPDF_FormControl* pControl = GetControl(iControlIndex); in CheckControl() 660 CPDF_FormControl* pCtrl = GetControl(i); in CheckControl() 706 CPDF_FormControl* pControl = GetControl(i); in GetCheckValue() 723 CPDF_FormControl* pControl = GetControl(i); in SetCheckValue() 927 const std::vector<UnownedPtr<CPDF_FormControl>>& CPDF_FormField::GetControls() in GetControls()
|
D | cpdf_interactiveform.cpp | 720 CPDF_FormControl* CPDF_InteractiveForm::GetControlAtPoint( in GetControlAtPoint() 739 CPDF_FormControl* pControl = it->second.get(); in GetControlAtPoint() 750 CPDF_FormControl* CPDF_InteractiveForm::GetControlByDict( in GetControlByDict() 841 const std::vector<UnownedPtr<CPDF_FormControl>>& 966 CPDF_FormControl* CPDF_InteractiveForm::AddControl( in AddControl() 973 auto pNew = pdfium::MakeUnique<CPDF_FormControl>(pField, pWidgetDict); in AddControl() 974 CPDF_FormControl* pControl = pNew.get(); in AddControl()
|
D | cpdf_apsettings.h | 17 class CPDF_FormControl; variable
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interactiveform.h | 22 class CPDF_FormControl; variable 40 CPDFSDK_Widget* GetWidget(CPDF_FormControl* pControl) const; 46 void AddMap(CPDF_FormControl* pControl, CPDFSDK_Widget* pWidget); 47 void RemoveMap(CPDF_FormControl* pControl); 109 std::map<CPDF_FormControl*, CPDFSDK_Widget*> m_Map;
|
D | cpdfsdk_widget.cpp | 273 CPDF_FormControl* pFormCtrl = GetFormControl(); in Synchronize() 374 CPDF_FormControl* pControl = GetFormControl(); in GetFormField() 378 CPDF_FormControl* CPDFSDK_Widget::GetFormControl() const { in GetFormControl() 385 CPDF_FormControl* pCtrl = GetFormControl(); in GetRotate() 396 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetFillColor() 405 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetBorderColor() 414 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetTextColor() 429 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetFontSize() 506 CPDF_FormControl* pFormCtrl = GetFormControl(); in IsChecked() 511 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetAlignment() [all …]
|
D | cpdfsdk_interactiveform.cpp | 125 CPDF_FormControl* pControl) const { in GetWidget() 170 CPDF_FormControl* pFormCtrl = pField->GetControl(i); in GetWidgets() 198 void CPDFSDK_InteractiveForm::AddMap(CPDF_FormControl* pControl, in AddMap() 203 void CPDFSDK_InteractiveForm::RemoveMap(CPDF_FormControl* pControl) { in RemoveMap() 233 CPDF_FormControl* pFormCtrl = pFormField->GetControl(i); in SynchronizeField() 323 CPDF_FormControl* pFormCtrl = pFormField->GetControl(i); in ResetFieldAppearance() 333 CPDF_FormControl* pFormCtrl = pFormField->GetControl(i); in UpdateField() 394 CPDF_FormControl* pControl = pField->GetControl(i); in DoAction_Hide()
|
D | cpdfsdk_widget.h | 24 class CPDF_FormControl; variable 113 CPDF_FormControl* GetFormControl() const;
|
D | cpdfsdk_widgethandler.cpp | 58 CPDF_FormControl* pCtrl = pPDFForm->GetControlByDict(pAnnot->GetAnnotDict()); in NewAnnot() 76 CPDF_FormControl* pControl = pWidget->GetFormControl(); in ReleaseAnnot()
|
D | cpdfsdk_appstream.cpp | 1127 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsPushButton() 1253 CPDF_FormControl::HighlightingMode eHLM = pControl->GetHighlightingMode(); in SetAsPushButton() 1254 if (eHLM == CPDF_FormControl::Push || eHLM == CPDF_FormControl::Toggle) { in SetAsPushButton() 1315 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsCheckBox() 1430 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsRadioButton() 1583 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsComboBox() 1653 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsListBox() 1737 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsTextField()
|
D | fpdf_annot.cpp | 953 CPDF_FormControl* pFormCtrl = pPDFForm->GetControlAtPoint( in FPDFAnnot_GetFormFieldAtPoint() 1029 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_GetFontSize() 1061 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_IsChecked()
|
D | fpdf_formfill.cpp | 243 CPDF_FormControl* pFormCtrl = pPDFForm->GetControlAtPoint( in FPDFPage_HasFormFieldAtPoint()
|
/external/pdfium/fxjs/ |
D | cjs_field.cpp | 99 CPDF_FormControl* pFormControl, in UpdateFormControl() 257 if (CPDF_FormControl* pFormControl = in SetBorderStyle() 309 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in SetDisplay() 323 CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex); in SetDisplay() 353 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in SetLineWidth() 368 if (CPDF_FormControl* pFormControl = in SetLineWidth() 392 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in SetRect() 420 if (CPDF_FormControl* pFormControl = in SetRect() 649 CPDF_FormControl* CJS_Field::GetSmartFieldControl(CPDF_FormField* pFormField) { in GetSmartFieldControl() 668 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in get_alignment() [all …]
|
D | cjs_field.h | 16 class CPDF_FormControl; variable 355 CPDF_FormControl* GetSmartFieldControl(CPDF_FormField* pFormField);
|
D | cjs_publicmethods.cpp | 1322 CPDF_FormControl* pFormCtrl = pFormField->GetControl(c); in AFSimple_Calculate()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.cpp | 69 CPDF_FormControl* pCtrl = pWidget->GetFormControl(); in OnDraw() 70 if (pCtrl->GetHighlightingMode() != CPDF_FormControl::Push) { in OnDraw()
|
D | cffl_radiobutton.cpp | 101 if (CPDF_FormControl* pCtrl = pField->GetControl(i)) { in SaveData()
|
D | cffl_checkbox.cpp | 111 if (CPDF_FormControl* pCtrl = pField->GetControl(i)) { in SaveData()
|