Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp52 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent()
63 CXFA_FFWidget* pWidget = m_pDoc->GetDocView()->GetWidgetForNode(pSender); in OnWidgetListItemAdded()
75 CXFA_FFWidget* pWidget = m_pDoc->GetDocView()->GetWidgetForNode(pSender); in OnWidgetListItemRemoved()
88 return pdfium::MakeUnique<CXFA_FFPageView>(m_pDoc->GetDocView(pLayout), in OnCreateViewLayoutItem()
187 pWidget->SetDocView(m_pDoc->GetDocView(pLayout)); in OnCreateContentLayoutItem()
198 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in RunScript()
215 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in ExecEventByDeepFirst()
223 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in AddCalcValidate()
236 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in GetWidgetHandler()
268 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(); in OpenDropDownList()
[all …]
Dcxfa_ffdoc.h63 CXFA_FFDocView* GetDocView(CXFA_LayoutProcessor* pLayout);
64 CXFA_FFDocView* GetDocView();
Dcxfa_ffcheckbutton.cpp319 exclNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, in OnProcessEvent()
323 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, in OnProcessEvent()
330 exclNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Click, in OnProcessEvent()
334 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Click, &eParam); in OnProcessEvent()
Dcxfa_ffpageview.cpp118 CXFA_FFDocView* CXFA_FFPageView::GetDocView() const { in GetDocView() function in CXFA_FFPageView
149 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFPageWidgetIterator()
236 m_pPageView->GetDocView()->GetDoc()->GetXFADoc()->GetCurVersionMode() < in CXFA_FFTabOrderPageWidgetIterator()
332 return pRefWidget->GetDocView()->GetWidgetByName(wsWidgetName, pRefWidget); in FindWidgetByName()
Dcxfa_ffcombobox.cpp144 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, pParam); in FWLEventSelChange()
334 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::PreOpen, &eParam); in OnPreOpen()
341 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::PostOpen, &eParam); in OnPostOpen()
Dcxfa_ffdoc.cpp122 CXFA_FFDocView* CXFA_FFDoc::GetDocView(CXFA_LayoutProcessor* pLayout) { in GetDocView() function in CXFA_FFDoc
127 CXFA_FFDocView* CXFA_FFDoc::GetDocView() { in GetDocView() function in CXFA_FFDoc
Dcxfa_fftextedit.cpp217 GetDoc()->GetDocView()->UpdateUIDisplay(m_pNode.Get(), this); in CommitData()
338 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, &eParam); in OnTextWillChange()
352 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Full, &eParam); in OnTextFull()
Dcxfa_ffwidget.cpp243 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp(); in GetFWLApp()
441 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Enter, &eParam); in OnSetFocus()
632 CXFA_LayoutProcessor* layout = GetDocView()->GetXFALayout(); in GetParent()
679 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Exit, &eParam); in EventKillFocus()
Dcxfa_ffdatetimeedit.cpp150 GetDoc()->GetDocView()->UpdateUIDisplay(m_pNode.Get(), this); in CommitData()
207 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, &eParam); in OnSelectChanged()
Dcxfa_fffield.cpp758 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::MouseEnter, in OnProcessEvent()
764 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::MouseExit, in OnProcessEvent()
770 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::MouseDown, in OnProcessEvent()
776 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::MouseUp, in OnProcessEvent()
785 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Click, &eParam); in OnProcessEvent()
Dcxfa_ffpageview.h29 CXFA_FFDocView* GetDocView() const;
Dcxfa_fflistbox.cpp159 m_pNode->ProcessEvent(GetDocView(), XFA_AttributeValue::Change, &eParam); in OnSelectChanged()
Dcxfa_ffwidget.h150 CXFA_FFDocView* GetDocView() const { return m_pDocView.Get(); } in GetDocView() function
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp210 CXFA_FFDocView* pDocView = pPageView->GetDocView(); in HasFormFieldAtPoint()
251 CXFA_FFDocView* docView = xfaView->GetDocView(); in DrawFocusAnnot()
Dcpdfxfa_widgethandler.cpp575 pXFAPageView->GetDocView()->SetFocus(nullptr); in OnKillFocus()
604 bool bRet = pXFAPageView->GetDocView()->SetFocus(hWidget); in OnXFAChangedFocus()
608 pXFAPageView->GetDocView()->GetFocusWidget() == hWidget) { in OnXFAChangedFocus()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp493 pNotify->GetHDOC()->GetDocView(), pLayoutItem->GetIndex(), in FindLayoutItemSplitPos()