Searched refs:nTmpHeight (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sw/source/core/text/ |
H A D | itrcrsr.cxx | 464 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 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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 3660 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 D | texteng.cxx | 1153 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 D | impedit2.cxx | 3156 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 105 milliseconds