Lines Matching refs:nRealHeight
1436 void SvxIconChoiceCtrl_Impl::PositionScrollBars( long nRealWidth, long nRealHeight ) in PositionScrollBars() argument
1439 Point aPos( 0, nRealHeight ); in PositionScrollBars()
1462 long nRealHeight = aOSize.Height(); in AdjustScrollBars() local
1465 PositionScrollBars( nRealWidth, nRealHeight ); in AdjustScrollBars()
1477 if( nRealHeight > nVirtHeight ) in AdjustScrollBars()
1480 nVisibleHeight = nRealHeight; in AdjustScrollBars()
1507 nRealHeight -= nHorSBarHeight; in AdjustScrollBars()
1509 if( nRealHeight > nVirtHeight ) in AdjustScrollBars()
1512 nVisibleHeight = nRealHeight; in AdjustScrollBars()
1533 Size aSize( nVerSBarWidth, nRealHeight ); in AdjustScrollBars()
1578 nRealHeight++; // weil unterer Rand geclippt wird in AdjustScrollBars()
1579 aOutputSize.Height() = nRealHeight; in AdjustScrollBars()