Lines Matching refs:xListener

192 void SAL_CALL Window::addWindowListener( const uno::Reference< awt::XWindowListener >& xListener )  in addWindowListener()  argument
195 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addWindowListener()
200 void SAL_CALL Window::removeWindowListener( const uno::Reference< awt::XWindowListener >& xListener in removeWindowListener() argument
203 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeWindowListener()
208 void SAL_CALL Window::addFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in addFocusListener() argument
211 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addFocusListener()
216 void SAL_CALL Window::removeFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in removeFocusListener() argument
219 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeFocusListener()
224 void SAL_CALL Window::addKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in addKeyListener() argument
227 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addKeyListener()
232 void SAL_CALL Window::removeKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in removeKeyListener() argument
235 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeKeyListener()
240 void SAL_CALL Window::addMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in addMouseListener() argument
243 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseListener()
248 void SAL_CALL Window::removeMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in removeMouseListener() argument
251 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseListener()
256 …CALL Window::addMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xListener ) in addMouseMotionListener() argument
259 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addMouseMotionListener()
264 …L Window::removeMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xListener ) in removeMouseMotionListener() argument
267 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeMouseMotionListener()
272 void SAL_CALL Window::addPaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in addPaintListener() argument
275 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addPaintListener()
280 void SAL_CALL Window::removePaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in removePaintListener() argument
283 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removePaintListener()
297 void SAL_CALL Window::addEventListener( const uno::Reference< lang::XEventListener >& xListener ) in addEventListener() argument
300 maListeners.addInterface( getCppuType( &xListener ), xListener ); in addEventListener()
305 void SAL_CALL Window::removeEventListener( const uno::Reference< lang::XEventListener >& xListener ) in removeEventListener() argument
308 maListeners.removeInterface( getCppuType( &xListener ), xListener ); in removeEventListener()