21 module 
com {  module sun {  module star {  module script {
 
   44                        [in] 
string ExternalSourceURL, [in] 
string LinkTargetURL )
 
   55    void addModule( [in] 
string LibraryName, [in] 
string ModuleName,
 
   56                    [in] 
string Language, [in] 
string Source )
 
   68    void addDialog( [in] 
string LibraryName, [in] 
string DialogName,
 
   69                    [in] sequence< byte > Data )
 
 
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 is the generic interface for supporting the insertion and removal of named elements.
Definition XNameContainer.idl:29
Interface representing a library and provides access to its modules.
Definition XStarBasicAccess.idl:29
void createLibrary([in] string LibName, [in] string Password, [in] string ExternalSourceURL, [in] string LinkTargetURL)
Creates an empty library.
void addModule([in] string LibraryName, [in] string ModuleName, [in] string Language, [in] string Source)
Adds a module to an existing (e.g., created by createLibrary) library.
com::sun::star::container::XNameContainer getLibraryContainer()
returns the library container giving access to the libraries stored in a document or basic library fi...
void addDialog([in] string LibraryName, [in] string DialogName, [in] sequence< byte > Data)
Adds an old style basic dialog (SI controls) to an existing (e.g., created by createLibrary) library.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20