Lines Matching refs:aEvent

232 	EventObject aEvent ;  in disposeAndClear()  local
233 aEvent.Source = m_xControl ; in disposeAndClear()
234 m_aListenerHolder.disposeAndClear( aEvent ); in disposeAndClear()
288 void OMRCListenerMultiplexerHelper::focusGained(const FocusEvent& aEvent ) throw( UNO3_RUNTIMEEXCEP… in focusGained() argument
317 MULTIPLEX( XFocusListener, focusGained, FocusEvent, aEvent ) in focusGained()
324 void OMRCListenerMultiplexerHelper::focusLost(const FocusEvent& aEvent ) throw( UNO3_RUNTIMEEXCEPTI… in focusLost() argument
326 MULTIPLEX( XFocusListener, focusLost, FocusEvent, aEvent ) in focusLost()
333 void OMRCListenerMultiplexerHelper::windowResized(const WindowEvent& aEvent ) throw( UNO3_RUNTIMEEX… in windowResized() argument
335 MULTIPLEX( XWindowListener, windowResized, WindowEvent, aEvent ) in windowResized()
342 void OMRCListenerMultiplexerHelper::windowMoved(const WindowEvent& aEvent ) throw( UNO3_RUNTIMEEXCE… in windowMoved() argument
344 MULTIPLEX( XWindowListener, windowMoved, WindowEvent, aEvent ) in windowMoved()
351 void OMRCListenerMultiplexerHelper::windowShown(const EventObject& aEvent ) throw( UNO3_RUNTIMEEXCE… in windowShown() argument
353 MULTIPLEX( XWindowListener, windowShown, EventObject, aEvent ) in windowShown()
360 void OMRCListenerMultiplexerHelper::windowHidden(const EventObject& aEvent ) throw( UNO3_RUNTIMEEXC… in windowHidden() argument
362 MULTIPLEX( XWindowListener, windowHidden, EventObject, aEvent ) in windowHidden()
369 void OMRCListenerMultiplexerHelper::keyPressed(const KeyEvent& aEvent) throw( UNO3_RUNTIMEEXCEPTION… in keyPressed() argument
371 MULTIPLEX( XKeyListener, keyPressed, KeyEvent, aEvent ) in keyPressed()
378 void OMRCListenerMultiplexerHelper::keyReleased(const KeyEvent& aEvent) throw( UNO3_RUNTIMEEXCEPTIO… in keyReleased() argument
380 MULTIPLEX( XKeyListener, keyReleased, KeyEvent, aEvent ) in keyReleased()
387 void OMRCListenerMultiplexerHelper::mousePressed(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEP… in mousePressed() argument
389 MULTIPLEX( XMouseListener, mousePressed, MouseEvent, aEvent ) in mousePressed()
396 void OMRCListenerMultiplexerHelper::mouseReleased(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCE… in mouseReleased() argument
398 MULTIPLEX( XMouseListener, mouseReleased, MouseEvent, aEvent ) in mouseReleased()
405 void OMRCListenerMultiplexerHelper::mouseEntered(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEP… in mouseEntered() argument
407 MULTIPLEX( XMouseListener, mouseEntered, MouseEvent, aEvent ) in mouseEntered()
414 void OMRCListenerMultiplexerHelper::mouseExited(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEPT… in mouseExited() argument
416 MULTIPLEX( XMouseListener, mouseExited, MouseEvent, aEvent ) in mouseExited()
423 void OMRCListenerMultiplexerHelper::mouseDragged(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEP… in mouseDragged() argument
425 MULTIPLEX( XMouseMotionListener, mouseDragged, MouseEvent, aEvent ) in mouseDragged()
432 void OMRCListenerMultiplexerHelper::mouseMoved(const MouseEvent& aEvent) throw( UNO3_RUNTIMEEXCEPTI… in mouseMoved() argument
434 MULTIPLEX( XMouseMotionListener, mouseMoved, MouseEvent, aEvent ) in mouseMoved()
441 void OMRCListenerMultiplexerHelper::windowPaint(const PaintEvent& aEvent) throw( UNO3_RUNTIMEEXCEPT… in windowPaint() argument
443 MULTIPLEX( XPaintListener, windowPaint, PaintEvent, aEvent ) in windowPaint()
450 void OMRCListenerMultiplexerHelper::windowOpened(const EventObject& aEvent) throw( UNO3_RUNTIMEEXCE… in windowOpened() argument
452 MULTIPLEX( XTopWindowListener, windowOpened, EventObject, aEvent ) in windowOpened()
459 void OMRCListenerMultiplexerHelper::windowClosing( const EventObject& aEvent ) throw( UNO3_RUNTIMEE… in windowClosing() argument
461 MULTIPLEX( XTopWindowListener, windowClosing, EventObject, aEvent ) in windowClosing()
468 void OMRCListenerMultiplexerHelper::windowClosed( const EventObject& aEvent ) throw( UNO3_RUNTIMEEX… in windowClosed() argument
470 MULTIPLEX( XTopWindowListener, windowClosed, EventObject, aEvent ) in windowClosed()
477 void OMRCListenerMultiplexerHelper::windowMinimized( const EventObject& aEvent ) throw( UNO3_RUNTIM… in windowMinimized() argument
479 MULTIPLEX( XTopWindowListener, windowMinimized, EventObject, aEvent ) in windowMinimized()
486 void OMRCListenerMultiplexerHelper::windowNormalized( const EventObject& aEvent ) throw( UNO3_RUNTI… in windowNormalized() argument
488 MULTIPLEX( XTopWindowListener, windowNormalized, EventObject, aEvent ) in windowNormalized()
495 void OMRCListenerMultiplexerHelper::windowActivated( const EventObject& aEvent ) throw( UNO3_RUNTIM… in windowActivated() argument
497 MULTIPLEX( XTopWindowListener, windowActivated, EventObject, aEvent ) in windowActivated()
504 void OMRCListenerMultiplexerHelper::windowDeactivated( const EventObject& aEvent ) throw( UNO3_RUNT… in windowDeactivated() argument
506 MULTIPLEX( XTopWindowListener, windowDeactivated, EventObject, aEvent ) in windowDeactivated()