Home
last modified time | relevance | path

Searched refs:nTmpHeight (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx468 KSHORT nTmpHeight, nTmpAscent; in GetEndCharRect() local
469 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in GetEndCharRect()
470 KSHORT nPorHeight = nTmpHeight; in GetEndCharRect()
487 const Size aCharSize( 1, nTmpHeight ); in GetEndCharRect()
525 KSHORT nTmpAscent, nTmpHeight; // Zeilenhoehe in _GetCharRect() local
527 const Size aCharSize( 1, nTmpHeight ); in _GetCharRect()
546 pCMS->aRealHeight.Y() = nTmpHeight; in _GetCharRect()
551 KSHORT nPorHeight = nTmpHeight; in _GetCharRect()
1073 if( nTmpHeight < pOrig->Height() ) in _GetCharRect()
1185 if ( nTmpHeight > nPorHeight ) in _GetCharRect()
[all …]
H A Ditrpaint.cxx210 KSHORT nTmpHeight, nTmpAscent; in DrawTextLine() local
211 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in DrawTextLine()
225 GetInfo().GetPos().Y() + nTmpHeight > rPaint.Top() + rPaint.Height() ) in DrawTextLine()
248 GetInfo().GetPos().Y() + nTmpHeight ); in DrawTextLine()
490 … SwTwips nDiff = GetInfo().Y() + nTmpHeight - nTmpAscent - GetTxtFrm()->Frm().Bottom(); in DrawTextLine()
493 ( nDiff > nTmpHeight/2 && GetPrevLine() ) ) ) || in DrawTextLine()
H A Dfrmpaint.cxx392 KSHORT nTmpHeight, nTmpAscent; in PaintExtraData() local
393 aLine.CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in PaintExtraData()
395 nTmpHeight, bRed ); in PaintExtraData()
H A Dtxtdrop.cxx695 KSHORT nTmpAscent, nTmpHeight; in PaintDropPortion() local
696 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in PaintDropPortion()
H A Dporlay.cxx641 sal_uInt16 nTmpHeight = Height(); in CalcLine() local
642 …etAttrHandler().GetDefaultAscentAndHeight( rInf.GetVsh(), *rInf.GetOut(), nTmpAscent, nTmpHeight ); in CalcLine()
644 Height( nTmpHeight ); in CalcLine()
H A Dtxtfly.cxx171 KSHORT nTmpHeight = pCurrent->GetRealHeight(); in UpdatePos() local
172 KSHORT nAscent = pCurrent->GetAscent() + nTmpHeight - pCurrent->Height(); in UpdatePos()
217 nTmpDescent = nTmpHeight - nAscent; in UpdatePos()
H A Ditrform2.cxx1587 KSHORT nTmpAscent, nTmpHeight; in FormatLine() local
1588 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in FormatLine()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx3660 return nTmpHeight <= nSpace; in ShouldBwdMoved()
5671 SwTwips nTmpHeight = USHRT_MAX; in lcl_CalcHeightOfFirstContentLine() local
5690 if ( USHRT_MAX != nTmpHeight ) in lcl_CalcHeightOfFirstContentLine()
5766 if ( nTmpHeight < nHeight ) in lcl_CalcHeightOfFirstContentLine()
5767 nHeight = nTmpHeight; in lcl_CalcHeightOfFirstContentLine()
5772 if ( nTmpHeight > nHeight && USHRT_MAX != nTmpHeight ) in lcl_CalcHeightOfFirstContentLine()
5773 nHeight = nTmpHeight; in lcl_CalcHeightOfFirstContentLine()
5799 SwTwips nTmpHeight = 0; in CalcHeightOfFirstContentLine() local
5835 nTmpHeight = nKeepHeight; in CalcHeightOfFirstContentLine()
5871 nTmpHeight += nMaxHeight; in CalcHeightOfFirstContentLine()
[all …]
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1153 long nTmpHeight = pPortion->GetLines().Count() * mnCharHeight; in GetPaM() local
1154 nY += nTmpHeight; in GetPaM()
1157 nY -= nTmpHeight; in GetPaM()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3159 long nTmpHeight; in GetPaM() local
3165 nTmpHeight = pPortion->GetHeight(); // sollte auch bei !bVisible richtig sein! in GetPaM()
3166 nY += nTmpHeight; in GetPaM()
3169 nY -= nTmpHeight; in GetPaM()

Completed in 115 milliseconds