Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx940 long nVPage = pVerScroll->GetPageSize(); in DoScroll() local
1009 aCurPos.Y() -= nVPage; in DoScroll()
1012 if( (abs(nVPage+nThumbPos-nRangeMax)<10) || nMaxVertPos<0 ) in DoScroll()
1032 aCurPos.Y() += nVPage; in DoScroll()
1076 if( aCurPos.Y() > (nVRange-nVPage) ) in DoScroll()
1077 aCurPos.Y() = (nVRange-nVPage); in DoScroll()

Completed in 11 milliseconds