Searched refs:GetDocView (Results 1 – 14 of 14) sorted by relevance
44 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 …]
39 CXFA_FFDocView* GetDocView(IXFA_DocLayout* pLayout);40 CXFA_FFDocView* GetDocView();
25 IXFA_DocView* CXFA_FFPageView::GetDocView() { in GetDocView() function in CXFA_FFPageView124 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()
17 IXFA_DocView* GetDocView() override;
193 CXFA_FFDocView* CXFA_FFDoc::GetDocView(IXFA_DocLayout* pLayout) { in GetDocView() function in CXFA_FFDoc205 CXFA_FFDocView* CXFA_FFDoc::GetDocView() { in GetDocView() function in CXFA_FFDoc
112 CXFA_FFDocView* GetDocView();
893 return new CXFA_WidgetAccIterator(pTravelRoot->GetDocView(), in XFA_WidgetAccIterator_Create()
302 CXFA_FFDocView* CXFA_WidgetAcc::GetDocView() { in GetDocView() function in CXFA_WidgetAcc
365 CXFA_FFDocView* CXFA_FFWidget::GetDocView() { in GetDocView() function in CXFA_FFWidget
38 CXFA_FFDocView* GetDocView();
640 virtual IXFA_DocView* GetDocView() = 0;
1077 bRet = pXFAPageView->GetDocView()->SetFocus(hWidget); in OnXFAChangedFocus()1078 if (pXFAPageView->GetDocView()->GetFocusWidget() == hWidget) in OnXFAChangedFocus()
71 IXFA_DocView* pDocView = pPageView->GetDocView(); in FPDFPage_HasFormFieldAtPoint()
693 IXFA_DocView* docView = xfaView->GetDocView();