Searched refs:EventQueueEntry (Results 1 – 3 of 3) sorted by relevance
111 struct EventQueueEntry struct in VbaEventsHelperBase115 inline /*implicit*/ EventQueueEntry( sal_Int32 nEventId ) : mnEventId( nEventId ) {} in EventQueueEntry() function116 …inline EventQueueEntry( sal_Int32 nEventId, const css::uno::Sequence< css::uno::Any >& rArgs ) : m… in EventQueueEntry() function118 typedef ::std::deque< EventQueueEntry > EventQueue;
662 rEventQueue.push_back( EventQueueEntry( WORKBOOK_WINDOWACTIVATE, aArgs ) ); in implPrepareEvent()679 rEventQueue.push_back( EventQueueEntry( rInfo.mnEventId + USERDEFINED_START, rArgs ) ); in implPrepareEvent()
77 aEventQueue.push_back( EventQueueEntry( nEventId, rArgs ) ); in processVbaEvent()
Completed in 27 milliseconds