Searched refs:pTmpSourceRow (Results 1 – 1 of 1) sorted by relevance
432 SwRowFrm* pTmpSourceRow = (SwRowFrm*)pCurrSourceCell->Lower(); in lcl_MoveRowContent() local433 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 75 milliseconds