Searched refs:pAcroForm (Results 1 – 6 of 6) sorted by relevance
90 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm"); in _SaveXFADocumentData() local91 if (NULL == pAcroForm) in _SaveXFADocumentData()93 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in _SaveXFADocumentData()
346 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm"); in FPDF_HasXFAField() local347 if (!pAcroForm) in FPDF_HasXFAField()350 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in FPDF_HasXFAField()
20 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm"); in CPDF_AnnotList() local21 FX_BOOL bRegenerateAP = pAcroForm && pAcroForm->GetBoolean("NeedAppearances"); in CPDF_AnnotList()
228 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm"); in OpenDoc() local229 if (pAcroForm == NULL) { in OpenDoc()232 CPDF_Object* pElementXFA = pAcroForm->GetElementValue("XFA"); in OpenDoc()
633 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm"); in ExportData() local634 if (NULL == pAcroForm) in ExportData()636 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in ExportData()946 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm"); in _ExportSubmitFile() local947 if (NULL == pAcroForm) { in _ExportSubmitFile()951 CPDF_Object* pXFA = pAcroForm->GetElement("XFA"); in _ExportSubmitFile()
4609 CPDF_Object* pAcroForm = pRoot->GetElement("AcroForm"); in IsFormAvail() local4610 if (!pAcroForm) { in IsFormAvail()4620 m_objs_array.Add(pAcroForm->GetDict()); in IsFormAvail()