Home
last modified time | relevance | path

Searched refs:IsInVBAMode (Results 1 – 8 of 8) sorted by last modified time

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

Completed in 161 milliseconds