:: com :: sun :: star :: task ::
|
unpublished |
exception DocumentMacroConfirmationRequest |
|
|
- Base Hierarchy
DocumentMacroConfirmationRequest
┗ ClassifiedInteractionRequest
┗ ::com::sun::star::uno::Exception
|
- Usage Restrictions
- not published
- Description
- describes the request to approve or deny the execution of macros contained in
a document.
|
Elements' Summary |
DocumentURL |
specifies the URL of the document which contains macros whose execution
should be approved or rejected.
|
DocumentStorage |
refers to the storage related to the last commited version of the
document.
This storage is necessary e.g. for displaying the existing signatures to
the user, to allow him a decision whether or not to trust those signatures
and thus the signed macros.
|
DocumentVersion |
contains informations about the ODF version of the document
|
DocumentSignatureInformation |
contains informations about the signatures in the document
|
Elements' Details |
DocumentURL
string DocumentURL;
- Description
- specifies the URL of the document which contains macros whose execution
should be approved or rejected.
|
|
DocumentStorage
::com::sun::star::embed::XStorage DocumentStorage;
- Description
- refers to the storage related to the last commited version of the
document.
This storage is necessary e.g. for displaying the existing signatures to
the user, to allow him a decision whether or not to trust those signatures
and thus the signed macros.
- See also
- ::com::sun::star::security::XDocumentDigitalSignatures::showScriptingContentSignatures
|
|
DocumentVersion
string DocumentVersion;
- Description
- contains informations about the ODF version of the document
|
|
DocumentSignatureInformation
|
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.