Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:pArray

75   CPDF_Array* pArray = pXFA->AsArray();
76 if (!pArray)
79 int size = pArray->GetCount();
85 CPDF_Object* pPDFObj = pArray->GetObjectAt(i);
100 CPDF_Stream* pTemplateStream = pArray->GetStreamAt(iTemplate);
112 CPDF_Object* pFormPDFObj = pArray->GetObjectAt(iFormIndex);
125 CPDF_Object* pDataSetsPDFObj = pArray->GetObjectAt(iDataSetsIndex);
158 iLast = pArray->GetCount() - 2;
159 pArray->InsertNewAt<CPDF_String>(iLast, "datasets", false);
160 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument,
184 iLast = pArray->GetCount() - 2;
185 pArray->InsertNewAt<CPDF_String>(iLast, "form", false);
186 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument,