LibreOffice Module basctl (master) 1
Namespaces | Functions
basobj.hxx File Reference
#include "scriptdocument.hxx"
#include <tools/long.hxx>
Include dependency graph for basobj.hxx:

Go to the source code of this file.

Namespaces

namespace  weld
 
namespace  basctl
 

Functions

void basctl::Organize (weld::Window *pParent, const css::uno::Reference< css::frame::XFrame > &xDocFrame, sal_Int16 tabId)
 
SbMethodbasctl::CreateMacro (SbModule *pModule, const OUString &rMacroName)
 
void basctl::RunMethod (SbMethod const *pMethod)
 
StarBASICbasctl::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)
 
BasicManagerbasctl::FindBasicManager (StarBASIC const *pLib)
 
SfxBindingsbasctl::GetBindingsPtr ()
 
SfxDispatcherbasctl::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)