LibreOffice
LibreOffice 4.2 SDK API Reference
|
makes it possible to protect objects from modifications. More...
import"XProtectable.idl";
Public Member Functions | |
void | protect ([in] string aPassword) |
activates the protection. More... | |
void | unprotect ([in] string aPassword) raises ( com::sun::star::lang::IllegalArgumentException ) |
removes the protection. More... | |
boolean | isProtected () |
![]() | |
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... | |
makes it possible to protect objects from modifications.
boolean isProtected | ( | ) |
void protect | ( | [in] string | aPassword | ) |
activates the protection.
void unprotect | ( | [in] string | aPassword | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
removes the protection.