Lines Matching refs:pDoc
43 CPDF_Document* pDoc = page->m_pDocument; in GetLinkList() local
44 CPDF_LinkList* pLinkList = (CPDF_LinkList*)pDoc->GetPrivateData(&THISMODULE); in GetLinkList()
47 pDoc->SetPrivateData(&THISMODULE, pLinkList, ReleaseLinkList); in GetLinkList()
56 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetFirstChild() local
57 if (!pDoc) in FPDFBookmark_GetFirstChild()
59 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetFirstChild()
69 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetNextSibling() local
70 if (!pDoc) in FPDFBookmark_GetNextSibling()
72 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetNextSibling()
97 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_Find() local
98 if (!pDoc) in FPDFBookmark_Find()
100 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_Find()
110 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFBookmark_GetDest() local
111 if (!pDoc) in FPDFBookmark_GetDest()
114 CPDF_Dest dest = bookmark.GetDest(pDoc); in FPDFBookmark_GetDest()
122 return action.GetDest(pDoc).GetObject(); in FPDFBookmark_GetDest()
156 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFAction_GetDest() local
157 if (!pDoc) in FPDFAction_GetDest()
160 return action.GetDest(pDoc).GetObject(); in FPDFAction_GetDest()
183 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFAction_GetURIPath() local
184 if (!pDoc) in FPDFAction_GetURIPath()
187 CFX_ByteString path = action.GetURI(pDoc); in FPDFAction_GetURIPath()
198 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFDest_GetPageIndex() local
199 if (!pDoc) in FPDFDest_GetPageIndex()
202 return dest.GetPageIndex(pDoc); in FPDFDest_GetPageIndex()
238 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(document); in FPDFLink_GetDest() local
239 if (!pDoc) in FPDFLink_GetDest()
242 FPDF_DEST dest = link.GetDest(pDoc).GetObject(); in FPDFLink_GetDest()
249 return action.GetDest(pDoc).GetObject(); in FPDFLink_GetDest()
341 CPDF_Document* pDoc = CPDFDocumentFromFPDFDocument(doc); in FPDF_GetMetaText() local
342 if (!pDoc) in FPDF_GetMetaText()
344 CPDF_Dictionary* pInfo = pDoc->GetInfo(); in FPDF_GetMetaText()