• Home
  • Raw
  • Download

Lines Matching refs:pInterForm

220   CPDF_InterForm* pInterForm = pRDInterForm->GetInterForm();  in AttachField()  local
224 if (pInterForm->CountFields(swFieldNameTemp) <= 0) { in AttachField()
247 CPDF_InterForm* pInterForm = pReaderInterForm->GetInterForm(); in GetFormFields() local
248 for (int i = 0, sz = pInterForm->CountFields(csFieldName); i < sz; ++i) { in GetFormFields()
249 if (CPDF_FormField* pFormField = pInterForm->GetField(i, csFieldName)) in GetFormFields()
265 CPDFSDK_InterForm* pInterForm = pFormFillEnv->GetInterForm(); in UpdateFormField() local
269 pInterForm->GetWidgets(pFormField, &widgets); in UpdateFormField()
300 pInterForm->GetWidgets(pFormField, &widgets); in UpdateFormField()
347 CPDFSDK_InterForm* pInterForm = pWidget->GetInterForm(); in UpdateFormControl() local
348 pInterForm->GetFormFillEnv()->UpdateAllViews(nullptr, pWidget); in UpdateFormControl()
358 CPDFSDK_InterForm* pInterForm = in GetWidget() local
360 return pInterForm ? pInterForm->GetWidget(pFormControl) : nullptr; in GetWidget()
701 CPDF_InterForm* pInterForm = pRDInterForm->GetInterForm(); in get_calc_order_index() local
703 pInterForm->FindFieldInCalculationOrder(pFormField)))); in get_calc_order_index()
958 CPDFSDK_InterForm* pInterForm = m_pFormFillEnv->GetInterForm(); in get_display() local
960 pInterForm->GetWidget(GetSmartFieldControl(pFormField)); in get_display()
993 CPDFSDK_InterForm* pInterForm = pFormFillEnv->GetInterForm(); in SetDisplay() local
1003 CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl); in SetDisplay()
1018 CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl); in SetDisplay()
1186 CPDFSDK_InterForm* pInterForm = m_pFormFillEnv->GetInterForm(); in get_hidden() local
1188 pInterForm->GetWidget(GetSmartFieldControl(pFormField)); in get_hidden()
1267 CPDFSDK_InterForm* pInterForm = m_pFormFillEnv->GetInterForm(); in get_line_width() local
1271 CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormField->GetControl(0)); in get_line_width()
1296 CPDFSDK_InterForm* pInterForm = pFormFillEnv->GetInterForm(); in SetLineWidth() local
1306 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetLineWidth()
1320 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetLineWidth()
1461 CPDFSDK_InterForm* pInterForm = m_pFormFillEnv->GetInterForm(); in get_print() local
1468 pInterForm->GetWidget(GetSmartFieldControl(pFormField)); in get_print()
1477 CPDFSDK_InterForm* pInterForm = m_pFormFillEnv->GetInterForm(); in set_print() local
1490 pInterForm->GetWidget(pFormField->GetControl(i))) { in set_print()
1515 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in set_print()
1577 CPDFSDK_InterForm* pInterForm = m_pFormFillEnv->GetInterForm(); in get_rect() local
1579 pInterForm->GetWidget(GetSmartFieldControl(pFormField)); in get_rect()
1631 CPDFSDK_InterForm* pInterForm = pFormFillEnv->GetInterForm(); in SetRect() local
1641 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetRect()
1668 if (CPDFSDK_Widget* pWidget = pInterForm->GetWidget(pFormControl)) { in SetRect()
2508 CPDFSDK_InterForm* pInterForm = m_pFormFillEnv->GetInterForm(); in setFocus() local
2511 pWidget = pInterForm->GetWidget(pFormField->GetControl(0)); in setFocus()
2522 pInterForm->GetWidget(pFormField->GetControl(i))) { in setFocus()