Searched refs:pTar (Results 1 – 2 of 2) sorted by relevance
746 void MoveCell(SwDoc* pDoc, const SwTableBox* pSource, const SwTableBox* pTar, in MoveCell() argument749 ASSERT(pSource && pTar,"Fehlende Quelle oder Ziel"); in MoveCell()751 if(pSource == pTar) in MoveCell()755 pUD->Insert( pSource->GetName(), pTar->GetName() ); in MoveCell()772 SwNodeIndex aTar( *pTar->GetSttNd() ); in MoveCell()790 SwNodeIndex aIns( *pTar->GetSttNd()->EndOfSectionNode() ); in MoveCell()
65 const SwTableBox* pTar, sal_Bool bMovedBefore, SwUndoSort* pUD=0);
Completed in 17 milliseconds