Home
last modified time | relevance | path

Searched refs:GetDocView (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffnotify.cpp44 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent()
85 FX_BOOL bStaticNotify = pWidgetAcc->GetDocView()->IsStaticNotify(); in OnWidgetDataEvent()
119 FX_BOOL bStaticNotify = pWidgetAcc->GetDocView()->IsStaticNotify(); in OnWidgetDataEvent()
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()
335 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetWidgetHandler()
346 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OpenDropDownList()
[all …]
Dxfa_ffdoc.h39 CXFA_FFDocView* GetDocView(IXFA_DocLayout* pLayout);
40 CXFA_FFDocView* GetDocView();
Dxfa_ffpageview.cpp25 IXFA_DocView* CXFA_FFPageView::GetDocView() { in GetDocView() function in CXFA_FFPageView
124 m_bIgnorerelevant = ((CXFA_FFDoc*)m_pPageView->GetDocView()->GetDoc()) in CXFA_FFPageWidgetIterator()
190 m_bIgnorerelevant = ((CXFA_FFDoc*)m_pPageView->GetDocView()->GetDoc()) in CXFA_FFTabOrderPageWidgetIterator()
283 return pRefWidget->GetDocView()->GetWidgetByName(wsWidgetName, pRefWidget); in FindWidgetByName()
Dxfa_ffpageview.h17 IXFA_DocView* GetDocView() override;
Dxfa_ffdoc.cpp193 CXFA_FFDocView* CXFA_FFDoc::GetDocView(IXFA_DocLayout* pLayout) { in GetDocView() function in CXFA_FFDoc
205 CXFA_FFDocView* CXFA_FFDoc::GetDocView() { in GetDocView() function in CXFA_FFDoc
Dxfa_ffwidget.h112 CXFA_FFDocView* GetDocView();
Dxfa_ffdocview.cpp893 return new CXFA_WidgetAccIterator(pTravelRoot->GetDocView(), in XFA_WidgetAccIterator_Create()
Dxfa_ffwidgetacc.cpp302 CXFA_FFDocView* CXFA_WidgetAcc::GetDocView() { in GetDocView() function in CXFA_WidgetAcc
Dxfa_ffwidget.cpp365 CXFA_FFDocView* CXFA_FFWidget::GetDocView() { in GetDocView() function in CXFA_FFWidget
/external/pdfium/xfa/include/fxfa/
Dfxfa_widget.h38 CXFA_FFDocView* GetDocView();
Dfxfa.h640 virtual IXFA_DocView* GetDocView() = 0;
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp1077 bRet = pXFAPageView->GetDocView()->SetFocus(hWidget); in OnXFAChangedFocus()
1078 if (pXFAPageView->GetDocView()->GetFocusWidget() == hWidget) in OnXFAChangedFocus()
Dfpdfformfill.cpp71 IXFA_DocView* pDocView = pPageView->GetDocView(); in FPDFPage_HasFormFieldAtPoint()
Dfsdk_mgr.cpp693 IXFA_DocView* docView = xfaView->GetDocView();