• Home
  • Raw
  • Download

Lines Matching refs:pDoc

57   CPDF_Document* pDoc = page->GetDocument();  in GetLinkList()  local
58 auto* pList = static_cast<CPDF_LinkList*>(pDoc->GetLinksContext()); in GetLinkList()
64 pDoc->SetLinksContext(std::move(pNewList)); in GetLinkList()
72 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetFirstChild() local
73 if (!pDoc) in FPDFBookmark_GetFirstChild()
75 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetFirstChild()
83 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetNextSibling() local
84 if (!pDoc) in FPDFBookmark_GetNextSibling()
90 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetNextSibling()
109 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_Find() local
110 if (!pDoc) in FPDFBookmark_Find()
117 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_Find()
125 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetDest() local
126 if (!pDoc) in FPDFBookmark_GetDest()
133 CPDF_Dest dest = cBookmark.GetDest(pDoc); in FPDFBookmark_GetDest()
141 return FPDFDestFromCPDFArray(action.GetDest(pDoc).GetArray()); in FPDFBookmark_GetDest()
175 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFAction_GetDest() local
176 if (!pDoc) in FPDFAction_GetDest()
184 return FPDFDestFromCPDFArray(cAction.GetDest(pDoc).GetArray()); in FPDFAction_GetDest()
206 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFAction_GetURIPath() local
207 if (!pDoc) in FPDFAction_GetURIPath()
215 ByteString path = cAction.GetURI(pDoc); in FPDFAction_GetURIPath()
224 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFDest_GetDestPageIndex() local
225 if (!pDoc) in FPDFDest_GetDestPageIndex()
232 return destination.GetDestPageIndex(pDoc); in FPDFDest_GetDestPageIndex()
316 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFLink_GetDest() local
317 if (!pDoc) in FPDFLink_GetDest()
320 FPDF_DEST dest = FPDFDestFromCPDFArray(cLink.GetDest(pDoc).GetArray()); in FPDFLink_GetDest()
327 return FPDFDestFromCPDFArray(action.GetDest(pDoc).GetArray()); in FPDFLink_GetDest()
403 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDF_GetMetaText() local
404 if (!pDoc) in FPDF_GetMetaText()
407 const CPDF_Dictionary* pInfo = pDoc->GetInfo(); in FPDF_GetMetaText()