Lines Matching refs:nRealWidth
1436 void SvxIconChoiceCtrl_Impl::PositionScrollBars( long nRealWidth, long nRealHeight ) in PositionScrollBars() argument
1446 aPos.X() = nRealWidth; aPos.Y() = 0; in PositionScrollBars()
1463 long nRealWidth = aOSize.Width(); in AdjustScrollBars() local
1465 PositionScrollBars( nRealWidth, nRealHeight ); in AdjustScrollBars()
1471 if( nRealWidth > nVirtWidth ) in AdjustScrollBars()
1474 nVisibleWidth = nRealWidth; in AdjustScrollBars()
1494 nRealWidth -= nVerSBarWidth; in AdjustScrollBars()
1496 if( nRealWidth > nVirtWidth ) in AdjustScrollBars()
1499 nVisibleWidth = nRealWidth; in AdjustScrollBars()
1519 nRealWidth -= nVerSBarWidth; in AdjustScrollBars()
1521 if( nRealWidth > nVirtWidth ) in AdjustScrollBars()
1524 nVisibleWidth = nRealWidth; in AdjustScrollBars()
1553 aSize.Width() = nRealWidth; in AdjustScrollBars()
1559 nRealWidth++; in AdjustScrollBars()
1576 aOutputSize.Width() = nRealWidth; in AdjustScrollBars()