Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx2744 awt::Rectangle aRectEndPos = in getIndexAtPoint() local
2747 if (rPoint.X - aRectEndPos.X >= 0 && in getIndexAtPoint()
2748 rPoint.X - aRectEndPos.X < aRectEndPos.Width && in getIndexAtPoint()
2749 rPoint.Y - aRectEndPos.Y >= 0 && in getIndexAtPoint()
2750 rPoint.Y - aRectEndPos.Y < aRectEndPos.Height) in getIndexAtPoint()

Completed in 26 milliseconds