Home
last modified time | relevance | path

Searched refs:pDocView (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffnotify.cpp44 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout()); in OnPageEvent() local
45 if (!pDocView) { in OnPageEvent()
48 pDocView->OnPageEvent(pSender, eEvent, (int32_t)(uintptr_t)pParam); in OnPageEvent()
151 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); in OnCreateLayoutItem() local
154 return new CXFA_FFPageView(pDocView, pNode); in OnCreateLayoutItem()
232 pWidget->SetDocView(pDocView); in OnCreateLayoutItem()
240 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout); in OnLayoutEvent() local
241 if (!pDocView || !XFA_GetWidgetFromLayoutItem(pSender)) { in OnLayoutEvent()
246 OnLayoutItemAdd(pDocView, pLayout, pSender, pParam, pParam2); in OnLayoutEvent()
249 OnLayoutItemRemoving(pDocView, pLayout, pSender, pParam, pParam2); in OnLayoutEvent()
[all …]
Dxfa_ffdoc.cpp185 CXFA_FFDocView* pDocView = in CreateDocView() local
187 if (!pDocView) { in CreateDocView()
188 pDocView = new CXFA_FFDocView(this); in CreateDocView()
189 m_mapTypeToDocView.SetAt((void*)(uintptr_t)dwView, pDocView); in CreateDocView()
191 return pDocView; in CreateDocView()
197 CXFA_FFDocView* pDocView; in GetDocView() local
198 m_mapTypeToDocView.GetNextAssoc(ps, pType, (void*&)pDocView); in GetDocView()
199 if (pDocView->GetXFALayout() == pLayout) { in GetDocView()
200 return pDocView; in GetDocView()
209 CXFA_FFDocView* pDocView; in GetDocView() local
[all …]
Dxfa_ffnotify.h73 void OnLayoutItemAdd(CXFA_FFDocView* pDocView,
78 void OnLayoutItemRemoving(CXFA_FFDocView* pDocView,
83 void OnLayoutItemRectChanged(CXFA_FFDocView* pDocView,
88 void OnLayoutItemStatustChanged(CXFA_FFDocView* pDocView,
Dxfa_ffdocview.cpp411 static int32_t XFA_ProcessEvent(CXFA_FFDocView* pDocView, in XFA_ProcessEvent() argument
424 if (((CXFA_FFDoc*)pDocView->GetDoc()) in XFA_ProcessEvent()
426 ->IsValidationsEnabled(pDocView->GetDoc())) { in XFA_ProcessEvent()
844 CXFA_FFDocWidgetIterator::CXFA_FFDocWidgetIterator(CXFA_FFDocView* pDocView, in CXFA_FFDocWidgetIterator() argument
847 m_pDocView = pDocView; in CXFA_FFDocWidgetIterator()
896 CXFA_WidgetAccIterator::CXFA_WidgetAccIterator(CXFA_FFDocView* pDocView, in CXFA_WidgetAccIterator() argument
899 m_pDocView = pDocView; in CXFA_WidgetAccIterator()
Dxfa_ffdocview.h134 CXFA_FFDocWidgetIterator(CXFA_FFDocView* pDocView, CXFA_Node* pTravelRoot);
154 CXFA_WidgetAccIterator(CXFA_FFDocView* pDocView, CXFA_Node* pTravelRoot);
Dxfa_ffwidget.h113 void SetDocView(CXFA_FFDocView* pDocView) { m_pDocView = pDocView; } in SetDocView() argument
Dxfa_ffpageview.h13 CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea);
Dxfa_ffpageview.cpp20 CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea) in CXFA_FFPageView() argument
22 m_pDocView(pDocView), in CXFA_FFPageView()
Dxfa_ffwidgethandler.h12 CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView);
Dxfa_ffwidgethandler.cpp16 CXFA_FFWidgetHandler::CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView) in CXFA_FFWidgetHandler() argument
17 : m_pDocView(pDocView) {} in CXFA_FFWidgetHandler()
Dxfa_ffwidgetacc.cpp179 CXFA_WidgetAcc::CXFA_WidgetAcc(CXFA_FFDocView* pDocView, CXFA_Node* pNode) in CXFA_WidgetAcc() argument
181 m_pDocView(pDocView), in CXFA_WidgetAcc()
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp831 IXFA_DocView* pDocView = pDoc->GetXFADocView(); in HitTest() local
832 if (!pDocView) in HitTest()
835 IXFA_WidgetHandler* pWidgetHandler = pDocView->GetWidgetHandler(); in HitTest()
1105 IXFA_DocView* pDocView = pDoc->GetXFADocView(); in GetXFAWidgetHandler() local
1106 if (!pDocView) in GetXFAWidgetHandler()
1109 return pDocView->GetWidgetHandler(); in GetXFAWidgetHandler()
Dfsdk_baseform.cpp52 if (IXFA_DocView* pDocView = pDoc->GetXFADocView()) { in GetMixXFAWidget() local
62 m_hMixXFAWidget = pDocView->GetWidgetByName(sName); in GetMixXFAWidget()
75 if (IXFA_DocView* pDocView = pDoc->GetXFADocView()) { in GetGroupMixXFAWidget() local
78 return pDocView->GetWidgetByName(sName); in GetGroupMixXFAWidget()
90 if (IXFA_DocView* pDocView = pDoc->GetXFADocView()) { in GetXFAWidgetHandler() local
91 m_pWidgetHandler = pDocView->GetWidgetHandler(); in GetXFAWidgetHandler()
248 if (IXFA_DocView* pDocView = pDoc->GetXFADocView()) { in OnXFAAAction() local
249 pDocView->UpdateDocView(); in OnXFAAAction()
1914 if (IXFA_DocView* pDocView = pDoc->GetXFADocView()) { local
1915 pDocView->UpdateDocView();
[all …]
Dfpdfformfill.cpp71 IXFA_DocView* pDocView = pPageView->GetDocView(); in FPDFPage_HasFormFieldAtPoint() local
72 if (!pDocView) in FPDFPage_HasFormFieldAtPoint()
75 pWidgetHandler = pDocView->GetWidgetHandler(); in FPDFPage_HasFormFieldAtPoint()
/external/pdfium/xfa/include/fxfa/
Dfxfa_widget.h24 CXFA_WidgetAcc(CXFA_FFDocView* pDocView, CXFA_Node* pNode);