LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
XEmbeddedScripts Interface Reference

is supported by OfficeDocuments which allow to embed scripts More...

import"XEmbeddedScripts.idl";

Inheritance diagram for XEmbeddedScripts:
OfficeDocument OfficeDatabaseDocument GenericDrawingDocument OfficeDatabaseDocument SpreadsheetDocument GenericTextDocument DrawingDocument PresentationDocument GlobalDocument TextDocument WebDocument

Public Attributes

::com::sun::star::script::XStorageBasedLibraryContainer BasicLibraries
 is the container of StarBasic macro libraries contained in the document More...
 
::com::sun::star::script::XStorageBasedLibraryContainer DialogLibraries
 is the container of dialogs libraries contained in the document More...
 
boolean AllowMacroExecution
 determines whether executing macros from this document is allowed. More...
 

Detailed Description

is supported by OfficeDocuments which allow to embed scripts

Since
OOo 2.4

Member Data Documentation

◆ AllowMacroExecution

boolean AllowMacroExecution
attributereadonly

determines whether executing macros from this document is allowed.

Effectively, this attribute is an evaluation of the document's MacroExecMode against possibly applicable configuration settings, the document location in relation to the trusted location, and the like.

See also
MacroExecMode

◆ BasicLibraries

::com::sun::star::script::XStorageBasedLibraryContainer BasicLibraries
attributereadonly

is the container of StarBasic macro libraries contained in the document

◆ DialogLibraries

::com::sun::star::script::XStorageBasedLibraryContainer DialogLibraries
attributereadonly

is the container of dialogs libraries contained in the document


The documentation for this interface was generated from the following file: