Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx5178 sal_uLong nPosNodeIdx = pCrsr->GetPoint()->nNode.GetIndex(); in Command() local
5188 if( nPosNodeIdx < nMarkNodeIdx ) in Command()
5190 rSh.GetCrsr()->GetPoint()->nNode = nPosNodeIdx; in Command()
5192 rSh.GetCrsr()->GetMark()->nNode = nPosNodeIdx; in Command()
5196 else if( nPosNodeIdx == nMarkNodeIdx ) in Command()
5198 rSh.GetCrsr()->GetPoint()->nNode = nPosNodeIdx; in Command()