Type: info
         Title: new: css.document.DocumentMacroConfirmationRequest
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],[EMAIL PROTECTED],
Effective from: CWS dba24a


*Summary*
--------
+ css.task.DocumentMacroConfirmationRequest

*Description*
-------------
A new ClassifiedInteractionRequest has been introduced, which
encapsulates the request to the user to confirm, or deny, the
execution of macros contained in documents. This request is issued
when a document containing macros is loaded, based on the current
macro security settings, the document's sigature state, and other
settings.

The default interaction handler implementation in OOo has been
extended to support this request. Note that this handling was present
before, but done somewhere deep in the SFX core, and is now accessible
via UNO.


/** describes the request to approve or deny the execution of macros
    contained in a document.
 */
exception DocumentMacroConfirmationRequest :
  ClassifiedInteractionRequest
{
    /** specifies the URL of the document which contains macros whose
        execution should be approved or rejected.
    */
    string  DocumentURL;

    /** 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
::com::sun::star::security::XDocumentDigitalSignatures::showScriptingContentSignatures
    */
    ::com::sun::star::embed::XStorage
            DocumentStorage;

    /** contains informations about the signatures in the document
    */
    sequence< ::com::sun::star::security::DocumentSignatureInformation >
            DocumentSignatureInformation;
};



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to