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

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffnotify.cpp44 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout());
85 FX_BOOL bStaticNotify = pWidgetAcc->GetDocView()->IsStaticNotify();
119 FX_BOOL bStaticNotify = pWidgetAcc->GetDocView()->IsStaticNotify();
151 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
240 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
279 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
304 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
313 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
335 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
346 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
[all...]
H A Dxfa_ffdoc.h39 CXFA_FFDocView* GetDocView(IXFA_DocLayout* pLayout);
40 CXFA_FFDocView* GetDocView();
H A Dxfa_ffpageview.cpp25 IXFA_DocView* CXFA_FFPageView::GetDocView() { function in class:CXFA_FFPageView
124 m_bIgnorerelevant = ((CXFA_FFDoc*)m_pPageView->GetDocView()->GetDoc())
190 m_bIgnorerelevant = ((CXFA_FFDoc*)m_pPageView->GetDocView()->GetDoc())
283 return pRefWidget->GetDocView()->GetWidgetByName(wsWidgetName, pRefWidget);
H A Dxfa_ffpageview.h17 IXFA_DocView* GetDocView() override;
H A Dxfa_ffdoc.cpp193 CXFA_FFDocView* CXFA_FFDoc::GetDocView(IXFA_DocLayout* pLayout) { function in class:CXFA_FFDoc
205 CXFA_FFDocView* CXFA_FFDoc::GetDocView() { function in class:CXFA_FFDoc
H A Dxfa_ffwidget.h112 CXFA_FFDocView* GetDocView();
H A Dxfa_ffdocview.cpp893 return new CXFA_WidgetAccIterator(pTravelRoot->GetDocView(),
H A Dxfa_ffwidgetacc.cpp302 CXFA_FFDocView* CXFA_WidgetAcc::GetDocView() { function in class:CXFA_WidgetAcc
H A Dxfa_ffwidget.cpp365 CXFA_FFDocView* CXFA_FFWidget::GetDocView() { function in class:CXFA_FFWidget
/external/pdfium/xfa/include/fxfa/
H A Dfxfa_widget.h38 CXFA_FFDocView* GetDocView();
H A Dfxfa.h640 virtual IXFA_DocView* GetDocView() = 0;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp1077 bRet = pXFAPageView->GetDocView()->SetFocus(hWidget);
1078 if (pXFAPageView->GetDocView()->GetFocusWidget() == hWidget)
H A Dfpdfformfill.cpp71 IXFA_DocView* pDocView = pPageView->GetDocView();
H A Dfsdk_mgr.cpp693 IXFA_DocView* docView = xfaView->GetDocView();

Completed in 203 milliseconds