Home
last modified time | relevance | path

Searched refs:GetDocProvider (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp73 pNotify->GetDocProvider()->SetCalculationsEnabled( in Script_HostPseudoModel_CalculationsEnabled()
77 FX_BOOL bEnabled = pNotify->GetDocProvider()->IsCalculationsEnabled(hDoc); in Script_HostPseudoModel_CalculationsEnabled()
90 pNotify->GetDocProvider()->SetCurrentPage(hDoc, in Script_HostPseudoModel_CurrentPage()
94 int32_t iCurrentPage = pNotify->GetDocProvider()->GetCurrentPage(hDoc); in Script_HostPseudoModel_CurrentPage()
126 int32_t iNumPages = pNotify->GetDocProvider()->CountPages(hDoc); in Script_HostPseudoModel_NumPages()
160 pNotify->GetDocProvider()->SetTitle( in Script_HostPseudoModel_Title()
165 pNotify->GetDocProvider()->GetTitle(hDoc, wsTitle); in Script_HostPseudoModel_Title()
178 pNotify->GetDocProvider()->SetValidationsEnabled( in Script_HostPseudoModel_ValidationsEnabled()
182 FX_BOOL bEnabled = pNotify->GetDocProvider()->IsValidationsEnabled(hDoc); in Script_HostPseudoModel_ValidationsEnabled()
288 pNotify->GetDocProvider()->GotoURL(hDoc, wsURL); in Script_HostPseudoModel_GotoURL()
[all …]
Dxfa_script_signaturepseudomodel.cpp40 int32_t bVerify = pNotify->GetDocProvider()->Verify(hDoc, pNode); in Script_SignaturePseudoModel_Verify()
73 FX_BOOL bSign = pNotify->GetDocProvider()->Sign(hDoc, pNodeList, wsExpression, in Script_SignaturePseudoModel_Sign()
92 CXFA_NodeList* pList = pNotify->GetDocProvider()->Enumerate(hDoc); in Script_SignaturePseudoModel_Enumerate()
116 FX_BOOL bFlag = pNotify->GetDocProvider()->Clear(hDoc, pNode, bClear); in Script_SignaturePseudoModel_Clear()
Dxfa_script_layoutpseudomodel.cpp398 int32_t iPageCount = pNotify->GetDocProvider()->AbsPageCountInBatch(hDoc); in Script_LayoutPseudoModel_AbsPageCountInBatch()
411 int32_t iPageCount = pNotify->GetDocProvider()->SheetCountInBatch(hDoc); in Script_LayoutPseudoModel_SheetCountInBatch()
461 int32_t iPageCount = pNotify->GetDocProvider()->AbsPageInBatch(hDoc, hWidget); in Script_LayoutPseudoModel_AbsPageInBatch()
495 int32_t iPageCount = pNotify->GetDocProvider()->SheetInBatch(hDoc, hWidget); in Script_LayoutPseudoModel_SheetInBatch()
Dxfa_script_imp.cpp172 pNotify->GetDocProvider()->SetGlobalProperty(pNotify->GetHDOC(), szPropName, in GlobalPropertySetter()
254 pNotify->GetDocProvider()->GetGlobalProperty(pNotify->GetHDOC(), szPropName, in GlobalPropertyGetter()
/external/pdfium/xfa/src/fxfa/src/app/
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()
328 IXFA_DocProvider* CXFA_FFNotify::GetDocProvider() { in GetDocProvider() function in CXFA_FFNotify
329 return m_pDoc->GetDocProvider(); in GetDocProvider()
556 m_pDoc->GetDocProvider()->SetChangeMark(m_pDoc); in OnChildAdded()
567 m_pDoc->GetDocProvider()->SetChangeMark(m_pDoc); in OnChildRemoved()
589 m_pDoc->GetDocProvider()->WidgetEvent(pWidget, pWidget->GetDataAcc(), in OnLayoutItemAdd()
621 m_pDoc->GetDocProvider()->WidgetEvent(pWidget, pWidget->GetDataAcc(), in OnLayoutItemRemoving()
Dxfa_ffdocview.cpp257 m_pDoc->GetDocProvider()->SetChangeMark(m_pDoc); in ResetWidgetData()
400 m_pDoc->GetDocProvider()->SetFocusWidget(m_pDoc, m_pFocusWidget); in SetFocusWidgetAcc()
425 ->GetDocProvider() in XFA_ProcessEvent()
542 m_pDoc->GetDocProvider()->PageViewEvent(pFFPageView, in OnPageEvent()
547 m_pDoc->GetDocProvider()->PageViewEvent(pFFPageView, in OnPageEvent()
594 m_pDoc->GetDocProvider()->InvalidateRect(pPageView, *pRect); in RunInvalidate()
702 if (!m_pDoc->GetDocProvider()->IsCalculationsEnabled(m_pDoc)) { in RunCalculateWidgets()
727 if (!m_pDoc->GetDocProvider()->IsValidationsEnabled(m_pDoc)) { in InitValidate()
735 if (!m_pDoc->GetDocProvider()->IsValidationsEnabled(m_pDoc)) { in RunValidate()
834 m_pDoc->GetDocProvider()->SetChangeMark(m_pDoc); in SetChangeMark()
Dxfa_fwladapter.cpp25 IXFA_DocProvider* pDocProvider = pXFAWidget->GetDoc()->GetDocProvider(); in FWL_ShowCaret()
75 pFFWidget->GetDoc()->GetDocProvider()->GetPopupPos( in GetPopupPos()
Dxfa_ffdochandler.cpp16 IXFA_DocProvider* CXFA_FFDocHandler::GetDocProvider(IXFA_Doc* hDoc) { in GetDocProvider() function in CXFA_FFDocHandler
17 return static_cast<CXFA_FFDoc*>(hDoc)->GetDocProvider(); in GetDocProvider()
Dxfa_fftextedit.cpp142 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()
788 GetDoc()->GetDocProvider()->SetFocusWidget(GetDoc(), NULL); in OnSelectChanged()
Dxfa_ffdochandler.h15 virtual IXFA_DocProvider* GetDocProvider(IXFA_Doc* hDoc);
Dxfa_ffdoc.h27 IXFA_DocProvider* GetDocProvider() { return m_pDocProvider; } in GetDocProvider() function
Dxfa_ffnotify.h50 virtual IXFA_DocProvider* GetDocProvider();
Dxfa_ffsignature.cpp39 IXFA_DocProvider* pDocProvider = m_pDataAcc->GetDoc()->GetDocProvider(); in RenderWidget()
Dxfa_ffdoc.cpp127 pXFAReader = GetDocProvider()->OpenLinkedFile(this, wsHref); in DoLoad()
134 GetDocProvider()->OpenPDF(this, pXFAReader, TRUE); in DoLoad()
Dxfa_ffwidgethandler.cpp83 ->GetDocProvider() in OnLButtonDown()
143 ->GetDocProvider() in OnRButtonDown()
265 ->GetDocProvider() in ProcessEvent()
Dxfa_fftext.cpp137 pDoc->GetDocProvider()->GotoURL(pDoc, CFX_WideStringC(wsURLContent), FALSE); in OnLButtonUp()
Dxfa_ffchoicelist.cpp297 GetDoc()->GetDocProvider()->PopupMenu(this, pt, NULL); in OnRButtonUp()
505 GetDoc()->GetDocProvider()->AddDoRecord(this); in OnAddDoRecord()
Dxfa_ffwidget.cpp144 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, rtWidget, in InvalidateWidget()
147 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, *pRect, in InvalidateWidget()
1004 pImageFileRead = pDoc->GetDocProvider()->OpenLinkedFile(pDoc, wsURL); in XFA_LoadImageData()
Dxfa_ffwidgetacc.cpp350 return GetDoc()->GetDocProvider()->SubmitData(GetDoc(), submit); in ProcessEvent()
746 IXFA_DocProvider* pDocProvider = GetDoc()->GetDocProvider(); in NotifyEvent()
Dxfa_fffield.cpp90 CFX_Color crHighlight(pDoc->GetDocProvider()->GetHighlightColor(pDoc)); in DrawHighlight()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h106 virtual IXFA_DocProvider* GetDocProvider() = 0;
/external/pdfium/xfa/include/fxfa/
Dfxfa.h478 virtual IXFA_DocProvider* GetDocProvider(IXFA_Doc* hDoc) = 0;