/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffnotify.cpp | 44 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 …]
|
D | xfa_ffdoc.cpp | 185 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 …]
|
D | xfa_ffnotify.h | 73 void OnLayoutItemAdd(CXFA_FFDocView* pDocView, 78 void OnLayoutItemRemoving(CXFA_FFDocView* pDocView, 83 void OnLayoutItemRectChanged(CXFA_FFDocView* pDocView, 88 void OnLayoutItemStatustChanged(CXFA_FFDocView* pDocView,
|
D | xfa_ffdocview.cpp | 411 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()
|
D | xfa_ffdocview.h | 134 CXFA_FFDocWidgetIterator(CXFA_FFDocView* pDocView, CXFA_Node* pTravelRoot); 154 CXFA_WidgetAccIterator(CXFA_FFDocView* pDocView, CXFA_Node* pTravelRoot);
|
D | xfa_ffwidget.h | 113 void SetDocView(CXFA_FFDocView* pDocView) { m_pDocView = pDocView; } in SetDocView() argument
|
D | xfa_ffpageview.h | 13 CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea);
|
D | xfa_ffpageview.cpp | 20 CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea) in CXFA_FFPageView() argument 22 m_pDocView(pDocView), in CXFA_FFPageView()
|
D | xfa_ffwidgethandler.h | 12 CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView);
|
D | xfa_ffwidgethandler.cpp | 16 CXFA_FFWidgetHandler::CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView) in CXFA_FFWidgetHandler() argument 17 : m_pDocView(pDocView) {} in CXFA_FFWidgetHandler()
|
D | xfa_ffwidgetacc.cpp | 179 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/ |
D | fsdk_annothandler.cpp | 831 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()
|
D | fsdk_baseform.cpp | 52 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 …]
|
D | fpdfformfill.cpp | 71 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/ |
D | fxfa_widget.h | 24 CXFA_WidgetAcc(CXFA_FFDocView* pDocView, CXFA_Node* pNode);
|