Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/access/
H A Daccpara.cxx2748 awt::Rectangle aRectEndPos = in getIndexAtPoint() local
2751 if (rPoint.X - aRectEndPos.X >= 0 && in getIndexAtPoint()
2752 rPoint.X - aRectEndPos.X < aRectEndPos.Width && in getIndexAtPoint()
2753 rPoint.Y - aRectEndPos.Y >= 0 && in getIndexAtPoint()
2754 rPoint.Y - aRectEndPos.Y < aRectEndPos.Height) in getIndexAtPoint()

Completed in 25 milliseconds