Home
last modified time | relevance | path

Searched refs:IsInVBAMode (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/sc/source/ui/unoobj/
H A Dservuno.cxx545 if (pDocShell && pDocShell->GetDocument()->IsInVBAMode()) in MakeInstance()
552 if (pDocShell && pDocShell->GetDocument()->IsInVBAMode()) in MakeInstance()
/AOO42X/main/sc/source/ui/docshell/
H A Ddocsh5.cxx937 sal_Bool bVbaEnabled = aDocument.IsInVBAMode(); in MoveTable()
H A Ddocfunc.cxx2699 bInsertDocModule = pDoc ? pDoc->IsInVBAMode() : false; in InsertTable()
2746 sal_Bool bVbaEnabled = pDoc ? pDoc->IsInVBAMode() : false; in DeleteTable()
/AOO42X/main/sc/source/core/data/
H A Ddocumen2.cxx1111 sal_Bool bVbaEnabled = IsInVBAMode(); in TransferTab()
H A Ddocument.cxx5367 bool ScDocument::IsInVBAMode() const in IsInVBAMode() function in ScDocument
/AOO42X/main/sc/inc/
H A Ddocument.hxx1856 bool IsInVBAMode() const;
/AOO42X/main/sc/source/ui/view/
H A Dviewfun2.cxx2147 sal_Bool bVbaEnabled = pDoc ? pDoc->IsInVBAMode() : sal_False; in DeleteTables()
/AOO42X/main/sc/source/filter/xml/
H A Dxmlexprt.cxx4370 if( pDoc && pDoc->IsInVBAMode() ) in GetConfigurationSettings()