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.cxx61 mnActDist ( 0UL ), in ImplWheelWindow()
194 if( mnActDist < WHEEL_RADIUS ) in ImplRecalcScrollValues()
206 … const double fExp = ( (double) mnActDist / mnMaxWidth ) * log10( (double) MAX_TIME / MIN_TIME ); in ImplRecalcScrollValues()
257 if( mnActDist < WHEEL_RADIUS ) in ImplGetMousePointer()
331 mnActDist = (sal_uLong) hypot( (double) nDistX, nDistY ); in MouseMove()
337 const sal_Bool bOuter = mnActDist > WHEEL_RADIUS; in MouseMove()
373 if( mnActDist > WHEEL_RADIUS ) in MouseButtonUp()
H A Dscrwnd.hxx61 sal_uLong mnActDist; member in ImplWheelWindow

Completed in 11 milliseconds