:: com :: sun :: star :: document ::
|
unpublished |
interface XEmbeddedScripts |
|
|
|
- Usage Restrictions
- not published
- Description
- is supported 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
|
DialogLibraries
|
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
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.