Lines Matching refs:pTmpSourceRow
432 SwRowFrm* pTmpSourceRow = (SwRowFrm*)pCurrSourceCell->Lower(); in lcl_MoveRowContent() local
433 while ( pTmpSourceRow ) in lcl_MoveRowContent()
442 if ( pTmpSourceRow->IsFollowFlowRow() && pTmpDestRow ) in lcl_MoveRowContent()
448 ASSERT( pTmpDestRow->GetFollowRow() == pTmpSourceRow, "Knoten in der Tabelle" ) 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()
5675 const SwRowFrm* pTmpSourceRow = (SwRowFrm*)pCurrSourceCell->Lower(); in lcl_CalcHeightOfFirstContentLine() local
5676 nTmpHeight = lcl_CalcHeightOfFirstContentLine( *pTmpSourceRow ); in lcl_CalcHeightOfFirstContentLine()