Lines Matching refs:xListener

538 void SAL_CALL Window::addWindowListener( const uno::Reference< awt::XWindowListener >& xListener )  in addWindowListener()  argument
541 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addWindowListener()
546 void SAL_CALL Window::removeWindowListener( const uno::Reference< awt::XWindowListener >& xListener in removeWindowListener() argument
549 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeWindowListener()
554 void SAL_CALL Window::addFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in addFocusListener() argument
557 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addFocusListener()
562 void SAL_CALL Window::removeFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in removeFocusListener() argument
565 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeFocusListener()
570 void SAL_CALL Window::addKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in addKeyListener() argument
573 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addKeyListener()
578 void SAL_CALL Window::removeKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in removeKeyListener() argument
581 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeKeyListener()
586 void SAL_CALL Window::addMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in addMouseListener() argument
589 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseListener()
594 void SAL_CALL Window::removeMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in removeMouseListener() argument
597 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseListener()
602 …CALL Window::addMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xListener ) in addMouseMotionListener() argument
605 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseMotionListener()
610 …L Window::removeMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xListener ) in removeMouseMotionListener() argument
613 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseMotionListener()
618 void SAL_CALL Window::addPaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in addPaintListener() argument
621 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addPaintListener()
626 void SAL_CALL Window::removePaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in removePaintListener() argument
629 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removePaintListener()
641 void SAL_CALL Window::addEventListener( const uno::Reference< lang::XEventListener >& xListener ) in addEventListener() argument
644 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addEventListener()
649 void SAL_CALL Window::removeEventListener( const uno::Reference< lang::XEventListener >& xListener ) in removeEventListener() argument
652 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeEventListener()