Lines Matching refs:nScrollPos
238 nScrollPos ( 0 ) in ScOptSolverDlg()
413 long nVecPos = nScrollPos + nRow; in ReadConditions()
434 long nVecPos = nScrollPos + nRow; in ShowConditions()
444 long nVisible = nScrollPos + EDIT_ROW_COUNT; in ShowConditions()
447 maScrollBar.SetThumbPos( nScrollPos ); in ShowConditions()
456 long nVecPos = nScrollPos + nRow; in EnableButtons()
643 long nVecPos = nScrollPos + nRow; in IMPL_LINK()
693 nScrollPos = maScrollBar.GetThumbPos(); in IMPL_LINK()
704 if ( nScrollPos > 0 ) in IMPL_LINK()
707 --nScrollPos; in IMPL_LINK()
739 ++nScrollPos; in IMPL_LINK()