Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/text/
H A Ditrcrsr.cxx464 KSHORT nTmpHeight, nTmpAscent; in GetEndCharRect() local
465 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in GetEndCharRect()
466 KSHORT nPorHeight = nTmpHeight; in GetEndCharRect()
483 const Size aCharSize( 1, nTmpHeight ); in GetEndCharRect()
521 KSHORT nTmpAscent, nTmpHeight; // Zeilenhoehe in _GetCharRect() local
523 const Size aCharSize( 1, nTmpHeight ); in _GetCharRect()
542 pCMS->aRealHeight.Y() = nTmpHeight; in _GetCharRect()
547 KSHORT nPorHeight = nTmpHeight; in _GetCharRect()
1069 if( nTmpHeight < pOrig->Height() ) in _GetCharRect()
1181 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()
/aoo4110/main/sw/source/core/layout/
H A Dtabfrm.cxx3660 return nTmpHeight <= nSpace; in ShouldBwdMoved()
5673 SwTwips nTmpHeight = USHRT_MAX; in lcl_CalcHeightOfFirstContentLine() local
5692 if ( USHRT_MAX != nTmpHeight ) in lcl_CalcHeightOfFirstContentLine()
5768 if ( nTmpHeight < nHeight ) in lcl_CalcHeightOfFirstContentLine()
5769 nHeight = nTmpHeight; in lcl_CalcHeightOfFirstContentLine()
5774 if ( nTmpHeight > nHeight && USHRT_MAX != nTmpHeight ) in lcl_CalcHeightOfFirstContentLine()
5775 nHeight = nTmpHeight; in lcl_CalcHeightOfFirstContentLine()
5801 SwTwips nTmpHeight = 0; in CalcHeightOfFirstContentLine() local
5837 nTmpHeight = nKeepHeight; in CalcHeightOfFirstContentLine()
5873 nTmpHeight += nMaxHeight; in CalcHeightOfFirstContentLine()
[all …]
/aoo4110/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()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit2.cxx3156 long nTmpHeight; in GetPaM() local
3162 nTmpHeight = pPortion->GetHeight(); // sollte auch bei !bVisible richtig sein! in GetPaM()
3163 nY += nTmpHeight; in GetPaM()
3166 nY -= nTmpHeight; in GetPaM()

Completed in 148 milliseconds