Searched refs:nMostRight (Results 1 – 4 of 4) sorted by relevance
110 nMostRight = -1; in SvImpLBox()264 nMostRight = -1; in Clear()576 long nPrev = nMostRight; in InvalidateEntry()578 if( nPrev < nMostRight ) in InvalidateEntry()1256 (nVis < nMostRight || nMaxRight < nMostRight) )) in AdjustScrollBars()1274 (nVis < nMostRight || nMaxRight < nMostRight) ) in AdjustScrollBars()1329 aRange.Max() = nMostRight+25; in AdjustScrollBars()1465 if( nMaxRight < nMostRight ) in ShowVerSBar()3452 if( nRight > nMostRight ) in SetMostRight()3454 nMostRight = nRight; in SetMostRight()[all …]
1905 long nMostRight = 0; in CheckHorScrollBar() local1912 if( nRight > nMostRight ) in CheckHorScrollBar()1913 nMostRight = nRight; in CheckHorScrollBar()1917 aVirtOutputSize.Width() = nMostRight; in CheckHorScrollBar()1920 aRange.Max() = nMostRight - 1; in CheckHorScrollBar()
1635 long nMostRight = 0; in CheckHorScrollBar() local1642 if( nRight > nMostRight ) in CheckHorScrollBar()1643 nMostRight = nRight; in CheckHorScrollBar()1647 aVirtOutputSize.Width() = nMostRight; in CheckHorScrollBar()1650 aRange.Max() = nMostRight - 1; in CheckHorScrollBar()
145 long nMostRight; member in SvImpLBox
Completed in 88 milliseconds