Home
last modified time | relevance | path

Searched refs:GetXFADocView (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp81 !m_pContext->GetFormFillEnv() || !m_pContext->GetXFADocView()) in DisplayCaret()
88 m_pContext->GetXFADocView()->GetWidgetHandler(); in DisplayCaret()
287 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in PageViewEvent()
446 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData()
477 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData()
484 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData()
623 if (!NotifySubmit(true) || !m_pContext->GetXFADocView()) in Submit()
626 m_pContext->GetXFADocView()->UpdateDocView(); in Submit()
701 if (!m_pContext->GetXFADocView()) in ExportSubmitFile()
708 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportSubmitFile()
[all …]
Dcpdfxfa_context.cpp372 CXFA_FFDocView* pXFADocView = GetXFADocView(); in SavePackage()
385 CXFA_FFDocView* pXFADocView = GetXFADocView(); in SendPostSaveToXFADoc()
405 CXFA_FFDocView* pXFADocView = GetXFADocView(); in SendPreSaveToXFADoc()
Dcpdfxfa_context.h44 CXFA_FFDocView* GetXFADocView() const { return m_pXFADocView.Get(); } in GetXFADocView() function
Dcpdfxfa_page.cpp59 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in GetXFAPageView()
Dcpdfxfa_widgethandler.cpp353 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in HitTest()
643 CXFA_FFDocView* pDocView = pDoc->GetXFADocView(); in GetXFAFFWidgetHandler()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp61 static_cast<CPDFXFA_Context*>(pContext)->GetXFADocView(); in GetMixXFAWidget()
87 static_cast<CPDFXFA_Context*>(pContext)->GetXFADocView(); in GetGroupMixXFAWidget()
103 static_cast<CPDFXFA_Context*>(pContext)->GetXFADocView(); in GetXFAWidgetHandler()
254 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) in OnXFAAAction()
302 context->GetXFADocView()->ProcessValueChanged(node); in Synchronize()
820 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) in OnAAction()