Lines Matching refs:xListener

95 		Reference< util::XModifyListener > xListener( (*aIter) );  in notify()  local
96 if( xListener.is() ) in notify()
98 xListener->modified( _rEvent ); in notify()
116 Reference< util::XModifyListener > xListener( (*aIter++) ); in disposing() local
117 if( xListener.is() ) in disposing()
118 xListener->disposing( _rEventSource ); in disposing()
394 …ransformationChangedListener( const Reference< util::XModifyListener >& xListener ) throw (Runtime… in addTransformationChangedListener() argument
399 mpViewListeners->addListener( xListener ); in addTransformationChangedListener()
402 …ransformationChangedListener( const Reference< util::XModifyListener >& xListener ) throw (Runtime… in removeTransformationChangedListener() argument
407 mpViewListeners->removeListener( xListener ); in removeTransformationChangedListener()
410 void SAL_CALL SlideShowView::addPaintListener( const Reference< awt::XPaintListener >& xListener ) … in addPaintListener() argument
415 mpPaintListeners->addTypedListener( xListener ); in addPaintListener()
418 void SAL_CALL SlideShowView::removePaintListener( const Reference< awt::XPaintListener >& xListener in removePaintListener() argument
423 mpPaintListeners->removeTypedListener( xListener ); in removePaintListener()
426 void SAL_CALL SlideShowView::addMouseListener( const Reference< awt::XMouseListener >& xListener ) … in addMouseListener() argument
431 mpMouseListeners->addTypedListener( xListener ); in addMouseListener()
434 void SAL_CALL SlideShowView::removeMouseListener( const Reference< awt::XMouseListener >& xListener in removeMouseListener() argument
439 mpMouseListeners->removeTypedListener( xListener ); in removeMouseListener()
442 …::addMouseMotionListener( const Reference< awt::XMouseMotionListener >& xListener ) throw (Runtime… in addMouseMotionListener() argument
455 mpMouseMotionListeners->addTypedListener( xListener ); in addMouseMotionListener()
458 …emoveMouseMotionListener( const Reference< awt::XMouseMotionListener >& xListener ) throw (Runtime… in removeMouseMotionListener() argument
463 mpMouseMotionListeners->removeTypedListener( xListener ); in removeMouseMotionListener()