Lines Matching refs:nMaxRight
1249 long nMaxRight = aOSize.Width(); //GetOutputSize().Width(); in AdjustScrollBars() local
1252 nMaxRight += aOrigin.X() - 1; in AdjustScrollBars()
1256 (nVis < nMostRight || nMaxRight < nMostRight) )) in AdjustScrollBars()
1270 nMaxRight -= nVerSBarWidth; in AdjustScrollBars()
1274 (nVis < nMostRight || nMaxRight < nMostRight) ) in AdjustScrollBars()
1461 long nMaxRight = GetOutputSize().Width(); in ShowVerSBar() local
1464 nMaxRight = nMaxRight + aPos.X() - 1; in ShowVerSBar()
1465 if( nMaxRight < nMostRight ) in ShowVerSBar()
3441 long nMaxRight = GetOutputSize().Width(); in SetMostRight() local
3444 nMaxRight = nMaxRight + aPos.X() - 1; in SetMostRight()
3446 long nNextTab = nTabPos < nMaxRight ? nMaxRight : nMaxRight + 50; in SetMostRight()