Searched refs:GetFollowRow (Results 1 – 3 of 3) sorted by relevance
448 ASSERT( pTmpDestRow->GetFollowRow() == pTmpSourceRow, "Knoten in der Tabelle" ) in lcl_MoveRowContent()451 pTmpDestRow->SetFollowRow( pTmpSourceRow->GetFollowRow() ); in lcl_MoveRowContent()596 pNewRow->SetFollowRow( pTmpLastLineRow->GetFollowRow() ); in lcl_PreprocessRowsInCells()638 ASSERT( pRowFrm->GetFollowRow(), "Deleting row frame without follow" ) in lcl_PostprocessRowsInCells()643 SwRowFrm* pFollowRow = pRowFrm->GetFollowRow(); in lcl_PostprocessRowsInCells()645 pRowFrm->SetFollowRow( pFollowRow->GetFollowRow() ); in lcl_PostprocessRowsInCells()4670 bRestrictTableGrowth = GetFollowRow() && bHasFollowFlowLine; in GrowFrm()
1536 pCorrRow = pRow->GetFollowRow(); in lcl_FindCorrespondingCellFrm()1541 if ( pTmpRow && pTmpRow->GetFollowRow() == pRow ) in lcl_FindCorrespondingCellFrm()
75 SwRowFrm* GetFollowRow() const { return pFollowRow; } in GetFollowRow() function in SwRowFrm
Completed in 35 milliseconds