Home
last modified time | relevance | path

Searched refs:getMouseMotionListeners (Results 1 – 1 of 1) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx192 …inline MouseMotionListenerMultiplexer& getMouseMotionListeners() { return maMouseMotionList… in getMouseMotionListeners() function in VCLXWindowImpl
756 …if ( mpImpl->getMouseMotionListeners().getLength() && !pMouseEvt->IsEnterWindow() && !pMouseEvt->I… in ProcessWindowEvent()
761 mpImpl->getMouseMotionListeners().mouseMoved( aEvent ); in ProcessWindowEvent()
763 mpImpl->getMouseMotionListeners().mouseDragged( aEvent ); in ProcessWindowEvent()
1147 mpImpl->getMouseMotionListeners().addInterface( rxListener ); in addMouseMotionListener()
1153 mpImpl->getMouseMotionListeners().removeInterface( rxListener ); in removeMouseMotionListener()

Completed in 27 milliseconds