Searched refs:aNewEvent (Results 1 – 4 of 4) sorted by relevance
246 ListEvent aNewEvent; in impl_notify() local247 aNewEvent.Source = static_cast< XDynamicResultSet * >( this ); in impl_notify()248 aNewEvent.Changes = Changes.Changes; in impl_notify()254 ListAction& rAction = aNewEvent.Changes[i]; in impl_notify()285 m_xListener->notify( aNewEvent ); in impl_notify()
461 ListEvent aNewEvent; in SendNotify() local462 aNewEvent.Changes = aActionList; in SendNotify()464 mxListener->notify( aNewEvent ); in SendNotify()
231 ::KeyEvent aNewEvent( pKeyEvent->GetCharCode(), aNewCode ); in PreNotify()232 Control::KeyInput( aNewEvent ); in PreNotify()
3443 KeyEvent aNewEvent( pKeyEvent->GetCharCode(), aNewCode ); in PreNotify() local3447 Control::KeyInput( aNewEvent ); in PreNotify()
Completed in 31 milliseconds