|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module script {
string ScriptType
type of the script language as string; for example, "Basic" or "StarScript".
Definition: ScriptEventDescriptor.idl:47
string ScriptCode
script code as string (the code has to correspond with the language defined by ScriptType).
Definition: ScriptEventDescriptor.idl:52
string ListenerType
listener type as string, same as listener-XIdlClass.getName().
Definition: ScriptEventDescriptor.idl:32
string EventMethod
event method as string.
Definition: ScriptEventDescriptor.idl:36
Definition: Ambiguous.idl:20
string AddListenerParam
data to be used if the addListener method needs an additional parameter.
Definition: ScriptEventDescriptor.idl:43
describes an effect, especially a script to be executed, for a certain event given by the listener ty...
Definition: ScriptEventDescriptor.idl:29