Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dscrwnd.cxx46 #define MAX_TIME 300 macro
204 … const double fExp = ( (double) mnActDist / mnMaxWidth ) * log10( (double) MAX_TIME / MIN_TIME ); in ImplRecalcScrollValues()
205 nCurTime = (sal_uLong) ( MAX_TIME / pow( 10., fExp ) ); in ImplRecalcScrollValues()
208 nCurTime = MAX_TIME; in ImplRecalcScrollValues()