Lines Matching refs:aMEvnt
1138 void ImplMouseMove( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect ) in ImplMouseMove() argument
1145 nID = Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, pWin, &aMEvnt ); in ImplMouseMove()
1157 TrackingEvent aTEvt( aMEvnt ); in ImplMouseMove()
1161 CALL_EVENT_WITH_NOTIFY( EVENT_MOUSEMOVE, aMEvnt, pWin, MouseMove ) in ImplMouseMove()
1165 void ImplMouseButtonDown( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect ) in ImplMouseButtonDown() argument
1172 nID = Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONDOWN, pWin, &aMEvnt ); in ImplMouseButtonDown()
1178 CALL_EVENT_WITH_NOTIFY( EVENT_MOUSEBUTTONDOWN, aMEvnt, pWin, MouseButtonDown ) in ImplMouseButtonDown()
1182 void ImplMouseButtonUp( Window* pWin, MouseEvent &aMEvnt, sal_Bool bForceDirect ) in ImplMouseButtonUp() argument
1189 nID = Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONUP, pWin, &aMEvnt ); in ImplMouseButtonUp()
1206 TrackingEvent aTEvt( aMEvnt, ENDTRACK_END ); in ImplMouseButtonUp()
1210 CALL_EVENT_WITH_NOTIFY( EVENT_MOUSEBUTTONUP, aMEvnt, pWin, MouseButtonUp ) in ImplMouseButtonUp()