Searched refs:ImplHandleMouseEvent (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | winproc.cxx | 345 long ImplHandleMouseEvent( Window* pWindow, sal_uInt16 nSVEvent, sal_Bool bMouseLeave, in ImplHandleMouseEvent() function 378 … ImplHandleMouseEvent( pWindow, EVENT_MOUSEMOVE, sal_False, nX, nY, nMsgTime, nCode, nMode ); in ImplHandleMouseEvent() 2043 return ImplHandleMouseEvent( pWindow, EVENT_MOUSEMOVE, sal_True, in ImplHandleSalMouseLeave() 2053 return ImplHandleMouseEvent( pWindow, EVENT_MOUSEMOVE, sal_False, in ImplHandleSalMouseMove() 2063 return ImplHandleMouseEvent( pWindow, EVENT_MOUSEBUTTONDOWN, sal_False, in ImplHandleSalMouseButtonDown() 2078 return ImplHandleMouseEvent( pWindow, EVENT_MOUSEBUTTONUP, sal_False, in ImplHandleSalMouseButtonUp()
|
H A D | window.cxx | 3858 …ImplHandleMouseEvent( mpWindowImpl->mpFrameWindow, EVENT_MOUSEMOVE, bLeave, nX, nY, nTime, nCode, … in ImplCallMouseMove()
|
/aoo42x/main/vcl/inc/ |
H A D | window.h | 395 long ImplHandleMouseEvent( Window* pWindow, sal_uInt16 nSVEvent, sal_Bool bMouseLeave,
|
Completed in 209 milliseconds