LibreOffice Module basic (master) 1
Namespaces | Functions
vbahelper.cxx File Reference
#include <basic/vbahelper.hxx>
#include <map>
#include <mutex>
#include <vector>
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XModel2.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <comphelper/processfactory.hxx>
Include dependency graph for vbahelper.cxx:

Go to the source code of this file.

Namespaces

namespace  basic
 
namespace  basic::vba
 

Functions

void basic::vba::lockControllersOfAllDocuments (const uno::Reference< frame::XModel > &rxModel, bool bLockControllers)
 
void basic::vba::enableContainerWindowsOfAllDocuments (const uno::Reference< frame::XModel > &rxModel, bool bEnableWindows)
 
void basic::vba::registerCurrentDirectory (const uno::Reference< frame::XModel > &rxModel, const OUString &rPath)
 

Variable Documentation

◆ maCurrDirs

std::map< OUString, OUString > maCurrDirs

Definition at line 145 of file vbahelper.cxx.

◆ maMutex

std::mutex maMutex

Definition at line 144 of file vbahelper.cxx.