LibreOffice
LibreOffice 24.2 SDK API Reference
|
Interface of Encryption Result Listener. More...
import"XEncryptionResultListener.idl";
Public Member Functions | |
void | encrypted ([in] long securityId, [in] com::sun::star::xml::crypto::SecurityOperationStatus encryptionResult) |
Notifies the encryption result. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Interface of Encryption Result Listener.
This interface is used to receive the result information of an encryption operation.
void encrypted | ( | [in] long | securityId, |
[in] com::sun::star::xml::crypto::SecurityOperationStatus | encryptionResult | ||
) |
Notifies the encryption result.
securityId | the security id of the encryption |
encryptionResult | the result information |