Home
last modified time | relevance | path

Searched refs:pInterForm (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdfformfill.cpp22 CPDF_InterForm * pInterForm = NULL; in FPDPage_HasFormFieldAtPoint() local
23 pInterForm = new CPDF_InterForm(pPage->m_pDocument,FALSE); in FPDPage_HasFormFieldAtPoint()
24 if (!pInterForm) in FPDPage_HasFormFieldAtPoint()
26 …CPDF_FormControl* pFormCtrl = pInterForm->GetControlAtPoint(pPage, (FX_FLOAT)page_x, (FX_FLOAT)pag… in FPDPage_HasFormFieldAtPoint()
29 delete pInterForm; in FPDPage_HasFormFieldAtPoint()
35 delete pInterForm; in FPDPage_HasFormFieldAtPoint()
40 delete pInterForm; in FPDPage_HasFormFieldAtPoint()
292 if(CPDFSDK_InterForm* pInterForm = pSDKDoc->GetInterForm()) in FPDF_SetFormFieldHighlightColor() local
294 pInterForm->SetHighlightColor(color, fieldType); in FPDF_SetFormFieldHighlightColor()
308 if(CPDFSDK_InterForm* pInterForm = pSDKDoc->GetInterForm()) in FPDF_SetFormFieldHighlightAlpha() local
[all …]
Dfsdk_actionhandler.cpp278 CPDFSDK_InterForm* pInterForm = pDocument->GetInterForm(); in IsValidField() local
279 ASSERT(pInterForm != NULL); in IsValidField()
281 CPDF_InterForm* pPDFInterForm = pInterForm->GetInterForm(); in IsValidField()
783 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pDocument->GetInterForm(); in DoAction_Hide() local
784 ASSERT(pInterForm != NULL); in DoAction_Hide()
786 if (pInterForm->DoAction_Hide(action)) in DoAction_Hide()
799 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pDocument->GetInterForm(); in DoAction_SubmitForm() local
800 ASSERT(pInterForm != NULL); in DoAction_SubmitForm()
802 return pInterForm->DoAction_SubmitForm(action); in DoAction_SubmitForm()
809 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pDocument->GetInterForm(); in DoAction_ResetForm() local
[all …]
Dfpdf_ext.cpp209 CPDF_InterForm * pInterForm = FX_NEW CPDF_InterForm(pDoc,FALSE); in CheckUnSupportError() local
210 if (pInterForm) in CheckUnSupportError()
212 if(pInterForm->HasXFAForm()) in CheckUnSupportError()
216 delete pInterForm; in CheckUnSupportError()
Dfsdk_annothandler.cpp401 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pSDKDoc->GetInterForm(); in NewAnnot() local
402 ASSERT(pInterForm != NULL); in NewAnnot()
405 …if (CPDF_FormControl* pCtrl = CPDFSDK_Widget::GetFormControl(pInterForm->GetInterForm(), pAnnot->m… in NewAnnot()
407 pWidget = new CPDFSDK_Widget(pAnnot, pPage, pInterForm); in NewAnnot()
408 pInterForm->AddMap(pCtrl, pWidget); in NewAnnot()
409 CPDF_InterForm* pPDFInterForm = pInterForm->GetInterForm(); in NewAnnot()
425 CPDFSDK_InterForm* pInterForm = pWidget->GetInterForm(); in ReleaseAnnot() local
426 ASSERT(pInterForm != NULL); in ReleaseAnnot()
429 pInterForm->RemoveMap(pCtrol); in ReleaseAnnot()
Dfsdk_mgr.cpp600 CPDFSDK_InterForm* pInterForm = pSDKDoc->GetInterForm(); in CPDFSDK_PageView() local
601 if(pInterForm) in CPDFSDK_PageView()
603 CPDF_InterForm* pPDFInterForm = pInterForm->GetInterForm(); in CPDFSDK_PageView()
Dfsdk_baseform.cpp25 …t::CPDFSDK_Widget(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* pInterForm) : in CPDFSDK_Widget() argument
27 m_pInterForm(pInterForm), in CPDFSDK_Widget()
145 CPDF_FormControl* CPDFSDK_Widget::GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnno… in GetFormControl() argument
147 ASSERT(pInterForm != NULL); in GetFormControl()
150 CPDF_FormControl* pControl = pInterForm->GetControlByDict(pAnnotDict); in GetFormControl()
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp187 CPDF_InterForm* pInterForm = pRDInterForm->GetInterForm(); in AttachField() local
188 ASSERT(pInterForm != NULL); in AttachField()
193 if (pInterForm->CountFields(swFieldNameTemp) <= 0) in AttachField()
218 CPDF_InterForm* pInterForm = pReaderInterForm->GetInterForm(); in GetFormFields() local
219 ASSERT(pInterForm != NULL); in GetFormFields()
223 for (int i=0,sz=pInterForm->CountFields(csFieldName); i<sz; i++) in GetFormFields()
225 if (CPDF_FormField* pFormField = pInterForm->GetField(i, csFieldName)) in GetFormFields()
243 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pDocument->GetInterForm(); in UpdateFormField() local
244 ASSERT(pInterForm != NULL); in UpdateFormField()
247 pInterForm->GetWidgets(pFormField, widgets); in UpdateFormField()
[all …]
DDocument.cpp197 CPDFSDK_InterForm *pInterForm = m_pDocument->GetInterForm(); in numFields() local
198 ASSERT(pInterForm != NULL); in numFields()
200 CPDF_InterForm *pPDFForm = pInterForm->GetInterForm(); in numFields()
353 CPDFSDK_InterForm* pInterForm= (CPDFSDK_InterForm*)m_pDocument->GetInterForm(); in exportAsFDF() local
354 ASSERT(pInterForm != NULL); in exportAsFDF()
356 CPDF_InterForm* pPDFForm = pInterForm->GetInterForm(); in exportAsFDF()
400 return pInterForm->ExportFieldsToFDFFile(swFilePath, fields, TRUE); in exportAsFDF()
431 CPDFSDK_InterForm* pInterForm = m_pDocument->GetInterForm(); in getField() local
432 ASSERT(pInterForm != NULL); in getField()
434 CPDF_InterForm* pPDFForm = pInterForm->GetInterForm(); in getField()
[all …]
Dapp.cpp219 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pDoc->GetInterForm(); in calculate() local
220 ASSERT(pInterForm != NULL); in calculate()
221 pInterForm->EnableCalculate((FX_BOOL)m_bCalculate); in calculate()
DPublicMethods.cpp2138 CPDF_InterForm* pInterForm = pReaderInterForm->GetInterForm(); in AFSimple_Calculate() local
2139 ASSERT(pInterForm != NULL); in AFSimple_Calculate()
2158 for (int j=0,jsz=pInterForm->CountFields(wsFieldName); j<jsz; j++) in AFSimple_Calculate()
2160 if (CPDF_FormField* pFormField = pInterForm->GetField(j, wsFieldName)) in AFSimple_Calculate()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp942 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pDocument->GetInterForm(); in OnCalculate() local
943 ASSERT(pInterForm != NULL); in OnCalculate()
945 pInterForm->OnCalculate(pWidget->GetFormField()); in OnCalculate()
964 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pDocument->GetInterForm(); in OnFormat() local
965 ASSERT(pInterForm != NULL); in OnFormat()
968 CFX_WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), GetCommitKey(), bFormated); in OnFormat()
976 pInterForm->ResetFieldAppearance(pWidget->GetFormField(), sValue, TRUE); in OnFormat()
977 pInterForm->UpdateField(pWidget->GetFormField()); in OnFormat()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h54 CPDFSDK_Widget(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* pInterForm);
115 static CPDF_FormControl* GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnnotDict);