Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Ddoctxm.cxx287 if ( (aAbsNew < aAbsIdx && aAbsNew > aPrevPos && 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()
319 (aNextPos == aAbsNew && aAbsIdx != aAbsNew && in GotoTOXMark()
323 aNextPos = aAbsNew; in GotoTOXMark()
324 if ( aAbsNew <= aMin ) in GotoTOXMark()
[all …]

Completed in 22 milliseconds