Searched refs:pFormControl (Results 1 – 5 of 5) sorted by relevance
319 CPDF_FormControl* pFormControl, in UpdateFormControl() argument323 ASSERT(pFormControl); in UpdateFormControl()326 CPDFSDK_Widget* pWidget = pForm->GetWidget(pFormControl); in UpdateFormControl()357 CPDF_FormControl* pFormControl) { in GetWidget() argument360 return pInterForm ? pInterForm->GetWidget(pFormControl) : nullptr; in GetWidget()392 CPDF_FormControl* pFormControl = GetSmartFieldControl(pFormField); in get_alignment() local393 if (!pFormControl) in get_alignment()396 switch (pFormControl->GetControlAlignment()) { in get_alignment()500 if (CPDF_FormControl* pFormControl = in SetBorderStyle() local502 if (CPDFSDK_Widget* pWidget = GetWidget(pFormFillEnv, pFormControl)) { in SetBorderStyle()[all …]
304 CPDF_FormControl* pFormControl,310 CPDF_FormControl* pFormControl);
56 CPDF_FormControl* pFormControl);60 CPDF_FormControl* pFormControl);
360 CPDF_FormControl* pFormControl) { in SynchronizeXFAValue() argument362 ASSERT(pFormControl); in SynchronizeXFAValue()368 pFormField->GetControlIndex(pFormControl), in SynchronizeXFAValue()378 pFormField->GetControlIndex(pFormControl), in SynchronizeXFAValue()428 CPDF_FormControl* pFormControl) { in SynchronizeXFAItems() argument525 CPDF_FormControl* pFormControl = in GetFieldFlags() local527 CPDF_FormField* pFormField = pFormControl->GetField(); in GetFieldFlags()
183 void AddFormControl(CPDF_FormControl* pFormControl) { in AddFormControl() argument184 m_ControlList.emplace_back(pFormControl); in AddFormControl()