Home
last modified time | relevance | path

Searched refs:pXFA (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdfsave.cpp93 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in _SaveXFADocumentData() local
94 if (pXFA == NULL) in _SaveXFADocumentData()
96 if (pXFA->GetType() != PDFOBJ_ARRAY) in _SaveXFADocumentData()
98 CPDF_Array* pArray = pXFA->GetArray(); in _SaveXFADocumentData()
Dfpdfview.cpp350 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in FPDF_HasXFAField() local
351 if (!pXFA) in FPDF_HasXFAField()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp636 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in ExportData() local
637 if (pXFA == NULL) in ExportData()
639 if (pXFA->GetType() != PDFOBJ_ARRAY) in ExportData()
641 CPDF_Array* pArray = pXFA->GetArray(); in ExportData()
951 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in _ExportSubmitFile() local
952 if (pXFA == NULL) { in _ExportSubmitFile()
956 if (pXFA->GetType() != PDFOBJ_ARRAY) { in _ExportSubmitFile()
960 CPDF_Array* pArray = pXFA->GetArray(); in _ExportSubmitFile()