Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: document ::

unpublished interface XEmbeddedScripts
Usage Restrictions
not published
Description
is suppoerted by OfficeDocuments which allow to embed scripts
Since
OOo 2.4

Attributes' Summary
BasicLibraries is the container of StarBasic macro libraries contained in the document  
DialogLibraries is the container of dialogs libraries contained in the document  
AllowMacroExecution determines whether executing macros from this document is allowed.  
Attributes' Details
BasicLibraries
[ readonly ] ::com::sun::star::script::XStorageBasedLibraryContainer BasicLibraries;
Description
is the container of StarBasic macro libraries contained in the document
DialogLibraries
[ readonly ] ::com::sun::star::script::XStorageBasedLibraryContainer DialogLibraries;
Description
is the container of dialogs libraries contained in the document
AllowMacroExecution
[ readonly ] boolean AllowMacroExecution;
Description
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
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.