Searched refs:nTmpHeight (Results 1 – 10 of 10) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | itrcrsr.cxx | 468 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 D | itrpaint.cxx | 210 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 D | frmpaint.cxx | 392 KSHORT nTmpHeight, nTmpAscent; in PaintExtraData() local 393 aLine.CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in PaintExtraData() 395 nTmpHeight, bRed ); in PaintExtraData()
|
H A D | txtdrop.cxx | 695 KSHORT nTmpAscent, nTmpHeight; in PaintDropPortion() local 696 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in PaintDropPortion()
|
H A D | porlay.cxx | 641 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 D | txtfly.cxx | 171 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 D | itrform2.cxx | 1587 KSHORT nTmpAscent, nTmpHeight; in FormatLine() local 1588 CalcAscentAndHeight( nTmpAscent, nTmpHeight ); in FormatLine()
|
/trunk/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 3660 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 D | texteng.cxx | 1153 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 D | impedit2.cxx | 3159 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 113 milliseconds