Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/access/
H A Daccmap.cxx3519 static inline long lcl_CorrectCoarseValue(long aCoarseValue, long aFineValue, in lcl_CorrectCoarseValue() function
3542 rRect.nLeft = lcl_CorrectCoarseValue(rRect.nLeft, rSource.nLeft, in lcl_CorrectRectangle()
3544 rRect.nTop = lcl_CorrectCoarseValue(rRect.nTop, rSource.nTop, in lcl_CorrectRectangle()
3546 rRect.nRight = lcl_CorrectCoarseValue(rRect.nRight, rSource.nRight, in lcl_CorrectRectangle()
3548 rRect.nBottom = lcl_CorrectCoarseValue(rRect.nBottom, rSource.nBottom, in lcl_CorrectRectangle()

Completed in 32 milliseconds