Searched refs:pElementXFA (Results 1 – 1 of 1) sorted by relevance
300 CPDF_Object* pElementXFA = pAcroForm->GetDirectObjectFor("XFA"); in OpenDoc() local301 if (!pElementXFA) in OpenDoc()305 if (pElementXFA->IsArray()) { in OpenDoc()306 CPDF_Array* pXFAArray = (CPDF_Array*)pElementXFA; in OpenDoc()311 } else if (pElementXFA->IsStream()) { in OpenDoc()312 xfaStreams.push_back((CPDF_Stream*)pElementXFA); in OpenDoc()