Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formcontrol.cpp8 CPDF_FormControl::CPDF_FormControl(CPDF_FormField* pField, CPDF_Dictionary* pWidgetDict) in CPDF_FormControl() function in CPDF_FormControl
14 CFX_FloatRect CPDF_FormControl::GetRect() in GetRect()
18 CFX_ByteString CPDF_FormControl::GetOnStateName() in GetOnStateName()
39 void CPDF_FormControl::SetOnStateName(const CFX_ByteString& csOn) in SetOnStateName()
83 CFX_ByteString CPDF_FormControl::GetCheckedAPState() in GetCheckedAPState()
99 CFX_WideString CPDF_FormControl::GetExportValue() in GetExportValue()
116 FX_BOOL CPDF_FormControl::IsChecked() in IsChecked()
123 FX_BOOL CPDF_FormControl::IsDefaultChecked() in IsDefaultChecked()
134 void CPDF_FormControl::CheckControl(FX_BOOL bChecked) in CheckControl()
150 void CPDF_FormControl::DrawControl(CFX_RenderDevice* pDevice, CFX_AffineMatrix* pMatrix, CPDF_Page*… in DrawControl()
[all …]
Ddoc_formfield.cpp120 CPDF_FormControl* pControl = GetControl(i); in ResetField()
216 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) in GetControlIndex()
223 CPDF_FormControl* pFind = (CPDF_FormControl*)m_ControlList.GetAt(i); in GetControlIndex()
425 CPDF_FormControl* pControl = (CPDF_FormControl*)m_ControlList.GetAt(i); in GetMaxLen()
722 void CPDF_FormField::UpdateAP(CPDF_FormControl* pControl) in UpdateAP()
734 CPDF_FormControl* pControl = GetControl(i); in UpdateAP()
800 CPDF_FormControl* pControl = GetControl(iControlIndex); in CheckControl()
816 CPDF_FormControl* pCtrl = GetControl(i); in CheckControl()
868 CPDF_FormControl* pControl = GetControl(i); in GetCheckValue()
890 CPDF_FormControl* pControl = GetControl(i); in SetCheckValue()
Ddoc_form.cpp294 delete (CPDF_FormControl*)value; in ~CPDF_InterForm()
633 …ewFieldName, int iType, const CPDF_FormField* pExcludedField, const CPDF_FormControl* pExcludedCon… in ValidateFieldName()
710 FX_BOOL CPDF_InterForm::ValidateFieldName(const CPDF_FormControl* pControl, CFX_WideString& csNewFi… in ValidateFieldName()
715 CPDF_FormField* pField = ((CPDF_FormControl*)pControl)->GetField(); in ValidateFieldName()
823 CPDF_FormControl* CPDF_InterForm::GetControl(FX_DWORD index, CFX_WideString csFieldName) in GetControl()
830 return (CPDF_FormControl *)pField->m_ControlList.GetAt(index); in GetControl()
862 CPDF_FormControl* pControl; in CountPageControls()
870 CPDF_FormControl* CPDF_InterForm::GetPageControl(CPDF_Page* pPage, int index) const in GetPageControl()
882 CPDF_FormControl* pControl; in GetPageControl()
893 CPDF_FormControl* CPDF_InterForm::GetControlAtPoint(CPDF_Page* pPage, FX_FLOAT pdf_x, FX_FLOAT pdf_… in GetControlAtPoint()
[all …]
Ddoc_utils.cpp725 CPDF_FormControl* pControl = pField->GetControl(i); in SaveCheckedFieldStatus()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h41 class CPDF_FormControl; variable
857 FX_BOOL ValidateFieldName(const CPDF_FormControl* pControl, CFX_WideString& csNewFieldName);
877 CPDF_FormControl* GetControl(FX_DWORD index, CFX_WideString csFieldName = L"");
883 CPDF_FormControl* GetPageControl(CPDF_Page* pPage, int index) const;
886 CPDF_FormControl* GetControlAtPoint(CPDF_Page* pPage, FX_FLOAT pdf_x, FX_FLOAT pdf_y) const;
888 CPDF_FormControl* GetControlByDict(CPDF_Dictionary* pWidgetDict) const;
1032 CPDF_FormControl* AddControl(const CPDF_FormField* pField, const CPDF_Dictionary* pWidgetDict);
1036 …ewFieldName, int iType, const CPDF_FormField* pExcludedField, const CPDF_FormControl* pExcludedCon…
1057 friend class CPDF_FormControl; variable
1124 CPDF_FormControl* GetControl(int index) in GetControl()
[all …]
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h114 CPDF_FormControl* GetFormControl() const;
115 static CPDF_FormControl* GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnnotDict);
160 #define CPDFSDK_WidgetMap CFX_MapPtrTemplate<CPDF_FormControl*, CPDFSDK_Widget*>
176 CPDFSDK_Widget* GetWidget(CPDF_FormControl* pControl) const;
180 void AddMap(CPDF_FormControl* pControl, CPDFSDK_Widget* pWidget);
181 void RemoveMap(CPDF_FormControl* pControl);
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp98 CPDF_FormControl* pFormControl = pPDFInterForm->GetControlByDict(m_pAnnot->m_pAnnotDict); in GetFieldFlags()
116 CPDF_FormControl* pCtrl = GetFormControl(); in GetFormField()
122 CPDF_FormControl* CPDFSDK_Widget::GetFormControl() const in GetFormControl()
145 CPDF_FormControl* CPDFSDK_Widget::GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnno… in GetFormControl()
150 CPDF_FormControl* pControl = pInterForm->GetControlByDict(pAnnotDict); in GetFormControl()
157 CPDF_FormControl* pCtrl = this->GetFormControl(); in GetRotate()
165 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetFillColor()
176 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetBorderColor()
187 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetTextColor()
206 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetFontSize()
[all …]
Dfsdk_annothandler.cpp405 …if (CPDF_FormControl* pCtrl = CPDFSDK_Widget::GetFormControl(pInterForm->GetInterForm(), pAnnot->m… in NewAnnot()
428 CPDF_FormControl* pCtrol = pWidget->GetFormControl(); in ReleaseAnnot()
Dfpdfformfill.cpp26CPDF_FormControl* pFormCtrl = pInterForm->GetControlAtPoint(pPage, (FX_FLOAT)page_x, (FX_FLOAT)pag… in FPDPage_HasFormFieldAtPoint()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp298 void Field::UpdateFormControl(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl, in UpdateFormControl()
343 CPDFSDK_Widget* Field::GetWidget(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl) in GetWidget()
367 CPDF_FormControl* Field::GetSmartFieldControl(CPDF_FormField* pFormField) in GetSmartFieldControl()
412 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in alignment()
546 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex)) in SetBorderStyle()
593 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonAlignX()
644 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonAlignY()
695 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonFitBounds()
742 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonPosition()
787 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in buttonScaleHow()
[all …]
DPublicMethods.cpp2183 if (CPDF_FormControl* pFormCtrl = pFormField->GetControl(c)) in AFSimple_Calculate()
/external/pdfium/fpdfsdk/include/javascript/
DField.h224 static void UpdateFormControl(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl,
227 static CPDFSDK_Widget* GetWidget(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl);
239 CPDF_FormControl* GetSmartFieldControl(CPDF_FormField* pFormField);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_RadioButton.cpp122 if (CPDF_FormControl* pCtrl = pField->GetControl(i)) in SaveData()
DFFL_CheckBox.cpp129 if (CPDF_FormControl* pCtrl = pField->GetControl(i)) in SaveData()
DFFL_FormFiller.cpp889 CPDF_FormControl* pCtrl = pWidget->GetFormControl(); in OnDraw()
892 CPDF_FormControl::HighlightingMode eHM = pCtrl->GetHighlightingMode(); in OnDraw()
894 if (eHM == CPDF_FormControl::Push) in OnDraw()