Searched refs:pFormControl (Results 1 – 4 of 4) sorted by relevance
297 void Field::UpdateFormControl(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl, in UpdateFormControl() argument301 ASSERT(pFormControl != NULL); in UpdateFormControl()306 CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl); in UpdateFormControl()342 CPDFSDK_Widget* Field::GetWidget(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl) in GetWidget() argument345 ASSERT(pFormControl != NULL); in GetWidget()350 return pInterForm->GetWidget(pFormControl); in GetWidget()411 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in alignment() local412 if (!pFormControl)return FALSE; in alignment()414 switch (pFormControl->GetControlAlignment()) in alignment()545 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex)) in SetBorderStyle() local[all …]
229 static void UpdateFormControl(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl, 232 static CPDFSDK_Widget* GetWidget(CPDFSDK_Document* pDocument, CPDF_FormControl* pFormControl);
821 void* pFormControl = NULL; in IsValidFormControl() local822 m_ControlMap.GetNextAssoc(pos, (FX_LPVOID&)pWidgetDict, pFormControl); in IsValidFormControl()823 if (pControl == pFormControl) { in IsValidFormControl()
99 CPDF_FormControl* pFormControl = pPDFInterForm->GetControlByDict(m_pAnnot->m_pAnnotDict); in GetFieldFlags() local100 CPDF_FormField* pFormField = pFormControl->GetField(); in GetFieldFlags()