Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx1253 SwNodeIndex aSaveIdx( aInsPos, -1 ); in CopyImpl() local
1255 aSaveIdx++; in CopyImpl()
1256 pEnd->nNode = aSaveIdx; in CopyImpl()
1257 pEnd->nContent.Assign( aSaveIdx.GetNode().GetTxtNode(), 0 ); in CopyImpl()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx664 SwNodeIndex aSaveIdx( pPam->GetPoint()->nNode, -1 ); in RedoImpl() local
678 aSaveIdx++; in RedoImpl()
679 SwCntntNode* pCNd = aSaveIdx.GetNode().GetCntntNode(); in RedoImpl()
680 if( !pCNd && 0 == ( pCNd = rDoc.GetNodes().GoNext( &aSaveIdx ) ) && in RedoImpl()
681 0 == ( pCNd = rDoc.GetNodes().GoPrevious( &aSaveIdx )) ) in RedoImpl()
686 pPam->GetPoint()->nNode = aSaveIdx; in RedoImpl()

Completed in 36 milliseconds