Lines Matching refs:EventObject

232 	EventObject aEvent ;  in disposeAndClear()
277 void SAL_CALL OMRCListenerMultiplexerHelper::disposing( const EventObject& /*aSource*/ ) throw( Run… in disposing() argument
351 void OMRCListenerMultiplexerHelper::windowShown(const EventObject& aEvent ) throw( UNO3_RUNTIMEEXCE… in windowShown()
353 MULTIPLEX( XWindowListener, windowShown, EventObject, aEvent ) in windowShown()
360 void OMRCListenerMultiplexerHelper::windowHidden(const EventObject& aEvent ) throw( UNO3_RUNTIMEEXC… in windowHidden()
362 MULTIPLEX( XWindowListener, windowHidden, EventObject, aEvent ) in windowHidden()
450 void OMRCListenerMultiplexerHelper::windowOpened(const EventObject& aEvent) throw( UNO3_RUNTIMEEXCE… in windowOpened()
452 MULTIPLEX( XTopWindowListener, windowOpened, EventObject, aEvent ) in windowOpened()
459 void OMRCListenerMultiplexerHelper::windowClosing( const EventObject& aEvent ) throw( UNO3_RUNTIMEE… in windowClosing()
461 MULTIPLEX( XTopWindowListener, windowClosing, EventObject, aEvent ) in windowClosing()
468 void OMRCListenerMultiplexerHelper::windowClosed( const EventObject& aEvent ) throw( UNO3_RUNTIMEEX… in windowClosed()
470 MULTIPLEX( XTopWindowListener, windowClosed, EventObject, aEvent ) in windowClosed()
477 void OMRCListenerMultiplexerHelper::windowMinimized( const EventObject& aEvent ) throw( UNO3_RUNTIM… in windowMinimized()
479 MULTIPLEX( XTopWindowListener, windowMinimized, EventObject, aEvent ) in windowMinimized()
486 void OMRCListenerMultiplexerHelper::windowNormalized( const EventObject& aEvent ) throw( UNO3_RUNTI… in windowNormalized()
488 MULTIPLEX( XTopWindowListener, windowNormalized, EventObject, aEvent ) in windowNormalized()
495 void OMRCListenerMultiplexerHelper::windowActivated( const EventObject& aEvent ) throw( UNO3_RUNTIM… in windowActivated()
497 MULTIPLEX( XTopWindowListener, windowActivated, EventObject, aEvent ) in windowActivated()
504 void OMRCListenerMultiplexerHelper::windowDeactivated( const EventObject& aEvent ) throw( UNO3_RUNT… in windowDeactivated()
506 MULTIPLEX( XTopWindowListener, windowDeactivated, EventObject, aEvent ) in windowDeactivated()