Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/misc/
H A Daccessiblecomponenthelper.cxx91 Point aParentScreenLoc( xParentComponent->getLocationOnScreen() ); in getLocationOnScreen() local
93 aScreenLoc.X = aParentScreenLoc.X + aOwnRelativeLoc.X; in getLocationOnScreen()
94 aScreenLoc.Y = aParentScreenLoc.Y + aOwnRelativeLoc.Y; in getLocationOnScreen()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx134 awt::Point aParentScreenLoc = xParentComponent->getLocationOnScreen(); in implGetBounds() local
137 aBounds.X -= aParentScreenLoc.X; in implGetBounds()
138 aBounds.Y -= aParentScreenLoc.Y; in implGetBounds()
H A Daccessiblemenuitemcomponent.cxx298 awt::Point aParentScreenLoc = xParentComponent->getLocationOnScreen(); in implGetBounds() local
301 aBounds.X += aWindowScreenLoc.X - aParentScreenLoc.X; in implGetBounds()
302 aBounds.Y += aWindowScreenLoc.Y - aParentScreenLoc.Y; in implGetBounds()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx230 awt::Point aParentScreenLoc = xParentComponent->getLocationOnScreen(); in GetBoundingBox() local
231 … Point aPos( aScreenLoc.getX() - aParentScreenLoc.X, aScreenLoc.getY() - aParentScreenLoc.Y ); in GetBoundingBox()
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx179 ::com::sun::star::awt::Point aParentScreenLoc = AWTPoint( aParentRect.TopLeft() ); in implGetBounds()
180 aBounds.X -= aParentScreenLoc.X; in implGetBounds()
181 aBounds.Y -= aParentScreenLoc.Y; in implGetBounds()
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx815 awt::Point aParentScreenLoc = AWTPoint( aParentRect.TopLeft() ); in implGetBounds() local
816 aBounds.X -= aParentScreenLoc.X; in implGetBounds()
817 aBounds.Y -= aParentScreenLoc.Y; in implGetBounds()
/trunk/main/starmath/source/
H A Daccessibility.cxx91 awt::Point aParentScreenLoc( aParentRect.Left(), aParentRect.Top() ); in lcl_GetBounds() local
92 aBounds.X -= aParentScreenLoc.X; in lcl_GetBounds()
93 aBounds.Y -= aParentScreenLoc.Y; in lcl_GetBounds()

Completed in 46 milliseconds