:: com :: sun :: star :: task ::
|
unpublished |
exception DocumentMacroConfirmationRequest |
|
|
- Base Hierarchy
DocumentMacroConfirmationRequest
┗ ClassifiedInteractionRequest
┗ ::com::sun::star::uno::Exception
|
- 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 which the document was last committed to.
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.
|
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 which the document was last committed to.
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.
|
|
DocumentSignatureInformation
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.