Searched refs:nPorHeight (Results 1 – 4 of 4) sorted by relevance
304 sal_uInt16 nPorHeight, sal_uInt16 nPorAscent, in AdjustBaseLine() argument309 nPorHeight = pPor->Height(); in AdjustBaseLine()326 nOfst = ( pCurr->Height() - nPorHeight ) / 2 + nPorAscent; in AdjustBaseLine()344 nOfst += ( nLineNetto - nPorHeight ) / 2; in AdjustBaseLine()357 ASSERT( rLine.Height() >= nPorHeight, "Portion height > Line height"); in AdjustBaseLine()358 nOfst += ( rLine.Height() - nPorHeight ) / 2 + nPorAscent; in AdjustBaseLine()361 nOfst += rLine.Height() - nPorHeight + nPorAscent; in AdjustBaseLine()368 nOfst += rLine.Height() - ( rLine.Height() - nPorHeight ) / 2 - nPorAscent; in AdjustBaseLine()370 nOfst += ( rLine.Height() - nPorHeight ) / 2 + nPorAscent; in AdjustBaseLine()
470 KSHORT nPorHeight = nTmpHeight; in GetEndCharRect() local481 nPorHeight = pPor->Height(); in GetEndCharRect()551 KSHORT nPorHeight = nTmpHeight; in _GetCharRect() local631 nPorHeight = pPor->Height(); in _GetCharRect()640 nPorHeight = pPor->Height(); in _GetCharRect()984 nPorHeight = pTmp->Height(); in _GetCharRect()1034 nPorHeight = pPor->Height(); in _GetCharRect()1053 nPorHeight = pPor->Height(); in _GetCharRect()1070 nPorHeight = nPorAscent; in _GetCharRect()1071 pOrig->Height( nPorHeight + in _GetCharRect()[all …]
64 const KSHORT nPorHeight ) in Guess() argument75 ASSERT( nPorHeight, "+SwTxtGuess::Guess: no height" ); in Guess()117 nItalic = bAddItalic ? nPorHeight / 12 : 0; in Guess()127 if ( long ( nLineWidth ) * 2 > long ( nMaxLen ) * nPorHeight ) in Guess()
278 sal_uInt16 nPorHeight = 0, sal_uInt16 nAscent = 0,
Completed in 29 milliseconds