Lines Matching refs:pFollowRow
643 SwRowFrm* pFollowRow = pRowFrm->GetFollowRow(); in lcl_PostprocessRowsInCells() local
644 pRowFrm->Paste( pFollowRow->GetUpper(), pFollowRow ); in lcl_PostprocessRowsInCells()
645 pRowFrm->SetFollowRow( pFollowRow->GetFollowRow() ); in lcl_PostprocessRowsInCells()
646 lcl_MoveRowContent( *pFollowRow, *pRowFrm ); in lcl_PostprocessRowsInCells()
647 pFollowRow->Cut(); in lcl_PostprocessRowsInCells()
648 delete pFollowRow; in lcl_PostprocessRowsInCells()
1290 SwRowFrm* pFollowRow = 0; // points to either the follow flow line of the in Split() local
1301 pFollowRow = lcl_InsertNewFollowFlowLine( *this, *pLastRow, false ); in Split()
1305 pFollowRow = pRow; in Split()
1310 const SwCellFrm* pCellFrm = static_cast<const SwCellFrm*>(pFollowRow->GetLower()); in Split()
1324 pFollowRow = lcl_InsertNewFollowFlowLine( *this, *pLastRow, true ); in Split()
1354 pFollowRow->GetNext() : in Split()
1379 bRet = lcl_RecalcSplitLine( *pLastRow, *pFollowRow, nRemainingSpaceForLastRow ); in Split()
1383 if ( bRet && pFollowRow->IsRowSpanLine() ) in Split()
1384 lcl_AdjustRowSpanCells( pFollowRow ); in Split()
3858 pFollowRow( 0 ), in SwRowFrm()