Lines Matching refs:nRealHeight
1694 void SvImpIconView::PositionScrollBars( long nRealWidth, long nRealHeight ) in PositionScrollBars() argument
1697 Point aPos( 0, nRealHeight ); in PositionScrollBars()
1732 long nRealHeight = aOSize.Height(); in AdjustScrollBars() local
1735 PositionScrollBars( nRealWidth, nRealHeight ); in AdjustScrollBars()
1747 if( nRealHeight > nVirtHeight ) in AdjustScrollBars()
1750 nVisibleHeight = nRealHeight; in AdjustScrollBars()
1775 nRealHeight -= nHorSBarHeight; in AdjustScrollBars()
1777 if( nRealHeight > nVirtHeight ) in AdjustScrollBars()
1780 nVisibleHeight = nRealHeight; in AdjustScrollBars()
1801 Size aSize( nVerSBarWidth, nRealHeight ); in AdjustScrollBars()
1863 nRealHeight++; // weil unterer Rand geclippt wird in AdjustScrollBars()
1867 nRealHeight++; in AdjustScrollBars()
1869 aOutputSize.Height() = nRealHeight; in AdjustScrollBars()