Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/layout/
H A Dtabfrm.cxx263 SwRowFrm *pFollowFlowLine = new SwRowFrm(*rRow.GetTabLine(), &rTab, false ); in lcl_InsertNewFollowFlowLine() local
264 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() local
933 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 …]