Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dtabfrm.cxx432 SwRowFrm* pTmpSourceRow = (SwRowFrm*)pCurrSourceCell->Lower(); in lcl_MoveRowContent() local
433 while ( pTmpSourceRow ) in lcl_MoveRowContent()
442 if ( pTmpSourceRow->IsFollowFlowRow() && pTmpDestRow ) in lcl_MoveRowContent()
450 lcl_MoveRowContent( *pTmpSourceRow, *pTmpDestRow ); in lcl_MoveRowContent()
451 pTmpDestRow->SetFollowRow( pTmpSourceRow->GetFollowRow() ); in lcl_MoveRowContent()
452 pTmpSourceRow->Remove(); in lcl_MoveRowContent()
453 delete pTmpSourceRow; in lcl_MoveRowContent()
458 pTmpSourceRow->Remove(); in lcl_MoveRowContent()
459 pTmpSourceRow->InsertBefore( pCurrDestCell, 0 ); in lcl_MoveRowContent()
462 pTmpSourceRow = (SwRowFrm*)pCurrSourceCell->Lower(); in lcl_MoveRowContent()
[all …]

Completed in 48 milliseconds