Lines Matching refs:nTextHeight
400 long nTextHeight; in GetTextRect() local
411 nTextHeight = pDev->GetTextHeight(); in GetTextRect()
412 nLines = (sal_uInt16)(aRect.GetHeight()/nTextHeight); in GetTextRect()
433 nTextHeight = pDev->GetTextHeight(); in GetTextRect()
449 aRect.Top() = aRect.Bottom()-(nTextHeight*nLines)+1; in GetTextRect()
452 aRect.Top() += (aRect.GetHeight()-(nTextHeight*nLines))/2; in GetTextRect()
453 aRect.Bottom() = aRect.Top()+(nTextHeight*nLines)-1; in GetTextRect()
456 aRect.Bottom() = aRect.Top()+(nTextHeight*nLines)-1; in GetTextRect()
484 long nTextHeight = pDev->GetTextHeight(); in DrawText() local
487 sal_uInt16 nLines = (sal_uInt16)(nHeight/nTextHeight); in DrawText()
532 aPos.Y() += nHeight-(nFormatLines*nTextHeight); in DrawText()
534 aPos.Y() += (nHeight-(nFormatLines*nTextHeight))/2; in DrawText()
538 aPos.Y() += nTextHeight; in DrawText()
551 aPos.Y() += nTextHeight; in DrawText()