Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:pDoc

56   CPDF_Document* pDoc = page->m_pDocument;
57 std::unique_ptr<CPDF_LinkList>* pHolder = pDoc->LinksContext();
77 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
78 if (!pDoc)
80 CPDF_BookmarkTree tree(pDoc);
90 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
91 if (!pDoc)
93 CPDF_BookmarkTree tree(pDoc);
113 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
114 if (!pDoc)
116 CPDF_BookmarkTree tree(pDoc);
127 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
128 if (!pDoc)
131 CPDF_Dest dest = bookmark.GetDest(pDoc);
139 return action.GetDest(pDoc).GetObject();
173 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
174 if (!pDoc)
177 return action.GetDest(pDoc).GetObject();
201 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
202 if (!pDoc)
205 CFX_ByteString path = action.GetURI(pDoc);
216 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
217 if (!pDoc)
220 return dest.GetPageIndex(pDoc);
289 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
290 if (!pDoc)
293 FPDF_DEST dest = link.GetDest(pDoc).GetObject();
300 return action.GetDest(pDoc).GetObject();
395 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document);
396 if (!pDoc)
398 CPDF_Dictionary* pInfo = pDoc->GetInfo();