Lines Matching full:pdoc
114 CPDF_Document* pDoc, // [IN] The PDF document
290 extern void CheckUnSupportError(CPDF_Document * pDoc, FX_DWORD err_code);
321 CPDF_Document * pDoc = NULL;
322 pDoc = pParser?pParser->GetDocument():NULL;
323 CheckUnSupportError(pDoc, err_code);
345 CPDF_Document * pDoc = NULL;
346 pDoc = pParser?pParser->GetDocument():NULL;
347 CheckUnSupportError(pDoc, err_code);
361 CPDF_Document* pDoc = (CPDF_Document*)doc;
362 CPDF_Parser* pParser = (CPDF_Parser*)pDoc->GetParser();
373 CPDF_Document*pDoc = (CPDF_Document*)document;
374 CPDF_Parser* pParser = (CPDF_Parser*)pDoc->GetParser();
392 CPDF_Document* pDoc = (CPDF_Document*)document;
393 if (pDoc == NULL) return NULL;
394 CPDF_Dictionary* pDict = pDoc->GetPage(page_index);
397 pPage->Load(pDoc, pDict);
406 // CheckUnSupportError(pDoc, 0);
653 CPDF_Document* pDoc = (CPDF_Document*)document;
654 CPDF_Parser* pParser = (CPDF_Parser*)pDoc->GetParser();
657 delete pDoc;
661 // delete pDoc;
846 CPDF_Document* pDoc = (CPDF_Document*)document;
847 if(pDoc == NULL)
850 CPDF_Dictionary* pDict = pDoc->GetPage(page_index);
854 page.Load(pDoc, pDict);
863 CPDF_Document* pDoc = (CPDF_Document*)document;
864 if (!pDoc) return TRUE;
865 CPDF_ViewerPreferences viewRef(pDoc);
876 CPDF_Document* pDoc = (CPDF_Document*)document;
877 CPDF_NameTree name_tree(pDoc, FX_BSTRC("Dests"));
878 return name_tree.LookupNamedDest(pDoc, name);