Lines Matching refs:Height

473 		long		nOffY = (aSize.Height()-nTextHeight) / 2;  in Draw()
477 ((nOffY+nTextHeight) > aSize.Height()) || in Draw()
481 if ( nTextHeight > aSize.Height() ) in Draw()
482 aClip.Bottom() += nTextHeight-aSize.Height()+1; // Damit HP-Drucker nicht 'weg-optimieren' in Draw()
491 sal_uInt16 nLines = (sal_uInt16)(aSize.Height() / nTextHeight); in Draw()
666 aPrefSz.Height() = nHeight-mnDDHeight; in SetPosSizePixel()
688 long nBottom = aOutSz.Height(); in Resize()
725 long nDiff = aContent.Top() - (aSz.Height() - aContent.GetHeight())/2; in Resize()
737 mpImplWin->SetPosSizePixel( 0, 0, aOutSz.Width() - nSBWidth, aOutSz.Height() ); in Resize()
738 mpBtn->SetPosSizePixel( aOutSz.Width() - nSBWidth, 0, nSBWidth, aOutSz.Height() ); in Resize()
813 …Point.Y() >= 0 && aConvPoint.X() < aImplWinSize.Width() && aConvPoint.Y() < aImplWinSize.Height() ) in GetIndexForPoint()
1370 aSz.Height() = mpImplLB->CalcSize( 1 ).Height(); in CalcMinimumSize()
1371 aSz.Height() += 4; // add a space between entry and border in CalcMinimumSize()
1405 if( aBound.GetHeight() > aSz.Height() ) in CalcMinimumSize()
1406 aSz.Height() = aBound.GetHeight(); in CalcMinimumSize()
1432 aSz.Height() -= nTop+nBottom; in CalcAdjustedSize()
1435 long nEntryHeight = CalcSize( 1, 1 ).Height(); in CalcAdjustedSize()
1436 long nLines = aSz.Height() / nEntryHeight; in CalcAdjustedSize()
1439 aSz.Height() = nLines * nEntryHeight; in CalcAdjustedSize()
1443 aSz.Height() = mnDDHeight; in CalcAdjustedSize()
1445 aSz.Height() += nTop+nBottom; in CalcAdjustedSize()
1465 aSz.Height() = mpImplLB->CalcSize( nLines ).Height(); in CalcSize()
1467 aSz.Height() = mnDDHeight; in CalcSize()
1470 aSz.Height() = aMinSz.Height(); in CalcSize()
1484 aSz.Height() += GetSettings().GetStyleSettings().GetScrollBarSize(); in CalcSize()
1485 if ( aSz.Height() < aMinSz.Height() ) in CalcSize()
1502 rnLines = (sal_uInt16) (aOutSz.Height()/mpImplLB->GetEntryHeight()); in GetMaxVisColumnsAndLines()