Lines Matching full:parray
108 CPDF_Array* pArray = pXFA->AsArray();
109 if (!pArray)
112 int size = pArray->GetCount();
118 CPDF_Object* pPDFObj = pArray->GetObjectAt(i);
133 CPDF_Stream* pTemplateStream = pArray->GetStreamAt(iTemplate);
146 CPDF_Object* pFormPDFObj = pArray->GetObjectAt(iFormIndex);
159 CPDF_Object* pDataSetsPDFObj = pArray->GetObjectAt(iDataSetsIndex);
189 iLast = pArray->GetCount() - 2;
190 pArray->InsertNewAt<CPDF_String>(iLast, "datasets", false);
191 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument,
211 iLast = pArray->GetCount() - 2;
212 pArray->InsertNewAt<CPDF_String>(iLast, "form", false);
213 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument,