LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
ScriptEventDescriptor Struct Referencepublished

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...
 

Detailed Description

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.

Member Data Documentation

◆ AddListenerParam

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.

◆ EventMethod

string EventMethod

event method as string.

◆ ListenerType

string ListenerType

listener type as string, same as listener-XIdlClass.getName().

◆ ScriptCode

string ScriptCode

script code as string (the code has to correspond with the language defined by ScriptType).

◆ ScriptType

string ScriptType

type of the script language as string; for example, "Basic" or "StarScript".


The documentation for this struct was generated from the following file: