Lines Matching refs:xListener

362 void SAL_CALL Window::addWindowListener( const uno::Reference< awt::XWindowListener >& xListener )  in addWindowListener()  argument
365 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addWindowListener()
370 void SAL_CALL Window::removeWindowListener( const uno::Reference< awt::XWindowListener >& xListener in removeWindowListener() argument
373 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeWindowListener()
378 void SAL_CALL Window::addFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in addFocusListener() argument
381 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addFocusListener()
386 void SAL_CALL Window::removeFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in removeFocusListener() argument
389 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeFocusListener()
394 void SAL_CALL Window::addKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in addKeyListener() argument
397 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addKeyListener()
402 void SAL_CALL Window::removeKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in removeKeyListener() argument
405 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeKeyListener()
410 void SAL_CALL Window::addMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in addMouseListener() argument
413 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseListener()
418 void SAL_CALL Window::removeMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in removeMouseListener() argument
421 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseListener()
426 …CALL Window::addMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xListener ) in addMouseMotionListener() argument
429 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseMotionListener()
434 …L Window::removeMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xListener ) in removeMouseMotionListener() argument
437 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseMotionListener()
442 void SAL_CALL Window::addPaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in addPaintListener() argument
445 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addPaintListener()
450 void SAL_CALL Window::removePaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in removePaintListener() argument
453 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removePaintListener()
465 void SAL_CALL Window::addEventListener( const uno::Reference< lang::XEventListener >& xListener ) in addEventListener() argument
468 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addEventListener()
473 void SAL_CALL Window::removeEventListener( const uno::Reference< lang::XEventListener >& xListener ) in removeEventListener() argument
476 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeEventListener()