Searched refs:pAcroForm (Results 1 – 2 of 2) sorted by relevance
22 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm"); in CPDF_AnnotList() local23 FX_BOOL bRegenerateAP = pAcroForm && pAcroForm->GetBoolean("NeedAppearances"); in CPDF_AnnotList()
4313 CPDF_Object *pAcroForm = pRoot->GetElement(FX_BSTRC("AcroForm")); in IsFormAvail() local4314 if (!pAcroForm) { in IsFormAvail()4321 m_objs_array.Add(pAcroForm->GetDict()); in IsFormAvail()