Home
last modified time | relevance | path

Searched defs:EventQueueEntry (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaeventshelperbase.hxx111 struct EventQueueEntry struct in VbaEventsHelperBase
113 sal_Int32 mnEventId;
114 css::uno::Sequence< css::uno::Any > maArgs;
115 inline /*implicit*/ EventQueueEntry( sal_Int32 nEventId ) : mnEventId( nEventId ) {} in EventQueueEntry() argument
116 …inline EventQueueEntry( sal_Int32 nEventId, const css::uno::Sequence< css::uno::Any >& rArgs ) : m… in EventQueueEntry() argument

Completed in 18 milliseconds