Searched refs:nPosNodeIdx (Results 1 – 1 of 1) sorted by relevance
5179 sal_uLong nPosNodeIdx = pCrsr->GetPoint()->nNode.GetIndex(); in Command() local5189 if( nPosNodeIdx < nMarkNodeIdx ) in Command()5191 rSh.GetCrsr()->GetPoint()->nNode = nPosNodeIdx; in Command()5193 rSh.GetCrsr()->GetMark()->nNode = nPosNodeIdx; in Command()5197 else if( nPosNodeIdx == nMarkNodeIdx ) in Command()5199 rSh.GetCrsr()->GetPoint()->nNode = nPosNodeIdx; in Command()
Completed in 34 milliseconds