22 module
com { module sun { module star { module script {
39 boolean isLibraryPasswordProtected( [in]
string Name )
54 boolean isLibraryPasswordVerified( [in]
string Name )
72 boolean verifyLibraryPassword( [in]
string Name, [in]
string Password )
107 void changeLibraryPassword( [in]
string Name,
108 [in]
string OldPassword, [in]
string NewPassword )
Definition: Ambiguous.idl:20
Extension of XLibraryContainer to provide password functionality.
Definition: XLibraryContainerPassword.idl:30
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
base interface of all UNO interfaces
Definition: XInterface.idl:45