Home
last modified time | relevance | path

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

/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2411 QMSG aTempMsg; in ImplHandleMouseMsg() local
2412 if ( WinPeekMsg( pSalData->mhAB, &aTempMsg, in ImplHandleMouseMsg()
2416 if ( (aTempMsg.msg == WM_MOUSEMOVE) && in ImplHandleMouseMsg()
2417 (aTempMsg.mp2 == nMP2) ) in ImplHandleMouseMsg()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3388 MSG aTempMsg; in ImplHandleMouseMsg() local
3389 … if ( ImplPeekMessage( &aTempMsg, hWnd, WM_MOUSEFIRST, WM_MOUSELAST, PM_NOREMOVE | PM_NOYIELD ) ) in ImplHandleMouseMsg()
3391 if ( (aTempMsg.message == WM_MOUSEMOVE) && in ImplHandleMouseMsg()
3392 (aTempMsg.wParam == wParam) ) in ImplHandleMouseMsg()

Completed in 88 milliseconds