22module
com { module sun { module star { module script {
is thrown by container methods, if an element is added which is already a child of the container.
Definition ElementExistException.idl:35
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
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:34
is used to access named objects within a container.
Definition generated_idl_chapter_refs.idl:3916
This is the generic interface for supporting the insertion and removal of named elements.
Definition generated_idl_chapter_refs.idl:3890
Provides access to a library system.
Definition XLibraryContainer.idl:29
void loadLibrary([in] string Name)
Causes the accessed library to be loaded from its storage if it hasn't already been loaded.
com::sun::star::container::XNameContainer createLibrary([in] string Name)
Creates a new library.
com::sun::star::container::XNameAccess createLibraryLink([in] string Name, [in] string StorageURL, [in] boolean ReadOnly)
Creates a link to an "external" library that then can be accessed using this library manager.
void removeLibrary([in] string Name)
removes the library item with the specified name.
boolean isLibraryLoaded([in] string Name)
returns true if the accessed library is already loaded from the storage, otherwise false.
Definition Ambiguous.idl:20