Home
last modified time | relevance | path

Searched refs:SC_DET_TOLERANCE (Results 1 – 1 of 1) sorted by path

/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx729 #define SC_DET_TOLERANCE 50 macro
733 return rRect.Left() >= rStart.X() - SC_DET_TOLERANCE in RectIsPoints()
734 && rRect.Left() <= rStart.X() + SC_DET_TOLERANCE in RectIsPoints()
735 && rRect.Right() >= rEnd.X() - SC_DET_TOLERANCE in RectIsPoints()
736 && rRect.Right() <= rEnd.X() + SC_DET_TOLERANCE in RectIsPoints()
737 && rRect.Top() >= rStart.Y() - SC_DET_TOLERANCE in RectIsPoints()
738 && rRect.Top() <= rStart.Y() + SC_DET_TOLERANCE in RectIsPoints()
739 && rRect.Bottom() >= rEnd.Y() - SC_DET_TOLERANCE in RectIsPoints()
740 && rRect.Bottom() <= rEnd.Y() + SC_DET_TOLERANCE; in RectIsPoints()
743 #undef SC_DET_TOLERANCE

Completed in 19 milliseconds