Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp90 !m_pContext->GetFormFillEnv() || !m_pContext->GetXFADocView()) in DisplayCaret()
97 m_pContext->GetXFADocView()->GetWidgetHandler(); in DisplayCaret()
296 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView(); in OnPageViewEvent()
460 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData()
492 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData()
499 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData()
646 if (!OnBeforeNotifySubmit() || !m_pContext->GetXFADocView()) in Submit()
649 m_pContext->GetXFADocView()->UpdateDocView(); in Submit()
721 if (!m_pContext->GetXFADocView()) in ExportSubmitFile()
728 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportSubmitFile()
[all …]
Dcpdfxfa_context.cpp427 CXFA_FFDocView* pXFADocView = GetXFADocView(); in SavePackage()
440 CXFA_FFDocView* pXFADocView = GetXFADocView(); in SendPostSaveToXFADoc()
460 CXFA_FFDocView* pXFADocView = GetXFADocView(); in SendPreSaveToXFADoc()
Dcpdfxfa_context.h60 CXFA_FFDocView* GetXFADocView() const { return m_pXFADocView.Get(); } in GetXFADocView() function
Dcpdfxfa_page.cpp107 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView(); in GetXFAPageView()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp66 static_cast<CPDFXFA_Context*>(pContext)->GetXFADocView(); in GetMixXFAWidget()
92 static_cast<CPDFXFA_Context*>(pContext)->GetXFADocView(); in GetGroupMixXFAWidget()
107 static_cast<CPDFXFA_Context*>(pContext)->GetXFADocView(); in GetXFAWidgetHandler()
247 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in OnXFAAAction()
297 context->GetXFADocView()->ProcessValueChanged(node); in Synchronize()
333 CXFA_FFDocView* pDocView = pContext->GetXFADocView(); in HandleXFAAAction()