Lines Matching refs:nRealWidth
1694 void SvImpIconView::PositionScrollBars( long nRealWidth, long nRealHeight ) in PositionScrollBars() argument
1707 aPos.X() = nRealWidth; aPos.Y() = 0; in PositionScrollBars()
1733 long nRealWidth = aOSize.Width(); in AdjustScrollBars() local
1735 PositionScrollBars( nRealWidth, nRealHeight ); in AdjustScrollBars()
1741 if( nRealWidth > nVirtWidth ) in AdjustScrollBars()
1744 nVisibleWidth = nRealWidth; in AdjustScrollBars()
1762 nRealWidth -= nVerSBarWidth; in AdjustScrollBars()
1764 if( nRealWidth > nVirtWidth ) in AdjustScrollBars()
1767 nVisibleWidth = nRealWidth; in AdjustScrollBars()
1787 nRealWidth -= nVerSBarWidth; in AdjustScrollBars()
1789 if( nRealWidth > nVirtWidth ) in AdjustScrollBars()
1792 nVisibleWidth = nRealWidth; in AdjustScrollBars()
1825 aSize.Width() = nRealWidth; in AdjustScrollBars()
1839 nRealWidth++; in AdjustScrollBars()
1858 nRealWidth++; in AdjustScrollBars()
1860 aOutputSize.Width() = nRealWidth; in AdjustScrollBars()