Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx274 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()
[all …]