Home
last modified time | relevance | path

Searched refs:aWheelEvt (Results 1 – 3 of 3) sorted by path

/aoo41x/main/vcl/os2/source/window/
H A Dsalframe.cxx2559 SalWheelMouseEvent aWheelEvt; in ImplHandleWheelMsg() local
2561 aWheelEvt.mnX = aPt.x; in ImplHandleWheelMsg()
2562 aWheelEvt.mnY = aPt.y; in ImplHandleWheelMsg()
2563 aWheelEvt.mnCode = 0; in ImplHandleWheelMsg()
2565 aWheelEvt.mnDelta = bNeg ? -120 : 120; in ImplHandleWheelMsg()
2566 aWheelEvt.mnNotchDelta = bNeg ? -1 : 1; in ImplHandleWheelMsg()
2570 aWheelEvt.mnScrollLines = 1; in ImplHandleWheelMsg()
2573 aWheelEvt.mbHorz = TRUE; in ImplHandleWheelMsg()
2577 aWheelEvt.mnCode |= KEY_SHIFT; in ImplHandleWheelMsg()
2579 aWheelEvt.mnCode |= KEY_MOD1; in ImplHandleWheelMsg()
[all …]
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx3075 SalWheelMouseEvent aWheelEvt; in HandleMouseEvent() local
3076 aWheelEvt.mnTime = pEvent->xbutton.time; in HandleMouseEvent()
3077 aWheelEvt.mnX = pEvent->xbutton.x; in HandleMouseEvent()
3078 aWheelEvt.mnY = pEvent->xbutton.y; in HandleMouseEvent()
3079 aWheelEvt.mnDelta = bIncrement ? 120 : -120; in HandleMouseEvent()
3080 aWheelEvt.mnNotchDelta = bIncrement ? 1 : -1; in HandleMouseEvent()
3081 aWheelEvt.mnScrollLines = nLines; in HandleMouseEvent()
3082 aWheelEvt.mnCode = sal_GetCode( pEvent->xbutton.state ); in HandleMouseEvent()
3083 aWheelEvt.mbHorz = bHoriz; in HandleMouseEvent()
3089 aWheelEvt.mnX = nWidth_-1-aWheelEvt.mnX; in HandleMouseEvent()
[all …]
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx3539 SalWheelMouseEvent aWheelEvt; in ImplHandleWheelMsg() local
3541 aWheelEvt.mnX = aWinPt.x; in ImplHandleWheelMsg()
3542 aWheelEvt.mnY = aWinPt.y; in ImplHandleWheelMsg()
3543 aWheelEvt.mnCode = 0; in ImplHandleWheelMsg()
3545 aWheelEvt.mnNotchDelta = aWheelEvt.mnDelta/WHEEL_DELTA; in ImplHandleWheelMsg()
3546 if( aWheelEvt.mnNotchDelta == 0 ) in ImplHandleWheelMsg()
3548 if( aWheelEvt.mnDelta > 0 ) in ImplHandleWheelMsg()
3569 aWheelEvt.mnCode |= KEY_SHIFT; in ImplHandleWheelMsg()
3571 aWheelEvt.mnCode |= KEY_MOD1; in ImplHandleWheelMsg()
3573 aWheelEvt.mnCode |= KEY_MOD2; in ImplHandleWheelMsg()
[all …]

Completed in 72 milliseconds