HomeSort by relevance Sort by last modified time
    Searched refs:GetDocProvider (Results 1 - 22 of 22) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_signaturepseudomodel.cpp 40 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);
xfa_script_hostpseudomodel.cpp 73 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()->GotoURL(hDoc, wsURL);
    [all...]
xfa_script_layoutpseudomodel.cpp 398 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);
xfa_script_imp.cpp 172 pNotify->GetDocProvider()->SetGlobalProperty(pNotify->GetHDOC(), szPropName,
254 pNotify->GetDocProvider()->GetGlobalProperty(pNotify->GetHDOC(), szPropName,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwladapter.cpp 25 IXFA_DocProvider* pDocProvider = pXFAWidget->GetDoc()->GetDocProvider();
75 pFFWidget->GetDoc()->GetDocProvider()->GetPopupPos(
xfa_ffdoc.h 27 IXFA_DocProvider* GetDocProvider() { return m_pDocProvider; }
xfa_ffdochandler.h 15 virtual IXFA_DocProvider* GetDocProvider(IXFA_Doc* hDoc);
xfa_ffnotify.cpp 89 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() {
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()->WidgetEvent(pWidget, pWidget->GetDataAcc(),
    [all...]
xfa_ffdochandler.cpp 16 IXFA_DocProvider* CXFA_FFDocHandler::GetDocProvider(IXFA_Doc* hDoc) {
17 return static_cast<CXFA_FFDoc*>(hDoc)->GetDocProvider();
xfa_ffdocview.cpp 257 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()->SetChangeMark(m_pDoc);
    [all...]
xfa_ffnotify.h 50 virtual IXFA_DocProvider* GetDocProvider();
xfa_ffsignature.cpp 39 IXFA_DocProvider* pDocProvider = m_pDataAcc->GetDoc()->GetDocProvider();
xfa_fftextedit.cpp 142 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);
xfa_fftext.cpp 137 pDoc->GetDocProvider()->GotoURL(pDoc, CFX_WideStringC(wsURLContent), FALSE);
xfa_ffchoicelist.cpp 297 GetDoc()->GetDocProvider()->PopupMenu(this, pt, NULL);
505 GetDoc()->GetDocProvider()->AddDoRecord(this);
xfa_ffdoc.cpp 127 pXFAReader = GetDocProvider()->OpenLinkedFile(this, wsHref);
134 GetDocProvider()->OpenPDF(this, pXFAReader, TRUE);
xfa_ffwidgethandler.cpp 83 ->GetDocProvider()
143 ->GetDocProvider()
265 ->GetDocProvider()
xfa_ffwidget.cpp 144 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, rtWidget,
147 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, *pRect,
    [all...]
xfa_ffwidgetacc.cpp 350 return GetDoc()->GetDocProvider()->SubmitData(GetDoc(), submit);
746 IXFA_DocProvider* pDocProvider = GetDoc()->GetDocProvider();
    [all...]
xfa_fffield.cpp 90 CFX_Color crHighlight(pDoc->GetDocProvider()->GetHighlightColor(pDoc));
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_document.h 106 virtual IXFA_DocProvider* GetDocProvider() = 0;
  /external/pdfium/xfa/include/fxfa/
fxfa.h 478 virtual IXFA_DocProvider* GetDocProvider(IXFA_Doc* hDoc) = 0;
    [all...]

Completed in 172 milliseconds