LibreOffice
LibreOffice 6.0 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_script_XLibraryContainer2_idl__
20 #define __com_sun_star_script_XLibraryContainer2_idl__
26 module
com { module sun { module star { module script {
39 boolean isLibraryLink( [in]
string Name )
50 string getLibraryLinkURL( [in]
string Name )
61 boolean isLibraryReadOnly( [in]
string Name )
68 void setLibraryReadOnly( [in]
string Name, [in]
boolean bReadOnly )
76 void renameLibrary( [in]
string Name, [in]
string NewName )
Provides access to a library system.
Definition: XLibraryContainer.idl:42
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:34
Extension of XLibraryContainer to provide additional information about the libraries contained in a l...
Definition: XLibraryContainer2.idl:33
is thrown by container methods, if an element is added which is already a child of the container.
Definition: ElementExistException.idl:38
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:29