LibreOffice
LibreOffice 24.2 SDK API Reference
|
This interface allows to set a password for an object. More...
import"XEncryptionProtectedSource.idl";
Public Member Functions | |
void | setEncryptionPassword ([in] string sPassword) raises ( ::com::sun::star::io::IOException ) |
sets a password for the object. More... | |
void | removeEncryption () raises ( ::com::sun::star::io::IOException ) |
removes encryption from the object. More... | |
Public Member Functions inherited from XInterface | |
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... | |
This interface allows to set a password for an object.
void removeEncryption | ( | ) | ||
raises | ( | ::com::sun::star::io::IOException | ||
) |
removes encryption from the object.
com::sun::star::io::IOException | in case encryption could not be removed |
void setEncryptionPassword | ( | [in] string | sPassword | ) | |
raises | ( | ::com::sun::star::io::IOException | |||
) |
sets a password for the object.
sPassword | the new password |
com::sun::star::io::IOException | in case password could not be set |