Searched refs:m_pDoc (Results 1 – 11 of 11) sorted by relevance
39 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {} in CXFA_FFNotify()44 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent()150 IXFA_DocLayout* pLayout = m_pDoc->GetXFADoc()->GetDocLayout(); in OnCreateLayoutItem()151 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); in OnCreateLayoutItem()240 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); in OnLayoutEvent()279 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunScript()304 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ExecEventByDeepFirst()313 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in AddCalcValidate()326 return m_pDoc; in GetHDOC()329 return m_pDoc->GetDocProvider(); in GetDocProvider()[all …]
52 m_pDoc(pDoc), in CXFA_FFDocView()75 m_pDoc->GetXFADoc()->DoProtoMerge(); in StartLayout()76 m_pDoc->GetXFADoc()->DoDataMerge(); in StartLayout()83 (CXFA_Node*)m_pDoc->GetXFADoc()->GetXFANode(XFA_HASHCODE_Form); in StartLayout()105 (CXFA_Node*)m_pDoc->GetXFADoc()->GetXFANode(XFA_HASHCODE_Form); in StopLayout()142 CXFA_FFApp* pApp = m_pDoc->GetApp(); in ShowNullTestMsg()212 return m_pDoc->GetXFADoc()->GetDocLayout(); in GetXFALayout()257 m_pDoc->GetDocProvider()->SetChangeMark(m_pDoc); in ResetWidgetData()268 (CXFA_Node*)m_pDoc->GetXFADoc()->GetXFANode(XFA_HASHCODE_Config); in ProcessWidgetEvent()306 (CXFA_Node*)m_pDoc->GetXFADoc()->GetXFANode(XFA_HASHCODE_Form); in ProcessWidgetEvent()[all …]
39 virtual IXFA_Doc* GetDoc() { return m_pDoc; } in GetDoc()115 CXFA_FFDoc* m_pDoc; variable
62 CXFA_FFDoc* m_pDoc; variable
93 CXFA_FFDoc* m_pDoc; variable
1866 m_pDoc = pDoc; in CXFA_PDFFontMgr()1886 CPDF_Document* pDoc = m_pDoc->GetPDFDoc(); in FindFont()1900 IFX_FontMgr* pFDEFontMgr = m_pDoc->GetApp()->GetFDEFontMgr(); in FindFont()
10 : m_pDoc(pDoc) {} in CPDF_ViewerPreferences()13 CPDF_Dictionary* pDict = m_pDoc->GetRoot(); in IsDirectionR2L()21 CPDF_Dictionary* pDict = m_pDoc->GetRoot(); in PrintScaling()29 CPDF_Dictionary* pDict = m_pDoc->GetRoot(); in NumCopies()37 CPDF_Dictionary* pDict = m_pDoc->GetRoot(); in PrintPageRange()47 CPDF_Dictionary* pDict = m_pDoc->GetRoot(); in Duplex()
123 CJS_RuntimeStub() : m_pDoc(nullptr) {} in CJS_RuntimeStub()136 m_pDoc = pReaderDoc; in SetReaderDocument()138 CPDFSDK_Document* GetReaderDocument() override { return m_pDoc; } in GetReaderDocument()159 CPDFSDK_Document* m_pDoc; member in CJS_RuntimeStub
503 return m_pDoc ? m_pDoc->GetPDFDoc() : nullptr; in GetPDFDocument()505 return m_pDoc; in GetPDFDocument()511 CPDFXFA_Document* GetXFADocument() const { return m_pDoc; } in GetXFADocument()541 int GetPageCount() { return m_pDoc->GetPageCount(); } in GetPageCount()555 UnderlyingDocumentType* m_pDoc; variable
395 : m_pDoc(pDoc), in CPDFSDK_Document()431 UnderlyingFromFPDFPage(m_pEnv->FFI_GetCurrentPage(m_pDoc)); in GetCurrentView()437 UnderlyingFromFPDFPage(m_pEnv->FFI_GetPage(m_pDoc, nIndex)); in GetPageView()461 if (!m_pDoc) in ProcOpenAction()508 return UnderlyingFromFPDFPage(m_pEnv->FFI_GetPage(m_pDoc, nIndex)); in GetPage()
1087 CPDF_Document* const m_pDoc;