Searched refs:aCellIdx (Results 1 – 1 of 1) sorted by relevance
2006 SwNodeIndex aCellIdx( *pTmpNode, bNext ? 1 : -1 ); in GoPrevNextCell() local2007 if( (bNext && !aCellIdx.GetNode().IsStartNode()) || in GoPrevNextCell()2008 (!bNext && !aCellIdx.GetNode().IsEndNode()) ) in GoPrevNextCell()2011 rPtIdx = bNext ? aCellIdx : SwNodeIndex(*aCellIdx.GetNode().StartOfSectionNode()); in GoPrevNextCell()
Completed in 20 milliseconds