Lines Matching refs:aAbsNew
274 CompareNodeCntnt aAbsNew( pTOXSrc->GetIndex(), *pMark->GetStart() ); in GotoTOXMark() local
287 if ( (aAbsNew < aAbsIdx && aAbsNew > aPrevPos && in GotoTOXMark()
288 aPrevPos != aAbsIdx && aAbsNew != aAbsIdx ) || in GotoTOXMark()
289 (aAbsIdx == aAbsNew && in GotoTOXMark()
294 (aPrevPos == aAbsNew && aAbsIdx != aAbsNew && in GotoTOXMark()
298 aPrevPos = aAbsNew; in GotoTOXMark()
299 if ( aAbsNew >= aMax ) in GotoTOXMark()
301 aMax = aAbsNew; in GotoTOXMark()
312 if ( (aAbsNew > aAbsIdx && aAbsNew < aNextPos && in GotoTOXMark()
313 aNextPos != aAbsIdx && aAbsNew != aAbsIdx ) || in GotoTOXMark()
314 (aAbsIdx == aAbsNew && in GotoTOXMark()
319 (aNextPos == aAbsNew && aAbsIdx != aAbsNew && in GotoTOXMark()
323 aNextPos = aAbsNew; in GotoTOXMark()
324 if ( aAbsNew <= aMin ) in GotoTOXMark()
326 aMin = aAbsNew; in GotoTOXMark()