Lines Matching refs:pLow
3297 SwFrm *pLow = pCell->Lower(); in lcl_CalcCellRstHeight() local
3301 long nLow = pLow->Frm().Height(); in lcl_CalcCellRstHeight()
3302 if( pLow->IsTxtFrm() && ((SwTxtFrm*)pLow)->IsUndersized() ) in lcl_CalcCellRstHeight()
3303 nLow += ((SwTxtFrm*)pLow)->GetParHeight()-pLow->Prt().Height(); in lcl_CalcCellRstHeight()
3304 else if( pLow->IsSctFrm() && ((SwSectionFrm*)pLow)->IsUndersized() ) in lcl_CalcCellRstHeight()
3305 nLow += ((SwSectionFrm*)pLow)->Undersize(); in lcl_CalcCellRstHeight()
3307 nFlyAdd = Max( nFlyAdd, ::CalcHeightWidthFlys( pLow ) ); in lcl_CalcCellRstHeight()
3309 pLow = pLow->GetNext(); in lcl_CalcCellRstHeight()
3310 } while ( pLow ); in lcl_CalcCellRstHeight()
3326 SwFrm *pLow = pCell->Lower(); in lcl_CalcCellRstHeight() local
3328 { nRstHeight += ::CalcRowRstHeight( (SwLayoutFrm*)pLow ); in lcl_CalcCellRstHeight()
3329 pLow = pLow->GetNext(); in lcl_CalcCellRstHeight()
3331 } while ( pLow ); in lcl_CalcCellRstHeight()
3340 SwLayoutFrm *pLow = (SwLayoutFrm*)pRow->Lower(); in CalcRowRstHeight() local
3341 while ( pLow ) in CalcRowRstHeight()
3343 nRstHeight = Min( nRstHeight, ::lcl_CalcCellRstHeight( pLow ) ); in CalcRowRstHeight()
3344 pLow = (SwLayoutFrm*)pLow->GetNext(); in CalcRowRstHeight()