Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/crsr/
H A Dswcrsr.cxx1994 SwNodeIndex aCellIdx( *pTmpNode, bNext ? 1 : -1 ); in GoPrevNextCell() local
1995 if( (bNext && !aCellIdx.GetNode().IsStartNode()) || in GoPrevNextCell()
1996 (!bNext && !aCellIdx.GetNode().IsEndNode()) ) in GoPrevNextCell()
1999 rPtIdx = bNext ? aCellIdx : SwNodeIndex(*aCellIdx.GetNode().StartOfSectionNode()); in GoPrevNextCell()

Completed in 20 milliseconds