Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/doc/
H A Ddoctxm.cxx248 CompareNodeCntnt aAbsIdx( 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()
292 (pNew && (aPrevPos < aAbsIdx || in GotoTOXMark()
294 (aPrevPos == aAbsNew && aAbsIdx != aAbsNew && in GotoTOXMark()
312 if ( (aAbsNew > aAbsIdx && aAbsNew < aNextPos && in GotoTOXMark()
313 aNextPos != aAbsIdx && aAbsNew != aAbsIdx ) || in GotoTOXMark()
314 (aAbsIdx == aAbsNew && in GotoTOXMark()
317 (pNew && (aNextPos > aAbsIdx || in GotoTOXMark()
[all …]

Completed in 24 milliseconds