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

  /external/pdfium/xfa/fxfa/app/
xfa_fwladapter.cpp 35 pFFWidget->GetDoc()->GetDocEnvironment()->GetPopupPos(
xfa_ffnotify.cpp 241 IXFA_DocEnvironment* CXFA_FFNotify::GetDocEnvironment() const {
242 return m_pDoc->GetDocEnvironment();
447 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc);
459 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc);
483 m_pDoc->GetDocEnvironment()->WidgetPostAdd(pWidget, pWidget->GetDataAcc());
509 m_pDoc->GetDocEnvironment()->WidgetPreRemove(pWidget, pWidget->GetDataAcc());
xfa_ffnotify.h 60 IXFA_DocEnvironment* GetDocEnvironment() const;
xfa_ffdocview.cpp 252 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc);
389 m_pDoc->GetDocEnvironment()->SetFocusWidget(m_pDoc, m_pFocusWidget);
414 ->GetDocEnvironment()
528 m_pDoc->GetDocEnvironment()->PageViewEvent(pFFPageView, dwEvent);
559 m_pDoc->GetDocEnvironment()->InvalidateRect(pair.first, *pair.second, 0);
571 m_pDoc->GetDocEnvironment()->PageViewEvent(nullptr,
576 m_pDoc->GetDocEnvironment()->PageViewEvent(nullptr,
668 if (!m_pDoc->GetDocEnvironment()->IsCalculationsEnabled(m_pDoc)) {
695 if (!m_pDoc->GetDocEnvironment()->IsValidationsEnabled(m_pDoc))
704 if (!m_pDoc->GetDocEnvironment()->IsValidationsEnabled(m_pDoc)
    [all...]
xfa_fftext.cpp 136 pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent);
xfa_ffwidgethandler.cpp 47 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget(
97 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget(
208 if (m_pDocView->GetDoc()->GetDocEnvironment()->IsValidationsEnabled(
xfa_fftextedit.cpp 149 GetDoc()->GetDocEnvironment()->PopupMenu(this, point);
659 GetDoc()->GetDocEnvironment()->SetFocusWidget(GetDoc(), nullptr);
xfa_ffchoicelist.cpp 297 GetDoc()->GetDocEnvironment()->PopupMenu(this, point);
xfa_ffwidget.cpp 154 GetDoc()->GetDocEnvironment()->InvalidateRect(m_pPageView, *pRect,
161 GetDoc()->GetDocEnvironment()->InvalidateRect(m_pPageView, rtWidget,
    [all...]
xfa_fffield.cpp 82 CFX_Color crHighlight(pDoc->GetDocEnvironment()->GetHighlightColor(pDoc));
xfa_ffwidgetacc.cpp 340 return GetDoc()->GetDocEnvironment()->SubmitData(GetDoc(), submit);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.cpp 59 pNotify->GetDocEnvironment()->SetCalculationsEnabled(hDoc,
63 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc));
75 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger());
78 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc));
107 pValue->SetInteger(pNotify->GetDocEnvironment()->CountPages(hDoc));
136 pNotify->GetDocEnvironment()->SetTitle(hDoc, pValue->ToWideString());
140 pNotify->GetDocEnvironment()->GetTitle(hDoc, wsTitle);
153 pNotify->GetDocEnvironment()->SetValidationsEnabled(hDoc,
157 bool bEnabled = pNotify->GetDocEnvironment()->IsValidationsEnabled(hDoc);
225 pNotify->GetDocEnvironment()->GotoURL(hDoc, wsURL)
    [all...]
cxfa_scriptcontext.cpp 204 pNotify->GetDocEnvironment()->SetGlobalProperty(pNotify->GetHDOC(),
280 pNotify->GetDocEnvironment()->GetGlobalProperty(pNotify->GetHDOC(),
  /external/pdfium/xfa/fxfa/
xfa_ffdoc.h 33 IXFA_DocEnvironment* GetDocEnvironment() const { return m_pDocEnvironment; }
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp     [all...]

Completed in 177 milliseconds