22 module 
com {  module sun {  module star {  module script {
 
  108        [in] 
string OldPassword, [in] 
string NewPassword )
 
 
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
Extension of XLibraryContainer to provide password functionality.
Definition XLibraryContainerPassword.idl:31
boolean verifyLibraryPassword([in] string Name, [in] string Password)
Verifies the library's password.
void changeLibraryPassword([in] string Name, [in] string OldPassword, [in] string NewPassword)
Changes the library's password.
boolean isLibraryPasswordProtected([in] string Name)
Returns true if the accessed library item is protected by a password.
boolean isLibraryPasswordVerified([in] string Name)
Returns true if the accessed library item is protected by a password (see isLibraryPasswordProtected)...
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20