Searched refs:pAnnots (Results 1 – 6 of 6) sorted by relevance
15 CPDF_Array* pAnnots = pPage->m_pFormDict->GetArray("Annots"); in CPDF_AnnotList() local16 if (!pAnnots) in CPDF_AnnotList()22 for (FX_DWORD i = 0; i < pAnnots->GetCount(); ++i) { in CPDF_AnnotList()23 CPDF_Dictionary* pDict = ToDictionary(pAnnots->GetElementValue(i)); in CPDF_AnnotList()31 pAnnots->InsertAt(i, pAction); in CPDF_AnnotList()32 pAnnots->RemoveAt(i + 1); in CPDF_AnnotList()33 pDict = pAnnots->GetDict(i); in CPDF_AnnotList()
913 CPDF_Array* pAnnots = pPageDict->GetArray("Annots"); in FixPageFields() local914 if (!pAnnots) { in FixPageFields()917 int iAnnotCount = pAnnots->GetCount(); in FixPageFields()919 CPDF_Dictionary* pAnnot = pAnnots->GetDict(i); in FixPageFields()
268 CPDF_Array* pAnnots = pPage->m_pFormDict->GetArray("Annots"); in FPDFLink_Enumerate() local269 if (!pAnnots) in FPDFLink_Enumerate()271 for (int i = *startPos; i < (int)pAnnots->GetCount(); i++) { in FPDFLink_Enumerate()273 ToDictionary(static_cast<CPDF_Object*>(pAnnots->GetElementValue(i))); in FPDFLink_Enumerate()
94 CPDF_Array* pAnnots = pPageDic->GetArray("Annots"); in ParserAnnots() local95 if (!pAnnots) in ParserAnnots()98 FX_DWORD dwSize = pAnnots->GetCount(); in ParserAnnots()100 CPDF_Dictionary* pAnnotDic = ToDictionary(pAnnots->GetElementValue(i)); in ParserAnnots()
2129 if (CPDF_Array* pAnnots = pPageDict->GetArray("Annots")) { local2130 for (int j = 0, jsz = pAnnots->GetCount(); j < jsz; j++) {2131 CPDF_Object* pDict = pAnnots->GetElementValue(j);
4355 CPDF_Object* pAnnots = pPageDict->GetElement("Annots"); in CheckPageAnnots() local4356 if (!pAnnots) { in CheckPageAnnots()4360 obj_array.Add(pAnnots); in CheckPageAnnots()