Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1446 long lMaDelta = aPixSz.Height(); in SmoothScroll() local
1448 lMaDelta *= 6; in SmoothScroll()
1450 lMaDelta *= 2; in SmoothScroll()
1452 lMaDelta *= lMult; in SmoothScroll()
1455 lMaDelta = -lMaDelta; in SmoothScroll()
1461 if ( Imp()->bStopSmooth || Abs(lDiff) <= Abs(lMaDelta) ) in SmoothScroll()
1468 lScroll = lMaDelta; in SmoothScroll()
1469 lDiff -= lMaDelta; in SmoothScroll()

Completed in 22 milliseconds