Lines Matching refs:xListener

153 …ormationChangedListener( const uno::Reference< util::XModifyListener >& xListener ) throw (uno::Ru…  in addTransformationChangedListener()  argument
155 maTransformationListeners.addInterface( xListener ); in addTransformationChangedListener()
158 …ormationChangedListener( const uno::Reference< util::XModifyListener >& xListener ) throw (uno::Ru… in removeTransformationChangedListener() argument
160 maTransformationListeners.removeInterface( xListener ); in removeTransformationChangedListener()
163 …virtual void SAL_CALL addPaintListener( const uno::Reference< awt::XPaintListener >& xListener ) t… in addPaintListener() argument
165 maPaintListeners.addInterface( xListener ); in addPaintListener()
168 …_CALL removePaintListener( const uno::Reference< awt::XPaintListener >& xListener ) throw (uno::Ru… in removePaintListener() argument
170 maPaintListeners.removeInterface( xListener ); in removePaintListener()
173 …virtual void SAL_CALL addMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) t… in addMouseListener() argument
175 maMouseListeners.addInterface( xListener ); in addMouseListener()
178 …_CALL removeMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) throw (uno::Ru… in removeMouseListener() argument
180 maMouseListeners.removeInterface( xListener ); in removeMouseListener()
183 …MouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xListener ) throw (uno::Ru… in addMouseMotionListener() argument
185 maMouseMotionListeners.addInterface( xListener ); in addMouseMotionListener()
188 …MouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xListener ) throw (uno::Ru… in removeMouseMotionListener() argument
190 maMouseMotionListeners.removeInterface( xListener ); in removeMouseMotionListener()