Searched refs:pFollowFlowLine (Results 1 – 1 of 1) sorted by relevance
263 SwRowFrm *pFollowFlowLine = new SwRowFrm(*rRow.GetTabLine(), &rTab, false ); in lcl_InsertNewFollowFlowLine() local264 pFollowFlowLine->SetRowSpanLine( bRowSpanLine ); in lcl_InsertNewFollowFlowLine()266 pFollowFlowLine->InsertBefore( rTab.GetFollow(), pFirstRow ); in lcl_InsertNewFollowFlowLine()267 return pFollowFlowLine; in lcl_InsertNewFollowFlowLine()927 SwRowFrm* pFollowFlowLine = static_cast<SwRowFrm*>(GetFollow()->GetFirstNonHeadlineRow()); in RemoveFollowFlowLine() local933 pFollowFlowLine && in RemoveFollowFlowLine()942 if ( !pFollowFlowLine || !pLastLine ) in RemoveFollowFlowLine()946 lcl_MoveRowContent( *pFollowFlowLine, *(SwRowFrm*)pLastLine ); in RemoveFollowFlowLine()952 long nRowsToMove = lcl_GetMaximumLayoutRowSpan( *pFollowFlowLine ); in RemoveFollowFlowLine()957 SwFrm* pRow = pFollowFlowLine->GetNext(); in RemoveFollowFlowLine()[all …]