Home
last modified time | relevance | path

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

/aoo4110/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.cxx466 KSHORT nPorHeight = nTmpHeight; in GetEndCharRect() local
477 nPorHeight = pPor->Height(); in GetEndCharRect()
547 KSHORT nPorHeight = nTmpHeight; in _GetCharRect() local
627 nPorHeight = pPor->Height(); in _GetCharRect()
636 nPorHeight = pPor->Height(); in _GetCharRect()
980 nPorHeight = pTmp->Height(); in _GetCharRect()
1030 nPorHeight = pPor->Height(); in _GetCharRect()
1049 nPorHeight = pPor->Height(); in _GetCharRect()
1066 nPorHeight = nPorAscent; in _GetCharRect()
1067 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 32 milliseconds