| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
describes the request to approve or deny the execution of macros contained in a document. More...
import "DocumentMacroConfirmationRequest.idl";
 
  
| Public Types | |
| typedef sequence< ::com::sun::star::security::DocumentSignatureInformation > | DocumentSignatureInformation | 
| contains information about the signatures in the document | |
| Public Attributes | |
| string | DocumentURL | 
| specifies the URL of the document which contains macros whose execution should be approved or rejected. | |
| ::com::sun::star::embed::XStorage | DocumentStorage | 
| refers to the storage related to the last committed version of the document. | |
| string | DocumentVersion | 
| contains information about the ODF version of the document | |
| Public Attributes inherited from ClassifiedInteractionRequest | |
| com::sun::star::task::InteractionClassification | Classification | 
| The classification of the request. | |
| Public Attributes inherited from Exception | |
| string | Message | 
| gives a detailed description of the reason, why the exception was thrown. | |
| com::sun::star::uno::XInterface | Context | 
| should contain a reference to the original, which raised the exception. | |
describes the request to approve or deny the execution of macros contained in a document.
contains information about the signatures in the document
| ::com::sun::star::embed::XStorage DocumentStorage | 
refers to the storage related to the last committed 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.
| string DocumentURL | 
specifies the URL of the document which contains macros whose execution should be approved or rejected.
| string DocumentVersion | 
contains information about the ODF version of the document