Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dscrwnd.cxx59 mnActDist ( 0UL ), in ImplWheelWindow()
192 if( mnActDist < WHEEL_RADIUS ) in ImplRecalcScrollValues()
204 … const double fExp = ( (double) mnActDist / mnMaxWidth ) * log10( (double) MAX_TIME / MIN_TIME ); in ImplRecalcScrollValues()
255 if( mnActDist < WHEEL_RADIUS ) in ImplGetMousePointer()
329 mnActDist = (sal_uLong) hypot( (double) nDistX, nDistY ); in MouseMove()
335 const sal_Bool bOuter = mnActDist > WHEEL_RADIUS; in MouseMove()
371 if( mnActDist > WHEEL_RADIUS ) in MouseButtonUp()
H A Dscrwnd.hxx59 sal_uLong mnActDist; member in ImplWheelWindow