LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_script_XStarBasicLibraryInfo_idl__
20 #define __com_sun_star_script_XStarBasicLibraryInfo_idl__
25 module
com { module sun { module star { module script {
string getLinkTargetURL()
returns an URL describing the location of the library linked to.
This is the generic interface for supporting the insertion and removal of named elements.
Definition: XNameContainer.idl:41
com::sun::star::container::XNameContainer getModuleContainer()
returns the module container giving access to the modules stored in the library.
string getPassword()
returns the password, if the library is protected with one, an empty string otherwise.
com::sun::star::container::XNameContainer getDialogContainer()
returns the dialog container giving access to the dialogs stored in the library.
Interface representing a library and provides access to its modules.
Definition: XStarBasicLibraryInfo.idl:33
Definition: Ambiguous.idl:22
string getExternalSourceURL()
returns an URL describing the location where the library is stored if the library is stored separatel...
string getName()
returns the library's name
base interface of all UNO interfaces
Definition: XInterface.idl:48