19 #ifndef __com_sun_star_script_XStarBasicAccess_idl__ 20 #define __com_sun_star_script_XStarBasicAccess_idl__ 25 module
com { module sun { module star { module script {
47 void createLibrary( [in]
string LibName, [in]
string Password,
48 [in]
string ExternalSourceURL, [in]
string LinkTargetURL )
59 void addModule( [in]
string LibraryName, [in]
string ModuleName,
60 [in]
string Language, [in]
string Source )
72 void addDialog( [in]
string LibraryName, [in]
string DialogName,
73 [in] sequence< byte > Data )
Definition: Ambiguous.idl:22
short Language
This type is used for a language identifier number.
Definition: Language.idl:28
This is the generic interface for supporting the insertion and removal of named elements.
Definition: XNameContainer.idl:40
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47
Interface representing a library and provides access to its modules.
Definition: XStarBasicAccess.idl:32
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:38