Home
last modified time | relevance | path

Searched refs:GetDoc (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fftextedit.cpp65 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
142 GetDoc()->GetDocProvider()->PopupMenu(this, pt, NULL); in OnRButtonUp()
374 GetDoc()->GetDocProvider()->AddDoRecord(this); in OnAddDoRecord()
380 return GetDoc()->GetDocProvider()->CheckWord(GetDoc(), sWord); in CheckWord()
387 return GetDoc()->GetDocProvider()->GetSuggestWords(GetDoc(), sWord, sSuggest); in GetSuggestWords()
471 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
543 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
638 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
778 this->GetDoc()->GetXFADoc()->GetLocalMgr()); in OnSelectChanged()
788 GetDoc()->GetDocProvider()->SetFocusWidget(GetDoc(), NULL); in OnSelectChanged()
Dxfa_fwladapter.cpp25 IXFA_DocProvider* pDocProvider = pXFAWidget->GetDoc()->GetDocProvider(); in FWL_ShowCaret()
75 pFFWidget->GetDoc()->GetDocProvider()->GetPopupPos( in GetPopupPos()
Dxfa_fffield.cpp84 if (m_rtUI.IsEmpty() || !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in DrawHighlight()
89 CXFA_FFDoc* pDoc = GetDoc(); in DrawHighlight()
348 if (!m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in SetFWLRect()
393 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnLButtonDown()
484 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnRButtonDown()
563 if (!m_pNormalWidget || !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnKeyDown()
576 if (!m_pNormalWidget || !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnKeyUp()
589 if (!m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in OnChar()
730 XFA_VERSION version = pAcc->GetDoc()->GetXFADoc()->GetCurVersionMode(); in CalculateWidgetAcc()
Dxfa_ffwidgetacc.cpp87 CXFA_FFDoc* pFFDoc = pAcc->GetDoc(); in LoadImageData()
169 CXFA_FFDoc* pFFDoc = pAcc->GetDoc(); in LoadImageData()
305 CXFA_FFDoc* CXFA_WidgetAcc::GetDoc() { in GetDoc() function in CXFA_WidgetAcc
306 return (CXFA_FFDoc*)m_pDocView->GetDoc(); in GetDoc()
309 return GetDoc()->GetApp(); in GetApp()
350 return GetDoc()->GetDocProvider()->SubmitData(GetDoc(), submit); in ProcessEvent()
374 FX_BOOL bNotify = GetDoc()->GetDocType() == XFA_DOCTYPE_Static; in ProcessCalculate()
613 XFA_VERSION version = GetDoc()->GetXFADoc()->GetCurVersionMode(); in ProcessValidate()
623 bVersionFlag = GetDoc()->GetXFADoc()->HasFlag(XFA_DOCFLAG_Scripting); in ProcessValidate()
657 CXFA_FFDoc* pDoc = GetDoc(); in ExecuteScript()
[all …]
Dxfa_ffwidgethandler.cpp82 ((CXFA_FFDoc*)m_pDocView->GetDoc()) in OnLButtonDown()
84 ->SetFocusWidget(m_pDocView->GetDoc(), (IXFA_Widget*)hWidget); in OnLButtonDown()
142 ((CXFA_FFDoc*)m_pDocView->GetDoc()) in OnRButtonDown()
144 ->SetFocusWidget(m_pDocView->GetDoc(), (IXFA_Widget*)hWidget); in OnRButtonDown()
264 if (((CXFA_FFDoc*)m_pDocView->GetDoc()) in ProcessEvent()
266 ->IsValidationsEnabled(m_pDocView->GetDoc())) { in ProcessEvent()
570 return ((CXFA_FFDoc*)(m_pDocView->GetDoc()))->GetXFADoc(); in GetXFADoc()
Dxfa_ffwidgetacc.h30 virtual CXFA_FFDoc* GetDocNode() { return m_pWidgetAcc->GetDoc(); } in GetDocNode()
Dxfa_ffnotify.cpp89 pWidgetAcc->GetDoc()->GetDocProvider()->WidgetEvent( in OnWidgetDataEvent()
108 pWidgetAcc->GetDoc()->GetDocProvider()->WidgetEvent( in OnWidgetDataEvent()
123 pWidgetAcc->GetDoc()->GetDocProvider()->WidgetEvent( in OnWidgetDataEvent()
140 pWidgetAcc->GetDoc()->GetDocProvider()->WidgetEvent( in OnWidgetDataEvent()
Dxfa_ffchoicelist.cpp278 !m_pDataAcc->GetDoc()->GetXFADoc()->IsInteractive()) { in UpdateWidgetProperty()
297 GetDoc()->GetDocProvider()->PopupMenu(this, pt, NULL); in OnRButtonUp()
505 GetDoc()->GetDocProvider()->AddDoRecord(this); in OnAddDoRecord()
Dxfa_ffsignature.cpp39 IXFA_DocProvider* pDocProvider = m_pDataAcc->GetDoc()->GetDocProvider(); in RenderWidget()
Dxfa_ffpageview.cpp124 m_bIgnorerelevant = ((CXFA_FFDoc*)m_pPageView->GetDocView()->GetDoc()) in CXFA_FFPageWidgetIterator()
190 m_bIgnorerelevant = ((CXFA_FFDoc*)m_pPageView->GetDocView()->GetDoc()) in CXFA_FFTabOrderPageWidgetIterator()
Dxfa_ffdocview.h39 virtual IXFA_Doc* GetDoc() { return m_pDoc; } in GetDoc() function
Dxfa_fftext.cpp136 CXFA_FFDoc* pDoc = GetDoc(); in OnLButtonUp()
Dxfa_ffwidget.h114 CXFA_FFDoc* GetDoc();
Dxfa_ffwidget.cpp144 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, rtWidget, in InvalidateWidget()
147 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, *pRect, in InvalidateWidget()
368 CXFA_FFDoc* CXFA_FFWidget::GetDoc() { in GetDoc() function in CXFA_FFWidget
369 return (CXFA_FFDoc*)m_pDocView->GetDoc(); in GetDoc()
372 return GetDoc()->GetApp(); in GetApp()
Dxfa_ffdocview.cpp424 if (((CXFA_FFDoc*)pDocView->GetDoc()) in XFA_ProcessEvent()
426 ->IsValidationsEnabled(pDocView->GetDoc())) { in XFA_ProcessEvent()
/external/pdfium/fpdfsdk/src/
Dfpdfsave.cpp173 if (pXFADocHandler->SavePackage(pXFADocView->GetDoc(), in _SaveXFADocumentData()
203 if (pXFADocHandler->SavePackage(pXFADocView->GetDoc(), in _SaveXFADocumentData()
/external/pdfium/xfa/include/fxfa/
Dfxfa_widget.h39 CXFA_FFDoc* GetDoc();
Dfxfa.h607 virtual IXFA_Doc* GetDoc() = 0;
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp624 if (pXFADocHander->SavePackage(m_pXFADocView->GetDoc(), data, &fileWrite)) { in ExportData()
657 pXFADocHander->SavePackage(m_pXFADocView->GetDoc(), form, &fileWrite); in ExportData()
660 pXFADocHander->SavePackage(m_pXFADocView->GetDoc(), datasets, in ExportData()