Searched refs:aSaveIdx (Results 1 – 2 of 2) sorted by relevance
1253 SwNodeIndex aSaveIdx( aInsPos, -1 ); in CopyImpl() local1255 aSaveIdx++; in CopyImpl()1256 pEnd->nNode = aSaveIdx; in CopyImpl()1257 pEnd->nContent.Assign( aSaveIdx.GetNode().GetTxtNode(), 0 ); in CopyImpl()
664 SwNodeIndex aSaveIdx( pPam->GetPoint()->nNode, -1 ); in RedoImpl() local678 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 23 milliseconds