22 module
com { module sun { module star { module script {
38 void registerScriptEvent( [in]
long nIndex,
60 void registerScriptEvents( [in]
long nIndex,
61 [in] sequence<com::sun::star::script::ScriptEventDescriptor> aScriptEvents )
81 void revokeScriptEvent( [in]
long nIndex,
82 [in]
string aListenerType,
83 [in]
string aEventMethod,
84 [in]
string aRemoveListenerParam )
95 void revokeScriptEvents( [in]
long nIndex )
103 void insertEntry( [in]
long nIndex )
115 void removeEntry( [in]
long nIndex )
127 sequence<com::sun::star::script::ScriptEventDescriptor> getScriptEvents( [in]
long Index )
139 void attach( [in]
long nIndex,
154 void detach( [in]
long nIndex,
Definition: Ambiguous.idl:20
describes an effect, especially a script to be executed, for a certain event given by the listener ty...
Definition: ScriptEventDescriptor.idl:28
registers listeners for specified events.
Definition: XEventAttacherManager.idl:26
makes it possible to receive ScriptEvents.
Definition: XScriptListener.idl:26
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
This exception is thrown when a needed service is not found.
Definition: ServiceNotRegisteredException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:45