LibreOffice Module basic (master) 1
Namespaces | Functions
vbahelper.hxx File Reference
#include <rtl/ustring.hxx>
#include <basic/basicdllapi.h>
Include dependency graph for vbahelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::frame
 
namespace  com::sun::star::uno
 
namespace  basic
 
namespace  basic::vba
 

Functions

BASIC_DLLPUBLIC void basic::vba::lockControllersOfAllDocuments (const css::uno::Reference< css::frame::XModel > &rxModel, bool bLockControllers)
 Locks or unlocks the controllers of all documents that have the same type as the specified document. More...
 
BASIC_DLLPUBLIC void basic::vba::enableContainerWindowsOfAllDocuments (const css::uno::Reference< css::frame::XModel > &rxModel, bool bEnableWindows)
 Enables or disables the container windows of all controllers of all documents that have the same type as the specified document. More...
 
BASIC_DLLPUBLIC void basic::vba::registerCurrentDirectory (const css::uno::Reference< css::frame::XModel > &rxModel, const OUString &rPath)
 Registers the passed path as working directory for the application the passed document belongs to. More...