LibreOffice Module basctl (master) 1
Namespaces | Functions
basobj2.cxx File Reference
#include <basidesh.hxx>
#include <iderdll.hxx>
#include "iderdll2.hxx"
#include "macrodlg.hxx"
#include "moduldlg.hxx"
#include <iderid.hxx>
#include <strings.hrc>
#include "baside2.hxx"
#include <com/sun/star/document/XScriptInvocationContext.hpp>
#include <basic/sbmeth.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <comphelper/sequence.hxx>
#include <framework/documentundoguard.hxx>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/moduleoptions.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <memory>
#include <vector>
#include <algorithm>
#include <basic/basmgr.hxx>
Include dependency graph for basobj2.cxx:

Go to the source code of this file.

Namespaces

namespace  basctl
 

Functions

SAL_DLLPUBLIC_EXPORT rtl_uString * basctl::basicide_choose_macro (void *pParent, void *pOnlyInDocument_AsXModel, void *pDocFrame_AsXFrame, sal_Bool bChooseOnly)
 
SAL_DLLPUBLIC_EXPORT void basctl::basicide_macro_organizer (void *pParent, void *pDocFrame_AsXFrame, sal_Int16 nTabId)
 
void basctl::Organize (weld::Window *pParent, const css::uno::Reference< css::frame::XFrame > &xDocFrame, sal_Int16 tabId)
 
bool basctl::IsValidSbxName (std::u16string_view rName)
 
Sequence< OUString > basctl::GetMergedLibraryNames (const Reference< script::XLibraryContainer > &xModLibContainer, const Reference< 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 uno::Reference< frame::XModel > &rxLimitToDocument, const uno::Reference< frame::XFrame > &xDocFrame, bool bChooseOnly)
 
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)
 

Variable Documentation

◆ aDocument

ScriptDocument aDocument

◆ xMethod

SbMethodRef xMethod

Definition at line 195 of file basobj2.cxx.

Referenced by basctl::UnoTypeCodeCompletetor::CheckMethod().