Searched refs:nRstHeight (Results 1 – 7 of 7) sorted by relevance
70 : 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 …]
480 SwTwips nRstHeight; in AdjustFrm() local487 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 …]
660 SwTwips nRstHeight = GetRstHeight(); in ConnectFtn() local834 nRstHeight = GetRstHeight(); in ConnectFtn()1306 KSHORT nRstHeight = GetFrmRstHeight(); in MakeDummyLine() local1307 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()
33 SwTwips nRstHeight; member in SwTxtFrmBreak62 SwTwips GetRstHeight() const { return nRstHeight; } in GetRstHeight()
2036 SwTwips nRstHeight; in ShrinkFrm() local2038 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()
3325 long nRstHeight = 0; in lcl_CalcCellRstHeight() local3328 { nRstHeight += ::CalcRowRstHeight( (SwLayoutFrm*)pLow ); in lcl_CalcCellRstHeight()3333 return nRstHeight; in lcl_CalcCellRstHeight()3339 SwTwips nRstHeight = LONG_MAX; in CalcRowRstHeight() local3343 nRstHeight = Min( nRstHeight, ::lcl_CalcCellRstHeight( pLow ) ); in CalcRowRstHeight()3346 return nRstHeight; in CalcRowRstHeight()
4153 SwTwips nRstHeight = CalcRowRstHeight( pLineFrm ); in lcl_SetSelLineHeight() local4154 if( (nRstHeight + ROWFUZZY) < nDist ) in lcl_SetSelLineHeight()
Completed in 57 milliseconds