Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp61 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent()
74 m_pDoc->GetDocView()->GetWidgetForNode(pSender->GetNode()); in OnWidgetListItemAdded()
91 m_pDoc->GetDocView()->GetWidgetForNode(pSender->GetNode()); in OnWidgetListItemRemoved()
109 return new CXFA_FFPageView(m_pDoc->GetDocView(pLayout), pNode); in OnCreateContainerLayoutItem()
190 pWidget->SetDocView(m_pDoc->GetDocView(pLayout)); in OnCreateContentLayoutItem()
210 pAcc->FindSplitPos(m_pDoc->GetDocView(), iBlockIndex, fCalcHeightPos); in FindSplitPos()
214 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunScript()
232 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ExecEventByDeepFirst()
241 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in AddCalcValidate()
266 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetWidgetHandler()
[all …]
Dcxfa_ffdoc.h72 CXFA_FFDocView* GetDocView(CXFA_LayoutProcessor* pLayout);
73 CXFA_FFDocView* GetDocView();
Dcxfa_ffcheckbutton.cpp319 exclNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, in OnProcessEvent()
323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam); in OnProcessEvent()
329 exclNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Click, &eParam); in OnProcessEvent()
332 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Click, &eParam); in OnProcessEvent()
Dcxfa_ffwidget.cpp239 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp(); in GetFWLApp()
407 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Enter, &eParam); in OnSetFocus()
570 CXFA_LayoutProcessor* layout = GetDocView()->GetXFALayout(); in GetParent()
596 CXFA_FFDocView* CXFA_FFWidget::GetDocView() { in GetDocView() function in CXFA_FFWidget
628 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Exit, &eParam); in EventKillFocus()
Dcxfa_ffpageview.cpp117 CXFA_FFDocView* CXFA_FFPageView::GetDocView() const { in GetDocView() function in CXFA_FFPageView
148 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFPageWidgetIterator()
235 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFTabOrderPageWidgetIterator()
330 return pRefWidget->GetDocView()->GetWidgetByName(wsWidgetName, pRefWidget); in FindWidgetByName()
Dcxfa_ffcombobox.cpp142 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, pParam); in FWLEventSelChange()
316 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::PreOpen, &eParam); in OnPreOpen()
323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::PostOpen, &eParam); in OnPostOpen()
Dcxfa_ffdatetimeedit.cpp146 m_pNode->GetWidgetAcc()->UpdateUIDisplay(GetDoc()->GetDocView(), this); in CommitData()
205 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam); in OnSelectChanged()
Dcxfa_fftextedit.cpp188 m_pNode->GetWidgetAcc()->UpdateUIDisplay(GetDoc()->GetDocView(), this); in CommitData()
318 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam); in OnTextChanged()
325 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Full, &eParam); in OnTextFull()
Dcxfa_fffield.cpp745 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseEnter, in OnProcessEvent()
751 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseExit, in OnProcessEvent()
757 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseDown, in OnProcessEvent()
763 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::MouseUp, in OnProcessEvent()
772 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Click, &eParam); in OnProcessEvent()
Dcxfa_ffpageview.h26 CXFA_FFDocView* GetDocView() const;
Dcxfa_ffdoc.cpp279 CXFA_FFDocView* CXFA_FFDoc::GetDocView(CXFA_LayoutProcessor* pLayout) { in GetDocView() function in CXFA_FFDoc
284 CXFA_FFDocView* CXFA_FFDoc::GetDocView() { in GetDocView() function in CXFA_FFDoc
Dcxfa_ffwidget.h132 CXFA_FFDocView* GetDocView();
Dcxfa_fflistbox.cpp163 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeEnum::Change, &eParam); in OnSelectChanged()
/external/pdfium/fpdfsdk/
Dcpdfsdk_xfawidgethandler.cpp327 bool bRet = pXFAPageView->GetDocView()->SetFocus(hWidget); in OnXFAChangedFocus()
328 if (pXFAPageView->GetDocView()->GetFocusWidget() == hWidget) in OnXFAChangedFocus()
Dcpdfsdk_pageview.cpp103 CXFA_FFDocView* docView = xfaView->GetDocView();
Dfpdfformfill.cpp240 CXFA_FFDocView* pDocView = pPageView->GetDocView(); in FPDFPage_HasFormFieldAtPoint()