Home
last modified time | relevance | path

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

/aoo4110/main/comphelper/source/misc/
H A Daccessiblecomponenthelper.cxx85 Point aScreenLoc( 0, 0 ); in getLocationOnScreen() local
93 aScreenLoc.X = aParentScreenLoc.X + aOwnRelativeLoc.X; in getLocationOnScreen()
94 aScreenLoc.Y = aParentScreenLoc.Y + aOwnRelativeLoc.Y; in getLocationOnScreen()
97 return aScreenLoc; in getLocationOnScreen()
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx229 Point aScreenLoc = aBounds.TopLeft(); in GetBoundingBox() local
231 … Point aPos( aScreenLoc.getX() - aParentScreenLoc.X, aScreenLoc.getY() - aParentScreenLoc.Y ); in GetBoundingBox()

Completed in 20 milliseconds