Searched refs:IsInVBAMode (Results 1 – 8 of 8) sorted by relevance
545 if (pDocShell && pDocShell->GetDocument()->IsInVBAMode()) in MakeInstance()552 if (pDocShell && pDocShell->GetDocument()->IsInVBAMode()) in MakeInstance()
937 sal_Bool bVbaEnabled = aDocument.IsInVBAMode(); in MoveTable()
2703 bInsertDocModule = pDoc ? pDoc->IsInVBAMode() : false; in InsertTable()2750 sal_Bool bVbaEnabled = pDoc ? pDoc->IsInVBAMode() : false; in DeleteTable()
1111 sal_Bool bVbaEnabled = IsInVBAMode(); in TransferTab()
5378 bool ScDocument::IsInVBAMode() const in IsInVBAMode() function in ScDocument
2147 sal_Bool bVbaEnabled = pDoc ? pDoc->IsInVBAMode() : sal_False; in DeleteTables()
1859 bool IsInVBAMode() const;
4370 if( pDoc && pDoc->IsInVBAMode() ) in GetConfigurationSettings()
Completed in 147 milliseconds