22 module
com { module sun { module star { module script {
35 boolean isLibraryLink( [in]
string Name )
46 string getLibraryLinkURL( [in]
string Name )
57 boolean isLibraryReadOnly( [in]
string Name )
64 void setLibraryReadOnly( [in]
string Name, [in]
boolean bReadOnly )
72 void renameLibrary( [in]
string Name, [in]
string NewName )
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
Extension of XLibraryContainer to provide additional information about the libraries contained in a l...
Definition: XLibraryContainer2.idl:29
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
Provides access to a library system.
Definition: XLibraryContainer.idl:28
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:34