Home
last modified time | relevance | path

Searched refs:GetFollowRow (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/core/inc/
H A Drowfrm.hxx75 SwRowFrm* GetFollowRow() const { return pFollowRow; } in GetFollowRow() function in SwRowFrm
/aoo41x/main/sw/source/core/layout/
H A Dtabfrm.cxx448 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()
H A Dfindfrm.cxx1523 pCorrRow = pRow->GetFollowRow(); in lcl_FindCorrespondingCellFrm()
1528 if ( pTmpRow && pTmpRow->GetFollowRow() == pRow ) in lcl_FindCorrespondingCellFrm()

Completed in 145 milliseconds