Searched defs:EventQueueEntry (Results 1 – 1 of 1) sorted by relevance
111 struct EventQueueEntry struct in VbaEventsHelperBase113 sal_Int32 mnEventId;114 css::uno::Sequence< css::uno::Any > maArgs;115 inline /*implicit*/ EventQueueEntry( sal_Int32 nEventId ) : mnEventId( nEventId ) {} in EventQueueEntry() argument116 …inline EventQueueEntry( sal_Int32 nEventId, const css::uno::Sequence< css::uno::Any >& rArgs ) : m… in EventQueueEntry() function
Completed in 8 milliseconds