LibreOffice Module vbahelper (master) 1
Public Member Functions | Public Attributes | List of all members
VbaEventsHelperBase::EventQueueEntry Struct Reference

#include <vbaeventshelperbase.hxx>

Public Member Functions

 EventQueueEntry (sal_Int32 nEventId)
 
 EventQueueEntry (sal_Int32 nEventId, const css::uno::Sequence< css::uno::Any > &rArgs)
 

Public Attributes

sal_Int32 mnEventId
 
css::uno::Sequence< css::uno::Any > maArgs
 

Detailed Description

Definition at line 122 of file vbaeventshelperbase.hxx.

Constructor & Destructor Documentation

◆ EventQueueEntry() [1/2]

VbaEventsHelperBase::EventQueueEntry::EventQueueEntry ( sal_Int32  nEventId)
inline

Definition at line 126 of file vbaeventshelperbase.hxx.

References mnEventId.

◆ EventQueueEntry() [2/2]

VbaEventsHelperBase::EventQueueEntry::EventQueueEntry ( sal_Int32  nEventId,
const css::uno::Sequence< css::uno::Any > &  rArgs 
)
inline

Definition at line 127 of file vbaeventshelperbase.hxx.

References maArgs, and mnEventId.

Member Data Documentation

◆ maArgs

css::uno::Sequence< css::uno::Any > VbaEventsHelperBase::EventQueueEntry::maArgs

Definition at line 125 of file vbaeventshelperbase.hxx.

◆ mnEventId

sal_Int32 VbaEventsHelperBase::EventQueueEntry::mnEventId

Definition at line 124 of file vbaeventshelperbase.hxx.


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