Searched refs:PostMouseEvent (Results 1 – 4 of 4) sorted by relevance
/trunk/main/avmedia/source/viewer/ |
H A D | mediaevent_impl.cxx | 122 …Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONDOWN, reinterpret_cast< ::Window* >( mpNot… in mousePressed() 143 …Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONUP, reinterpret_cast< ::Window* >( mpNotif… in mouseReleased() 184 …Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWin… in mouseDragged() 199 …Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, reinterpret_cast< ::Window* >( mpNotifyWin… in mouseMoved()
|
/trunk/main/automation/source/server/ |
H A D | sta_list.cxx | 1145 nID = Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEMOVE, pWin, &aMEvnt ); in ImplMouseMove() 1172 nID = Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONDOWN, pWin, &aMEvnt ); in ImplMouseButtonDown() 1189 nID = Application::PostMouseEvent( VCLEVENT_WINDOW_MOUSEBUTTONUP, pWin, &aMEvnt ); in ImplMouseButtonUp()
|
/trunk/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 329 …static sal_uLong PostMouseEvent( sal_uLong nEvent, Window *pWin, MouseEvent* pMouseEven…
|
/trunk/main/vcl/source/app/ |
H A D | svapp.cxx | 951 sal_uLong Application::PostMouseEvent( sal_uLong nEvent, Window *pWin, MouseEvent* pMouseEvent ) in PostMouseEvent() function in Application
|
Completed in 30 milliseconds