Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx110 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 …]
H A Dsvimpicn.cxx1905 long nMostRight = 0; in CheckHorScrollBar() local
1912 if( nRight > nMostRight ) in CheckHorScrollBar()
1913 nMostRight = nRight; in CheckHorScrollBar()
1917 aVirtOutputSize.Width() = nMostRight; in CheckHorScrollBar()
1920 aRange.Max() = nMostRight - 1; in CheckHorScrollBar()
H A Dimivctl1.cxx1635 long nMostRight = 0; in CheckHorScrollBar() local
1642 if( nRight > nMostRight ) in CheckHorScrollBar()
1643 nMostRight = nRight; in CheckHorScrollBar()
1647 aVirtOutputSize.Width() = nMostRight; in CheckHorScrollBar()
1650 aRange.Max() = nMostRight - 1; in CheckHorScrollBar()
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx145 long nMostRight; member in SvImpLBox

Completed in 84 milliseconds