:: 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 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.
See also
::com::sun::star::security::XDocumentDigitalSignatures::showScriptingContentSignatures
DocumentSignatureInformation
sequence< ::com::sun::star::security::DocumentSignatureInformation > DocumentSignatureInformation;
Description
contains informations about the signatures in the document
Top of Page