Home
last modified time | relevance | path

Searched refs:rInsPosNd (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx889 SwNodeIndex& rInsPosNd = aInsPos.nNode; in PrepareMerge() local
908 pUndo->MoveBoxCntnt( pDoc, aRg, rInsPosNd ); in PrepareMerge()
911 pDoc->MoveNodeRange( aRg, rInsPosNd, in PrepareMerge()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1438 SwNodeIndex& rInsPosNd = aInsPos.nNode; in GetMergeSel() local
1465 rInsPosNd++; in GetMergeSel()
1467 pUndo->MoveBoxCntnt( pDoc, aRg, rInsPosNd ); in GetMergeSel()
1470 pDoc->MoveNodeRange( aRg, rInsPosNd, in GetMergeSel()
1479 rInsPosNd.Assign( pDoc->GetNodes(), in GetMergeSel()
1480 rInsPosNd.GetNode().EndOfSectionIndex() - 2 ); in GetMergeSel()
1481 pTxtNd = rInsPosNd.GetNode().GetTxtNode(); in GetMergeSel()

Completed in 29 milliseconds