LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
AllEventObject Struct Referencepublished

This event is a wrapper for an original event in a forwarding event. More...

import"AllEventObject.idl";

Inheritance diagram for AllEventObject:
EventObject ScriptEvent

Public Attributes

any Helper
 A helper value for the implementation that can be used arbitrarily. More...
 
type ListenerType
 contains the type of the original listener. More...
 
string MethodName
 The original method name on which the event was fired. More...
 
sequence< any > Arguments
 The arguments of the original method. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

This event is a wrapper for an original event in a forwarding event.

Usually the original event is the first argument in the array of arguments.

Member Data Documentation

◆ Arguments

sequence<any> Arguments

The arguments of the original method.

◆ Helper

any Helper

A helper value for the implementation that can be used arbitrarily.

This field reflects the third parameter of the method XAllListenerAdapterService::createAllListerAdapter().

◆ ListenerType

type ListenerType

contains the type of the original listener.

◆ MethodName

string MethodName

The original method name on which the event was fired.


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