LibreOffice
LibreOffice 24.2 SDK API Reference
|
describes an effect, especially a script to be executed, for a certain event given by the listener type and the name of the event method. More...
import"ScriptEventDescriptor.idl";
Public Attributes | |
string | ListenerType |
listener type as string, same as listener-XIdlClass.getName(). More... | |
string | EventMethod |
event method as string. More... | |
string | AddListenerParam |
data to be used if the addListener method needs an additional parameter. More... | |
string | ScriptType |
type of the script language as string; for example, "Basic" or "StarScript". More... | |
string | ScriptCode |
script code as string (the code has to correspond with the language defined by ScriptType). More... | |
describes an effect, especially a script to be executed, for a certain event given by the listener type and the name of the event method.
string AddListenerParam |
data to be used if the addListener method needs an additional parameter.
If the type of this parameter is different from string, it will be converted, when added.
string EventMethod |
event method as string.
string ListenerType |
listener type as string, same as listener-XIdlClass.getName().
string ScriptCode |
script code as string (the code has to correspond with the language defined by ScriptType).
string ScriptType |
type of the script language as string; for example, "Basic" or "StarScript".