Searched refs:GetDocEnvironment (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 96 pNotify->GetDocEnvironment()->SetCalculationsEnabled(hDoc, in calculationsEnabled() 100 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in calculationsEnabled() 112 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger()); in currentPage() 115 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc)); in currentPage() 145 pValue->SetInteger(pNotify->GetDocEnvironment()->CountPages(hDoc)); in numPages() 175 pNotify->GetDocEnvironment()->SetTitle(hDoc, pValue->ToWideString()); in title() 180 pNotify->GetDocEnvironment()->GetTitle(hDoc, wsTitle); in title() 193 pNotify->GetDocEnvironment()->SetValidationsEnabled(hDoc, in validationsEnabled() 198 bool bEnabled = pNotify->GetDocEnvironment()->IsValidationsEnabled(hDoc); in validationsEnabled() 263 pNotify->GetDocEnvironment()->GotoURL(hDoc, URL); in gotoURL() [all …]
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdocview.cpp | 264 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc.Get()); in ResetWidgetAcc() 394 m_pDoc->GetDocEnvironment()->SetFocusWidget(m_pDoc.Get(), in SetFocusWidgetAcc() 423 if (pDocView->GetDoc()->GetDocEnvironment()->IsValidationsEnabled( in XFA_ProcessEvent() 539 m_pDoc->GetDocEnvironment()->PageViewEvent(pFFPageView, dwEvent); in OnPageEvent() 560 m_pDoc->GetDocEnvironment()->InvalidateRect(pair.first, *pair.second); in RunInvalidate() 573 m_pDoc->GetDocEnvironment()->PageViewEvent(nullptr, in RunLayout() 579 m_pDoc->GetDocEnvironment()->PageViewEvent(nullptr, in RunLayout() 663 if (!m_pDoc->GetDocEnvironment()->IsCalculationsEnabled(m_pDoc.Get())) in RunCalculateWidgets() 693 if (!m_pDoc->GetDocEnvironment()->IsValidationsEnabled(m_pDoc.Get())) in InitValidate() 702 if (!m_pDoc->GetDocEnvironment()->IsValidationsEnabled(m_pDoc.Get())) in RunValidate() [all …]
|
D | cxfa_ffnotify.cpp | 257 IXFA_DocEnvironment* CXFA_FFNotify::GetDocEnvironment() const { in GetDocEnvironment() function in CXFA_FFNotify 258 return m_pDoc->GetDocEnvironment(); in GetDocEnvironment() 470 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc.Get()); in OnChildAdded() 482 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc.Get()); in OnChildRemoved() 506 m_pDoc->GetDocEnvironment()->WidgetPostAdd( in OnLayoutItemAdded() 533 m_pDoc->GetDocEnvironment()->WidgetPreRemove( in OnLayoutItemRemoving()
|
D | cxfa_fwladapterwidgetmgr.cpp | 35 pFFWidget->GetDoc()->GetDocEnvironment()->GetPopupPos( in GetPopupPos()
|
D | cxfa_ffnotify.h | 64 IXFA_DocEnvironment* GetDocEnvironment() const;
|
D | cxfa_ffdoc.h | 55 IXFA_DocEnvironment* GetDocEnvironment() const { in GetDocEnvironment() function
|
D | cxfa_ffwidgethandler.cpp | 52 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnLButtonDown() 102 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnRButtonDown() 227 if (m_pDocView->GetDoc()->GetDocEnvironment()->IsValidationsEnabled( in ProcessEvent()
|
D | cxfa_fftext.cpp | 129 pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent); in OnLButtonUp()
|
D | cxfa_ffdatetimeedit.cpp | 199 GetDoc()->GetDocEnvironment()->SetFocusWidget(GetDoc(), nullptr); in OnSelectChanged()
|
D | cxfa_ffcombobox.cpp | 100 GetDoc()->GetDocEnvironment()->PopupMenu(this, point); in OnRButtonUp()
|
D | cxfa_fftextedit.cpp | 153 GetDoc()->GetDocEnvironment()->PopupMenu(this, point); in OnRButtonUp()
|
D | cxfa_fffield.cpp | 93 CXFA_GEColor(pDoc->GetDocEnvironment()->GetHighlightColor(pDoc))); in DrawHighlight()
|
D | cxfa_widgetacc.cpp | 199 pImageFileRead = pDoc->GetDocEnvironment()->OpenLinkedFile(pDoc, wsURL); in XFA_LoadImageData()
|
/external/pdfium/fxjs/ |
D | cfxjse_engine.cpp | 202 pNotify->GetDocEnvironment()->SetGlobalProperty(pNotify->GetHDOC(), in GlobalPropertySetter() 259 pNotify->GetDocEnvironment()->GetGlobalProperty(pNotify->GetHDOC(), in GlobalPropertyGetter()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 1016 pXFAWidget->GetDoc()->GetDocEnvironment(); in ShowCaret() 1040 pXFAWidget->GetDoc()->GetDocEnvironment(); in HideCaret()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 1701 return docView->GetDoc()->GetDocEnvironment()->Submit(docView->GetDoc(), in ProcessEvent()
|