Home
last modified time | relevance | path

Searched defs:CHECK_RANGE (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sd/source/ui/inc/
H A DDrawViewShell.hxx59 #define CHECK_RANGE(nMin, nValue, nMax) ((nValue >= nMin) && (nValue <= nMax)) macro

Completed in 18 milliseconds