Home | History | Annotate | Download | only in fpdfsdk

Lines Matching defs:pDoc

56   CPDF_Document* pDoc = page->m_pDocument.Get();
57 std::unique_ptr<CPDF_LinkList>* pHolder = pDoc->LinksContext();
67 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
68 if (!pDoc)
70 CPDF_BookmarkTree tree(pDoc);
80 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
81 if (!pDoc)
83 CPDF_BookmarkTree tree(pDoc);
102 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
103 if (!pDoc)
105 CPDF_BookmarkTree tree(pDoc);
116 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
117 if (!pDoc)
120 CPDF_Dest dest = bookmark.GetDest(pDoc);
128 return action.GetDest(pDoc).GetObject();
163 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
164 if (!pDoc)
167 return action.GetDest(pDoc).GetObject();
191 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
192 if (!pDoc)
195 ByteString path = action.GetURI(pDoc);
206 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
207 if (!pDoc)
210 return dest.GetPageIndex(pDoc);
297 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
298 if (!pDoc)
301 FPDF_DEST dest = link.GetDest(pDoc).GetObject();
308 return action.GetDest(pDoc).GetObject();
400 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
401 if (!pDoc)
403 pDoc->LoadDocumentInfo();
404 const CPDF_Dictionary* pInfo = pDoc->GetInfo();