|
| void | basctl::Organize (weld::Window *pParent, const css::uno::Reference< css::frame::XFrame > &xDocFrame, sal_Int16 tabId) |
| |
| SbMethod * | basctl::CreateMacro (SbModule *pModule, const OUString &rMacroName) |
| |
| void | basctl::RunMethod (SbMethod const *pMethod) |
| |
| StarBASIC * | basctl::FindBasic (const SbxVariable *pVar) |
| |
| void | basctl::StopBasic () |
| |
| tools::Long | basctl::HandleBasicError (StarBASIC const *pBasic) |
| |
| void | basctl::BasicStopped (bool *pbAppWindowDisabled, bool *pbDispatcherLocked, sal_uInt16 *pnWaitCount, SfxUInt16Item **ppSWActionCount, SfxUInt16Item **ppSWLockViewCount) |
| |
| bool | basctl::IsValidSbxName (std::u16string_view rName) |
| |
| BasicManager * | basctl::FindBasicManager (StarBASIC const *pLib) |
| |
| SfxBindings * | basctl::GetBindingsPtr () |
| |
| SfxDispatcher * | basctl::GetDispatcher () |
| |
| void | basctl::InvalidateDebuggerSlots () |
| |
| css::uno::Sequence< OUString > | basctl::GetMergedLibraryNames (const css::uno::Reference< css::script::XLibraryContainer > &xModLibContainer, const css::uno::Reference< css::script::XLibraryContainer > &xDlgLibContainer) |
| |
| bool | basctl::RenameModule (weld::Widget *pErrorParent, const ScriptDocument &rDocument, const OUString &rLibName, const OUString &rOldName, const OUString &rNewName) |
| | renames a module More...
|
| |
| OUString | basctl::ChooseMacro (weld::Window *pParent, const css::uno::Reference< css::frame::XModel > &rxLimitToDocument, const css::uno::Reference< css::frame::XFrame > &xDocFrame, bool bChooseOnly) |
| |
| OUString | basctl::ChooseMacro (weld::Window *pParent, const css::uno::Reference< css::frame::XModel > &rLimitToDocument) |
| |
| Sequence< OUString > | basctl::GetMethodNames (const ScriptDocument &rDocument, const OUString &rLibName, const OUString &rModName) |
| |
| bool | basctl::HasMethod (ScriptDocument const &rDocument, OUString const &rLibName, OUString const &rModName, OUString const &rMethName) |
| |
| bool | basctl::RenameDialog (weld::Widget *pErrorParent, const ScriptDocument &rDocument, const OUString &rLibName, const OUString &rOldName, const OUString &rNewName) |
| | renames a dialog More...
|
| |
| bool | basctl::RemoveDialog (const ScriptDocument &rDocument, const OUString &rLibName, const OUString &rDlgName) |
| |
| void | basctl::MarkDocumentModified (const ScriptDocument &rDocument) |
| |