19 #ifndef __com_sun_star_script_XLibraryContainerPassword_idl__ 20 #define __com_sun_star_script_XLibraryContainerPassword_idl__ 30 module
com { module sun { module star { module script {
47 boolean isLibraryPasswordProtected( [in]
string Name )
62 boolean isLibraryPasswordVerified( [in]
string Name )
80 boolean verifyLibraryPassword( [in]
string Name, [in]
string Password )
115 void changeLibraryPassword( [in]
string Name,
116 [in]
string OldPassword, [in]
string NewPassword )
Definition: Ambiguous.idl:22
Extension of XLibraryContainer to provide password functionality.
Definition: XLibraryContainerPassword.idl:38
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47