Searched refs:GetPDFDoc (Results 1 – 8 of 8) sorted by relevance
393 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in GetTitle()396 const CPDF_Dictionary* pInfoDict = m_pContext->GetPDFDoc()->GetInfo(); in GetTitle()406 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in SetTitle()409 CPDF_Dictionary* pInfoDict = m_pContext->GetPDFDoc()->GetInfo(); in SetTitle()450 if (!m_pContext->GetPDFDoc()) in ExportData()453 const CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportData()725 if (!m_pContext->GetPDFDoc()) { in ExportSubmitFile()730 const CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportSubmitFile()
200 auto pPage = pdfium::MakeRetain<CPDFXFA_Page>(GetPDFDoc(), page_index); in GetXFAPage()228 CPDF_Document* CPDFXFA_Context::GetPDFDoc() const { in GetPDFDoc() function in CPDFXFA_Context
56 CPDF_Document* GetPDFDoc() const override;
59 hDoc->GetPDFDoc(), hDoc->GetApp()->GetFDEFontMgr(), in GetFont()
62 CPDF_Document* GetPDFDoc() const { return m_pPDFDoc.Get(); } in GetPDFDoc() function
141 m_pPDFFontMgr = pdfium::MakeUnique<CFGAS_PDFFontMgr>(GetPDFDoc(), mgr); in OpenDoc()
51 CPDF_Document* pPDFDocument = pContext->GetPDFDoc(); in SaveXFADocumentData()
43 virtual CPDF_Document* GetPDFDoc() const = 0;