Lines Matching refs:nTextHeight
6400 long nTextHeight = rTargetDevice.GetTextHeight(); in ImplDrawText() local
6422 if ( nTextHeight ) in ImplDrawText()
6425 nLines = (xub_StrLen)(nHeight/nTextHeight); in ImplDrawText()
6458 if ( nFormatLines*nTextHeight > nHeight ) in ImplDrawText()
6470 aPos.Y() += nHeight-(nFormatLines*nTextHeight); in ImplDrawText()
6472 aPos.Y() += (nHeight-(nFormatLines*nTextHeight))/2; in ImplDrawText()
6476 aPos.Y() += nTextHeight; in ImplDrawText()
6512 aPos.Y() += nTextHeight; in ImplDrawText()
6544 if ( nTextHeight <= nHeight ) in ImplDrawText()
6556 aPos.Y() += nTextHeight; in ImplDrawText()
6561 aPos.Y() += nHeight-nTextHeight; in ImplDrawText()
6563 aPos.Y() += (nHeight-nTextHeight)/2; in ImplDrawText()
6711 long nTextHeight = GetTextHeight(); in GetTextRect() local
6728 if ( !nTextHeight ) in GetTextRect()
6729 nTextHeight = 1; in GetTextRect()
6730 nLines = (sal_uInt16)(aRect.GetHeight()/nTextHeight); in GetTextRect()
6801 aRect.Top() = aRect.Bottom()-(nTextHeight*nLines)+1; in GetTextRect()
6804 aRect.Top() += (aRect.GetHeight()-(nTextHeight*nLines))/2; in GetTextRect()
6805 aRect.Bottom() = aRect.Top()+(nTextHeight*nLines)-1; in GetTextRect()
6808 aRect.Bottom() = aRect.Top()+(nTextHeight*nLines)-1; in GetTextRect()