Lines Matching refs:nVisPages
724 const sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in _ExecPgUpAndPgDown() local
730 if ( (pViewWin->SelectedPage() - nVisPages) > 0 ) in _ExecPgUpAndPgDown()
731 nNewSelectedPageNum = pViewWin->SelectedPage() - nVisPages; in _ExecPgUpAndPgDown()
744 if ( (pViewWin->SelectedPage() + nVisPages) <= mnPageCount ) in _ExecPgUpAndPgDown()
745 nNewSelectedPageNum = pViewWin->SelectedPage() + nVisPages; in _ExecPgUpAndPgDown()
1727 const sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in IMPL_LINK() local
1728 sal_Int16 nWinPagesToScroll = nPageDiff / nVisPages; in IMPL_LINK()
1729 if ( nPageDiff % nVisPages ) in IMPL_LINK()
1825 sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in ScrollViewSzChg() local
1826 pVScrollbar->SetVisibleSize( nVisPages ); in ScrollViewSzChg()
1839 pVScrollbar->SetPageSize( nVisPages ); in ScrollViewSzChg()
1845 aScrollbarRange.Max() += ( nVisPages - 1 ); in ScrollViewSzChg()