Lines Matching refs:m_pPDFDoc
39 m_pPDFDoc(pPDFDoc), in CPDFXFA_Document()
53 if (m_pPDFDoc) { in ~CPDFXFA_Document()
54 CPDF_Parser* pParser = m_pPDFDoc->GetParser(); in ~CPDFXFA_Document()
58 delete m_pPDFDoc; in ~CPDFXFA_Document()
73 if (!m_pPDFDoc) in LoadXFADoc()
82 m_pXFADoc = pApp->CreateDoc(this, m_pPDFDoc); in LoadXFADoc()
122 if (!m_pPDFDoc && !m_pXFADoc) in GetPageCount()
128 if (m_pPDFDoc) in GetPageCount()
129 return m_pPDFDoc->GetPageCount(); in GetPageCount()
141 if (!m_pPDFDoc && !m_pXFADoc) in GetPage()
563 if (m_pPDFDoc == NULL) in GetTitle()
565 CPDF_Dictionary* pInfoDict = m_pPDFDoc->GetInfo(); in GetTitle()
578 if (m_pPDFDoc == NULL) in SetTitle()
580 CPDF_Dictionary* pInfoDict = m_pPDFDoc->GetInfo(); in SetTitle()
628 if (m_pPDFDoc == NULL) in ExportData()
630 CPDF_Dictionary* pRoot = m_pPDFDoc->GetRoot(); in ExportData()
937 if (m_pPDFDoc == NULL) { in _ExportSubmitFile()
941 CPDF_Dictionary* pRoot = m_pPDFDoc->GetRoot(); in _ExportSubmitFile()