Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1099 SwPosition const*const pStart2 = aPam2.Start(); in ComparePositions() local
1100 if (*pStart1 < *pStart2) in ComparePositions()
1104 else if (*pStart1 > *pStart2) in ComparePositions()
1110 DBG_ASSERT(*pStart1 == *pStart2, in ComparePositions()