LibreOffice
LibreOffice 24.2 SDK API Reference
|
Script Module containing some scripting code in a certain scripting language. More...
import"XStarBasicModuleInfo.idl";
Public Member Functions | |
string | getName () |
returns the name of the module More... | |
string | getLanguage () |
returns the type of the script language as string, for example, "StarBasic" or "JavaScript". More... | |
string | getSource () |
returns the script source code as string. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Script Module containing some scripting code in a certain scripting language.
string getLanguage | ( | ) |
returns the type of the script language as string, for example, "StarBasic" or "JavaScript".
string getName | ( | ) |
returns the name of the module
string getSource | ( | ) |
returns the script source code as string.
The code has to correspond with the language defined by Language.