Searched refs:pXFA (Results 1 – 3 of 3) sorted by relevance
93 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in _SaveXFADocumentData() local94 if (pXFA == NULL) in _SaveXFADocumentData()96 if (pXFA->GetType() != PDFOBJ_ARRAY) in _SaveXFADocumentData()98 CPDF_Array* pArray = pXFA->GetArray(); in _SaveXFADocumentData()
350 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in FPDF_HasXFAField() local351 if (!pXFA) in FPDF_HasXFAField()
636 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in ExportData() local637 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() local952 if (pXFA == NULL) { in _ExportSubmitFile()956 if (pXFA->GetType() != PDFOBJ_ARRAY) { in _ExportSubmitFile()960 CPDF_Array* pArray = pXFA->GetArray(); in _ExportSubmitFile()