Searched refs:nTmpAscent (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/core/text/ |
H A D | txtfly.cxx | 166 long nTmpAscent, nTmpDescent, nFlyAsc, nFlyDesc; in UpdatePos() local 169 pCurrent->MaxAscentDescent( nTmpAscent, nTmpDescent, nFlyAsc, nFlyDesc ); in UpdatePos() 215 nTmpAscent = nAscent; in UpdatePos() 220 ((SwGrfNumPortion*)pPos)->SetBase( nTmpAscent, nTmpDescent, in UpdatePos() 230 aBase, nTmpAscent, nTmpDescent, nFlyAsc, in UpdatePos() 295 long nTmpAscent, nTmpDescent, nFlyAsc, nFlyDesc; in AlignFlyInCntBase() local 307 ((SwGrfNumPortion*)pPos)->SetBase( nTmpAscent, nTmpDescent, in AlignFlyInCntBase() 666 long nTmpAscent, nTmpDescent, nFlyAsc, nFlyDesc; in NewFlyCntPortion() local 670 pCurr->MaxAscentDescent( nTmpAscent, nTmpDescent, nFlyAsc, nFlyDesc ); in NewFlyCntPortion() 733 pRet->SetBase( *rInf.GetTxtFrm(), aTmpBase, nTmpAscent, in NewFlyCntPortion() [all …]
|
H A D | itrcrsr.cxx | 468 KSHORT nTmpHeight, nTmpAscent; in GetEndCharRect() local 469 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in GetEndCharRect() 471 KSHORT nPorAscent = nTmpAscent; in GetEndCharRect() 497 if ( nTmpAscent > nPorAscent ) in GetEndCharRect() 498 pCMS->aRealHeight.X() = nTmpAscent - nPorAscent; in GetEndCharRect() 525 KSHORT nTmpAscent, nTmpHeight; // Zeilenhoehe in _GetCharRect() local 526 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in _GetCharRect() 552 KSHORT nPorAscent = nTmpAscent; in _GetCharRect() 1075 nTmpAscent = nPorAscent; in _GetCharRect() 1180 if ( nTmpAscent > nPorAscent ) in _GetCharRect() [all …]
|
H A D | itrpaint.cxx | 210 KSHORT nTmpHeight, nTmpAscent; in DrawTextLine() local 211 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in DrawTextLine() 280 const SwTwips nLineBaseLine = GetInfo().GetPos().Y() + nTmpAscent; in DrawTextLine() 490 … SwTwips nDiff = GetInfo().Y() + nTmpHeight - nTmpAscent - GetTxtFrm()->Frm().Bottom(); in DrawTextLine()
|
H A D | frmpaint.cxx | 392 KSHORT nTmpHeight, nTmpAscent; in PaintExtraData() local 393 aLine.CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in PaintExtraData() 394 aExtra.PaintExtra( aLine.Y(), nTmpAscent, in PaintExtraData()
|
H A D | txtdrop.cxx | 695 KSHORT nTmpAscent, nTmpHeight; in PaintDropPortion() local 696 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in PaintDropPortion() 697 aLineOrigin.Y() += nTmpAscent; in PaintDropPortion()
|
H A D | itrform2.cxx | 1587 KSHORT nTmpAscent, nTmpHeight; in FormatLine() local 1588 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in FormatLine() 1589 AlignFlyInCntBase( Y() + long( nTmpAscent ) ); in FormatLine()
|
H A D | porlay.cxx | 640 sal_uInt16 nTmpAscent = GetAscent(); in CalcLine() local 642 …rLine.GetAttrHandler().GetDefaultAscentAndHeight( rInf.GetVsh(), *rInf.GetOut(), nTmpAscent, nTmpH… in CalcLine() 643 SetAscent( nTmpAscent ); in CalcLine()
|
Completed in 44 milliseconds