Home
last modified time | relevance | path

Searched refs:CPDF_FormControl (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp30 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 …]
Dcpdf_interactiveform.h27 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>>>
Dcpdf_formfield.h22 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;
Dcpdf_formcontrol.h33 class CPDF_FormControl {
37 CPDF_FormControl(CPDF_FormField* pField, CPDF_Dictionary* pWidgetDict);
38 ~CPDF_FormControl();
Dcpdf_formfield.cpp228 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()
Dcpdf_interactiveform.cpp720 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()
Dcpdf_apsettings.h17 class CPDF_FormControl; variable
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.h22 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;
Dcpdfsdk_widget.cpp273 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 …]
Dcpdfsdk_interactiveform.cpp125 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()
Dcpdfsdk_widget.h24 class CPDF_FormControl; variable
113 CPDF_FormControl* GetFormControl() const;
Dcpdfsdk_widgethandler.cpp58 CPDF_FormControl* pCtrl = pPDFForm->GetControlByDict(pAnnot->GetAnnotDict()); in NewAnnot()
76 CPDF_FormControl* pControl = pWidget->GetFormControl(); in ReleaseAnnot()
Dcpdfsdk_appstream.cpp1127 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()
Dfpdf_annot.cpp953 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()
Dfpdf_formfill.cpp243 CPDF_FormControl* pFormCtrl = pPDFForm->GetControlAtPoint( in FPDFPage_HasFormFieldAtPoint()
/external/pdfium/fxjs/
Dcjs_field.cpp99 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 …]
Dcjs_field.h16 class CPDF_FormControl; variable
355 CPDF_FormControl* GetSmartFieldControl(CPDF_FormField* pFormField);
Dcjs_publicmethods.cpp1322 CPDF_FormControl* pFormCtrl = pFormField->GetControl(c); in AFSimple_Calculate()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp69 CPDF_FormControl* pCtrl = pWidget->GetFormControl(); in OnDraw()
70 if (pCtrl->GetHighlightingMode() != CPDF_FormControl::Push) { in OnDraw()
Dcffl_radiobutton.cpp101 if (CPDF_FormControl* pCtrl = pField->GetControl(i)) { in SaveData()
Dcffl_checkbox.cpp111 if (CPDF_FormControl* pCtrl = pField->GetControl(i)) { in SaveData()