Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1728 const sal_Int16 nPageDiff = nThmbPos - pViewWin->SelectedPage(); in IMPL_LINK() local
1730 sal_Int16 nWinPagesToScroll = nPageDiff / nVisPages; in IMPL_LINK()
1731 if ( nPageDiff % nVisPages ) in IMPL_LINK()
1734 nPageDiff < 0 ? --nWinPagesToScroll : ++nWinPagesToScroll; in IMPL_LINK()

Completed in 30 milliseconds