Home
last modified time | relevance | path

Searched refs:nRstHeight (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dwidorp.cxx70 : nRstHeight(nRst), pFrm(pNewFrm) in SwTxtFrmBreak()
83 if( !nRstHeight && !pFrm->IsFollow() && pFrm->IsInFtn() && pFrm->HasPara() ) in SwTxtFrmBreak()
85 nRstHeight = pFrm->GetFtnFrmHeight(); in SwTxtFrmBreak()
86 nRstHeight += (pFrm->Prt().*fnRect->fnGetHeight)() - in SwTxtFrmBreak()
88 if( nRstHeight < 0 ) in SwTxtFrmBreak()
89 nRstHeight = 0; in SwTxtFrmBreak()
142 if( nRstHeight ) in IsInside()
143 bFit = nRstHeight >= nLineHeight; in IsInside()
235 nRstHeight = (pFrm->*fnRect->fnGetBottomMargin)(); in SetRstHeight()
243 nRstHeight += nOrigin - pFrm->SwitchHorizontalToVertical( rLine.Y() ); in SetRstHeight()
[all …]
H A Dfrmform.cxx480 SwTwips nRstHeight; in AdjustFrm() local
487 nRstHeight = GetUpper()->Frm().Left() in AdjustFrm()
492 nRstHeight = Frm().Left() + Frm().Width() - in AdjustFrm()
496 nRstHeight = GetUpper()->Frm().Top() in AdjustFrm()
513 nRstHeight += nAdd; in AdjustFrm()
526 if( nRstHeight < nFrmHeight ) in AdjustFrm()
531 nRstHeight += GetUpper()->Grow( nFrmHeight - nRstHeight ); in AdjustFrm()
536 if ( nRstHeight < nFrmHeight ) in AdjustFrm()
542 Shrink( Min( ( nFrmHeight - nRstHeight), nPrtHeight ) ); in AdjustFrm()
550 if( nRstHeight - nFrmHeight < nChgHeight ) in AdjustFrm()
[all …]
H A Dtxtftn.cxx660 SwTwips nRstHeight = GetRstHeight(); in ConnectFtn() local
834 nRstHeight = GetRstHeight(); in ConnectFtn()
1306 KSHORT nRstHeight = GetFrmRstHeight(); in MakeDummyLine() local
1307 if( pCurr && nRstHeight > pCurr->Height() ) in MakeDummyLine()
1310 nRstHeight = nRstHeight - pCurr->Height(); in MakeDummyLine()
1311 pLay->Height( nRstHeight ); in MakeDummyLine()
1312 pLay->SetAscent( nRstHeight ); in MakeDummyLine()
H A Dwidorp.hxx33 SwTwips nRstHeight; member in SwTxtFrmBreak
62 SwTwips GetRstHeight() const { return nRstHeight; } in GetRstHeight()
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx2036 SwTwips nRstHeight; in ShrinkFrm() local
2038 nRstHeight = (Frm().*fnRect->fnBottomDist) in ShrinkFrm()
2041 nRstHeight = 0; in ShrinkFrm()
2042 if( nRstHeight < 0 ) in ShrinkFrm()
2054 nRstHeight = nDist + nRstHeight - nNextHeight; in ShrinkFrm()
2057 nRstHeight = nDist; in ShrinkFrm()
2062 nDist = nRstHeight; in ShrinkFrm()
H A Dfrmtool.cxx3325 long nRstHeight = 0; in lcl_CalcCellRstHeight() local
3328 { nRstHeight += ::CalcRowRstHeight( (SwLayoutFrm*)pLow ); in lcl_CalcCellRstHeight()
3333 return nRstHeight; in lcl_CalcCellRstHeight()
3339 SwTwips nRstHeight = LONG_MAX; in CalcRowRstHeight() local
3343 nRstHeight = Min( nRstHeight, ::lcl_CalcCellRstHeight( pLow ) ); in CalcRowRstHeight()
3346 return nRstHeight; in CalcRowRstHeight()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx4153 SwTwips nRstHeight = CalcRowRstHeight( pLineFrm ); in lcl_SetSelLineHeight() local
4154 if( (nRstHeight + ROWFUZZY) < nDist ) in lcl_SetSelLineHeight()

Completed in 74 milliseconds