Searched refs:pPDFDoc (Results 1 – 16 of 16) sorted by relevance
41 CPDF_Document* pPDFDoc = m_pDocument->GetPDFDoc(); in LoadPDFPage() local42 if (pPDFDoc) { in LoadPDFPage()43 CPDF_Dictionary* pDict = pPDFDoc->GetPage(m_iPageIndex); in LoadPDFPage()55 m_pPDFPage->Load(pPDFDoc, pDict); in LoadPDFPage()
36 CPDFXFA_Document::CPDFXFA_Document(CPDF_Document* pPDFDoc, in CPDFXFA_Document() argument39 m_pPDFDoc(pPDFDoc), in CPDFXFA_Document()
149 CPDF_Document* pPDFDoc) { in CreateDoc() argument150 if (pPDFDoc == NULL) { in CreateDoc()154 FX_BOOL bSuccess = pDoc->OpenDoc(pPDFDoc); in CreateDoc()
220 FX_BOOL CXFA_FFDoc::OpenDoc(CPDF_Document* pPDFDoc) { in OpenDoc() argument221 if (pPDFDoc == NULL) { in OpenDoc()224 CPDF_Dictionary* pRoot = pPDFDoc->GetRoot(); in OpenDoc()254 m_pPDFDoc = pPDFDoc; in OpenDoc()
34 FX_BOOL OpenDoc(CPDF_Document* pPDFDoc);
38 CPDF_Document* pPDFDoc) override;
285 CPDF_Document* pPDFDoc = CPDFDocumentFromFPDFDocument(document); in _FPDF_Doc_Save() local286 if (!pPDFDoc) in _FPDF_Doc_Save()299 CPDF_Creator FileMaker(pPDFDoc); in _FPDF_Doc_Save()
329 CPDF_Document* pPDFDoc = pDocument->GetPDFDoc(); in FPDF_FFLDraw() local330 if (!pPDFDoc) in FPDF_FFLDraw()373 options.m_pOCContext = new CPDF_OCContext(pPDFDoc); in FPDF_FFLDraw()
320 CPDF_Document* pPDFDoc = pParser->GetDocument(); in FPDF_LoadDocument() local321 if (!pPDFDoc) in FPDF_LoadDocument()325 return new CPDFXFA_Document(pPDFDoc, pProvider); in FPDF_LoadDocument()
446 CPDF_Document* pPDFDoc = GetPDFDocument(); in ProcJavascriptFun() local447 CPDF_DocJSActions docJS(pPDFDoc); in ProcJavascriptFun()
113 CPDF_DocPageData::CPDF_DocPageData(CPDF_Document* pPDFDoc) in CPDF_DocPageData() argument114 : m_pPDFDoc(pPDFDoc), m_bForceClear(FALSE) {} in CPDF_DocPageData()
326 explicit CPDF_DocPageData(CPDF_Document* pPDFDoc);
24 CPDFXFA_Document(CPDF_Document* pPDFDoc, CPDFXFA_App* pProvider);
74 CPDF_DocRenderData(CPDF_Document* pPDFDoc = NULL);
14 CPDF_DocRenderData::CPDF_DocRenderData(CPDF_Document* pPDFDoc) in CPDF_DocRenderData() argument15 : m_pPDFDoc(pPDFDoc), m_pFontCache(new CFX_FontCache) {} in CPDF_DocRenderData()
314 CPDF_Document* pPDFDoc) = 0;