Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dspinfld.cxx48 Point aPointerPos = pWin->GetPointerPosPixel(); in ImplGetSpinbuttonValue() local
57 if( pWin->IsMouseOver() && rUpperRect.IsInside( aPointerPos ) ) in ImplGetSpinbuttonValue()
69 if( pWin->IsMouseOver() && rLowerRect.IsInside( aPointerPos ) && in ImplGetSpinbuttonValue()
70 !rUpperRect.IsInside( aPointerPos ) ) in ImplGetSpinbuttonValue()