Lines Matching refs:pTmpLastLineRow

518             SwRowFrm* pTmpLastLineRow = (SwRowFrm*)pCurrLastLineCell->Lower();  in lcl_PreprocessRowsInCells()  local
522 lcl_CalcMinRowHeight( pTmpLastLineRow, in lcl_PreprocessRowsInCells()
525 while ( pTmpLastLineRow && pTmpLastLineRow->GetNext() && nTmpCut > nCurrentHeight ) in lcl_PreprocessRowsInCells()
528 pTmpLastLineRow = (SwRowFrm*)pTmpLastLineRow->GetNext(); in lcl_PreprocessRowsInCells()
531 lcl_CalcMinRowHeight( pTmpLastLineRow, in lcl_PreprocessRowsInCells()
539 if ( pTmpLastLineRow ) in lcl_PreprocessRowsInCells()
545 SwFrm* pCell = pTmpLastLineRow->Lower(); in lcl_PreprocessRowsInCells()
555 if ( pTmpLastLineRow->HasFixSize() ) in lcl_PreprocessRowsInCells()
556 nMinHeight = (pTmpLastLineRow->Frm().*fnRect->fnGetHeight)(); in lcl_PreprocessRowsInCells()
574 const SwFmtFrmSize &rSz = pTmpLastLineRow->GetFmt()->GetFrmSize(); in lcl_PreprocessRowsInCells()
590 ( pTmpLastLineRow->IsRowSplitAllowed() && in lcl_PreprocessRowsInCells()
594 … SwRowFrm* pNewRow = new SwRowFrm( *pTmpLastLineRow->GetTabLine(), &rTab, false ); in lcl_PreprocessRowsInCells()
596 pNewRow->SetFollowRow( pTmpLastLineRow->GetFollowRow() ); in lcl_PreprocessRowsInCells()
597 pTmpLastLineRow->SetFollowRow( pNewRow ); in lcl_PreprocessRowsInCells()
599 pTmpLastLineRow = (SwRowFrm*)pTmpLastLineRow->GetNext(); in lcl_PreprocessRowsInCells()
605 while ( pTmpLastLineRow ) in lcl_PreprocessRowsInCells()
607 SwRowFrm* pTmp = (SwRowFrm*)pTmpLastLineRow->GetNext(); in lcl_PreprocessRowsInCells()
608 lcl_MoveFootnotes( rTab, *rTab.GetFollow(), *pTmpLastLineRow ); in lcl_PreprocessRowsInCells()
609 pTmpLastLineRow->Remove(); in lcl_PreprocessRowsInCells()
610 pTmpLastLineRow->InsertBefore( pCurrFollowFlowLineCell, 0 ); in lcl_PreprocessRowsInCells()
611 pTmpLastLineRow->Shrink( ( pTmpLastLineRow->Frm().*fnRect->fnGetHeight)() ); in lcl_PreprocessRowsInCells()
612 … pCurrFollowFlowLineCell->Grow( ( pTmpLastLineRow->Frm().*fnRect->fnGetHeight)() ); in lcl_PreprocessRowsInCells()
613 pTmpLastLineRow = pTmp; in lcl_PreprocessRowsInCells()