Home
last modified time | relevance | path

Searched refs:nPorHeight (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/text/
H A Ditrtxt.cxx304 sal_uInt16 nPorHeight, sal_uInt16 nPorAscent, in AdjustBaseLine() argument
309 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()
H A Ditrcrsr.cxx470 KSHORT nPorHeight = nTmpHeight; in GetEndCharRect() local
481 nPorHeight = pPor->Height(); in GetEndCharRect()
551 KSHORT nPorHeight = nTmpHeight; in _GetCharRect() local
631 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 …]
H A Dguess.cxx64 const KSHORT nPorHeight ) in Guess() argument
75 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()
H A Ditrtxt.hxx278 sal_uInt16 nPorHeight = 0, sal_uInt16 nAscent = 0,

Completed in 36 milliseconds