:: com :: sun :: star :: task ::

unpublished exception DocumentMacroConfirmationRequest
Base Hierarchy
DocumentMacroConfirmationRequestClassifiedInteractionRequest
    ┗ ::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
sequence< ::com::sun::star::security::DocumentSignatureInformation > DocumentSignatureInformation;
Description
contains informations about the signatures in the document
Top of Page