Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/tool/
H A Dreftokenhelper.cxx336 static bool overlaps(T nMin1, T nMax1, T nMin2, T nMax2, T& rNewMin, T& rNewMax) in overlaps() argument
338 bool bDisjoint1 = (nMin1 > nMax2) && (nMin1 - nMax2 > 1); in overlaps()
344 T nMin = nMin1 < nMin2 ? nMin1 : nMin2; in overlaps()

Completed in 12 milliseconds