Searched refs:aEvents (Results 1 – 10 of 10) sorted by relevance
124 EventQueue aEvents; member158 …::std::remove_if( m_pImpl->aEvents.begin(), m_pImpl->aEvents.end(), EqualProcessor( _xProcessor ) … in removeEventsForProcessor()184 m_pImpl->aEvents.push_back( ProcessableEvent( _rEvent, _xProcessor ) ); in addEvent()204 while ( m_pImpl->aEvents.size() > 0 ) in run()206 ProcessableEvent aEvent( m_pImpl->aEvents.front() ); in run()209 m_pImpl->aEvents.pop_front(); in run()
152 EventEntry aEvents[] = { in notifyEvent() local164 for ( size_t i=0; i < sizeof( aEvents ) / sizeof( aEvents[0] ); ++i ) in notifyEvent()166 if ( !_rEvent.EventName.equalsAscii( aEvents[i].pEventName ) ) in notifyEvent()181 (m_pListener->*aEvents[i].listenerMethod)( aDocument ); in notifyEvent()
605 Sequence< ScriptEventDescriptor > aEvents; in getPropertyValue() local606 impl_getComponentScriptEvents_nothrow( aEvents ); in getPropertyValue()608 sal_Int32 nEventCount = aEvents.getLength(); in getPropertyValue()609 const ScriptEventDescriptor* pEvents = aEvents.getConstArray(); in getPropertyValue()1172 ScriptEventDescriptor* pEvent = aEvents.getArray(); in impl_setFormComponentScriptEvent_nothrow()1173 sal_Int32 eventCount = aEvents.getLength(), event = 0; in impl_setFormComponentScriptEvent_nothrow()1191 ::std::copy( pEvent + 1, aEvents.getArray() + eventCount, pEvent ); in impl_setFormComponentScriptEvent_nothrow()1192 aEvents.realloc( eventCount - 1 ); in impl_setFormComponentScriptEvent_nothrow()1201 aEvents.realloc( eventCount + 1 ); in impl_setFormComponentScriptEvent_nothrow()1202 aEvents[ eventCount ] = _rScriptEvent; in impl_setFormComponentScriptEvent_nothrow()[all …]
346 std::list< SalUserEvent > aEvents; in Yield() local354 aEvents = m_aUserEvents; in Yield()359 aEvents.push_back( m_aUserEvents.front() ); in Yield()368 bool bEvent = !aEvents.empty(); in Yield()371 … for( std::list<SalUserEvent>::const_iterator it = aEvents.begin(); it != aEvents.end(); ++it ) in Yield()
224 aEvents(rKeys.getLength()); in notifyListeners() local234 aEvents[nCount].PropertyName = aTheKey; in notifyListeners()235 aEvents[nCount].PropertyHandle = -1; in notifyListeners()240 aNotifications.push_back( Listen2EventPair( aIt->first, aEvents)); in notifyListeners()
352 uno::Sequence< script::ScriptEventDescriptor > aEvents = xEventMgr->getScriptEvents( nIndex ); in getOnAction() local353 if( aEvents.hasElements() ) in getOnAction()355 const script::ScriptEventDescriptor* pEvent = aEvents.getConstArray(); in getOnAction()356 const script::ScriptEventDescriptor* pEventEnd = pEvent + aEvents.getLength(); in getOnAction()
447 Sequence< PropertyChangeEvent > aEvents( rEvents ); in propertiesChange() local454 PropertyChangeEvent* pEvents = aEvents.getArray(); in propertiesChange()455 PropertyChangeEvent* pEventsEnd = pEvents + aEvents.getLength(); in propertiesChange()465 aEvents.realloc( pEventsEnd - aEvents.getConstArray() ); in propertiesChange()467 if ( !aEvents.getLength() ) in propertiesChange()472 ImplModelPropertiesChanged( aEvents ); in propertiesChange()
1874 Sequence< ScriptEventDescriptor > aEvents( aComponent.getEvents() ); in impl_adjustFormComponentEvents_throw() local1877 for ( ScriptEventDescriptor* scriptEvent = aEvents.getArray(); in impl_adjustFormComponentEvents_throw()1878 scriptEvent != aEvents.getArray() + aEvents.getLength(); in impl_adjustFormComponentEvents_throw()1889 aComponent.setEvents( aEvents ); in impl_adjustFormComponentEvents_throw()
762 static sal_uInt16 __READONLY_DATA aEvents[] = { in InsertImage() local768 for( sal_uInt16 n = 0; aEvents[ n ]; ++n ) in InsertImage()769 if( 0 != ( pMacro = rINetFmt.GetMacro( aEvents[ n ] ) )) in InsertImage()770 aMacroItem.SetMacro( aEvents[ n ], *pMacro ); in InsertImage()
2260 Events aEvents; in setPropertyValues() local2324 aEvents.push_back( aEvt ); in setPropertyValues()2349 Events::const_iterator it = aEvents.begin(); in setPropertyValues()2350 Events::const_iterator end = aEvents.end(); in setPropertyValues()
Completed in 56 milliseconds