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

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_signaturepseudomodel.cpp40 int32_t bVerify = pNotify->GetDocProvider()->Verify(hDoc, pNode);
73 FX_BOOL bSign = pNotify->GetDocProvider()->Sign(hDoc, pNodeList, wsExpression,
92 CXFA_NodeList* pList = pNotify->GetDocProvider()->Enumerate(hDoc);
116 FX_BOOL bFlag = pNotify->GetDocProvider()->Clear(hDoc, pNode, bClear);
H A Dxfa_script_hostpseudomodel.cpp73 pNotify->GetDocProvider()->SetCalculationsEnabled(
77 FX_BOOL bEnabled = pNotify->GetDocProvider()->IsCalculationsEnabled(hDoc);
90 pNotify->GetDocProvider()->SetCurrentPage(hDoc,
94 int32_t iCurrentPage = pNotify->GetDocProvider()->GetCurrentPage(hDoc);
126 int32_t iNumPages = pNotify->GetDocProvider()->CountPages(hDoc);
160 pNotify->GetDocProvider()->SetTitle(
165 pNotify->GetDocProvider()->GetTitle(hDoc, wsTitle);
178 pNotify->GetDocProvider()->SetValidationsEnabled(
182 FX_BOOL bEnabled = pNotify->GetDocProvider()->IsValidationsEnabled(hDoc);
288 pNotify->GetDocProvider()
[all...]
H A Dxfa_script_layoutpseudomodel.cpp398 int32_t iPageCount = pNotify->GetDocProvider()->AbsPageCountInBatch(hDoc);
411 int32_t iPageCount = pNotify->GetDocProvider()->SheetCountInBatch(hDoc);
461 int32_t iPageCount = pNotify->GetDocProvider()->AbsPageInBatch(hDoc, hWidget);
495 int32_t iPageCount = pNotify->GetDocProvider()->SheetInBatch(hDoc, hWidget);
H A Dxfa_script_imp.cpp172 pNotify->GetDocProvider()->SetGlobalProperty(pNotify->GetHDOC(), szPropName,
254 pNotify->GetDocProvider()->GetGlobalProperty(pNotify->GetHDOC(), szPropName,
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fwladapter.cpp25 IXFA_DocProvider* pDocProvider = pXFAWidget->GetDoc()->GetDocProvider();
75 pFFWidget->GetDoc()->GetDocProvider()->GetPopupPos(
H A Dxfa_ffdochandler.cpp16 IXFA_DocProvider* CXFA_FFDocHandler::GetDocProvider(IXFA_Doc* hDoc) { function in class:CXFA_FFDocHandler
17 return static_cast<CXFA_FFDoc*>(hDoc)->GetDocProvider();
H A Dxfa_ffdoc.h27 IXFA_DocProvider* GetDocProvider() { return m_pDocProvider; } function in class:CXFA_FFDoc
H A Dxfa_ffdochandler.h15 virtual IXFA_DocProvider* GetDocProvider(IXFA_Doc* hDoc);
H A Dxfa_ffnotify.cpp89 pWidgetAcc->GetDoc()->GetDocProvider()->WidgetEvent(
108 pWidgetAcc->GetDoc()->GetDocProvider()->WidgetEvent(
123 pWidgetAcc->GetDoc()->GetDocProvider()->WidgetEvent(
140 pWidgetAcc->GetDoc()->GetDocProvider()->WidgetEvent(
328 IXFA_DocProvider* CXFA_FFNotify::GetDocProvider() { function in class:CXFA_FFNotify
329 return m_pDoc->GetDocProvider();
556 m_pDoc->GetDocProvider()->SetChangeMark(m_pDoc);
567 m_pDoc->GetDocProvider()->SetChangeMark(m_pDoc);
589 m_pDoc->GetDocProvider()->WidgetEvent(pWidget, pWidget->GetDataAcc(),
621 m_pDoc->GetDocProvider()
[all...]
H A Dxfa_ffdocview.cpp257 m_pDoc->GetDocProvider()->SetChangeMark(m_pDoc);
400 m_pDoc->GetDocProvider()->SetFocusWidget(m_pDoc, m_pFocusWidget);
425 ->GetDocProvider()
542 m_pDoc->GetDocProvider()->PageViewEvent(pFFPageView,
547 m_pDoc->GetDocProvider()->PageViewEvent(pFFPageView,
594 m_pDoc->GetDocProvider()->InvalidateRect(pPageView, *pRect);
702 if (!m_pDoc->GetDocProvider()->IsCalculationsEnabled(m_pDoc)) {
727 if (!m_pDoc->GetDocProvider()->IsValidationsEnabled(m_pDoc)) {
735 if (!m_pDoc->GetDocProvider()->IsValidationsEnabled(m_pDoc)) {
834 m_pDoc->GetDocProvider()
[all...]
H A Dxfa_ffnotify.h50 virtual IXFA_DocProvider* GetDocProvider();
H A Dxfa_ffsignature.cpp39 IXFA_DocProvider* pDocProvider = m_pDataAcc->GetDoc()->GetDocProvider();
H A Dxfa_fftextedit.cpp142 GetDoc()->GetDocProvider()->PopupMenu(this, pt, NULL);
374 GetDoc()->GetDocProvider()->AddDoRecord(this);
380 return GetDoc()->GetDocProvider()->CheckWord(GetDoc(), sWord);
387 return GetDoc()->GetDocProvider()->GetSuggestWords(GetDoc(), sWord, sSuggest);
788 GetDoc()->GetDocProvider()->SetFocusWidget(GetDoc(), NULL);
H A Dxfa_fftext.cpp137 pDoc->GetDocProvider()->GotoURL(pDoc, CFX_WideStringC(wsURLContent), FALSE);
H A Dxfa_ffchoicelist.cpp297 GetDoc()->GetDocProvider()->PopupMenu(this, pt, NULL);
505 GetDoc()->GetDocProvider()->AddDoRecord(this);
H A Dxfa_ffdoc.cpp127 pXFAReader = GetDocProvider()->OpenLinkedFile(this, wsHref);
134 GetDocProvider()->OpenPDF(this, pXFAReader, TRUE);
H A Dxfa_ffwidgethandler.cpp83 ->GetDocProvider()
143 ->GetDocProvider()
265 ->GetDocProvider()
H A Dxfa_ffwidget.cpp144 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, rtWidget,
147 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, *pRect,
1004 pImageFileRead = pDoc->GetDocProvider()->OpenLinkedFile(pDoc, wsURL);
H A Dxfa_ffwidgetacc.cpp350 return GetDoc()->GetDocProvider()->SubmitData(GetDoc(), submit);
746 IXFA_DocProvider* pDocProvider = GetDoc()->GetDocProvider();
H A Dxfa_fffield.cpp90 CFX_Color crHighlight(pDoc->GetDocProvider()->GetHighlightColor(pDoc));
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_document.h106 virtual IXFA_DocProvider* GetDocProvider() = 0;
/external/pdfium/xfa/include/fxfa/
H A Dfxfa.h478 virtual IXFA_DocProvider* GetDocProvider(IXFA_Doc* hDoc) = 0;

Completed in 180 milliseconds