Lines Matching refs:nTextHeight
470 long nTextHeight = pDev->GetTextHeight(); in Draw() local
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()
490 long nTextHeight = pDev->GetTextHeight(); in Draw() local
491 sal_uInt16 nLines = (sal_uInt16)(aSize.Height() / nTextHeight); in Draw()
506 pDev->DrawRect( Rectangle( Point( aPos.X(), aPos.Y() + n*nTextHeight ), in Draw()
507 Point( aPos.X() + aSize.Width(), aPos.Y() + (n+1)*nTextHeight + 2*nOnePixel ) ) ); in Draw()
512 aTextRect.Top() = aPos.Y() + n*nTextHeight; in Draw()
513 aTextRect.Bottom() = aTextRect.Top() + nTextHeight; in Draw()