Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Daccessiblecell.cxx361 awt::Point aParentLocation (xParentComponent->getLocationOnScreen()); in getBounds() local
362 int x = aPixelPosition.getX() - aParentLocation.X; in getBounds()
363 int y = aPixelPosition.getY() - aParentLocation.Y; in getBounds()
404 ::com::sun::star::awt::Point aParentLocation(xParentComponent->getLocationOnScreen()); in getLocationOnScreen()
405 aLocation.X += aParentLocation.X; in getLocationOnScreen()
406 aLocation.Y += aParentLocation.Y; in getLocationOnScreen()
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx157 awt::Point aParentLocation (xParentComponent->getLocationOnScreen()); in getBounds() local
158 int x = aPixelPosition.getX() - aParentLocation.X; in getBounds()
159 int y = aPixelPosition.getY() - aParentLocation.Y; in getBounds()
/trunk/main/accessibility/source/extended/
H A DAccessibleToolPanelDeckTabBarItem.cxx434 const UnoPoint aParentLocation( xParentComponent->getLocationOnScreen() ); in implGetBounds() local
436 aItemScreenRect.Left() - aParentLocation.X, in implGetBounds()
437 aItemScreenRect.Top() - aParentLocation.Y, in implGetBounds()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx691 awt::Point aParentLocation (xParentComponent->getLocationOnScreen()); in getBounds() local
692 int x = aPixelPosition.getX() - aParentLocation.X; in getBounds()
693 int y = aPixelPosition.getY() - aParentLocation.Y; in getBounds()
767 awt::Point aParentLocation (xParentComponent->getLocationOnScreen()); in getLocationOnScreen() local
768 aLocation.X += aParentLocation.X; in getLocationOnScreen()
769 aLocation.Y += aParentLocation.Y; in getLocationOnScreen()

Completed in 29 milliseconds