22 module
com { module sun { module star { module script {
54 void removeLibrary( [in]
string Name )
62 boolean isLibraryLoaded( [in]
string Name )
69 void loadLibrary( [in]
string Name )
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:33
This is the generic interface for supporting the insertion and removal of named elements.
Definition: XNameContainer.idl:28
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 used to access named objects within a container.
Definition: XNameAccess.idl:31
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:34