Searched refs:aParentLocation (Results 1 – 4 of 4) sorted by relevance
361 awt::Point aParentLocation (xParentComponent->getLocationOnScreen()); in getBounds() local362 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()
157 awt::Point aParentLocation (xParentComponent->getLocationOnScreen()); in getBounds() local158 int x = aPixelPosition.getX() - aParentLocation.X; in getBounds()159 int y = aPixelPosition.getY() - aParentLocation.Y; in getBounds()
434 const UnoPoint aParentLocation( xParentComponent->getLocationOnScreen() ); in implGetBounds() local436 aItemScreenRect.Left() - aParentLocation.X, in implGetBounds()437 aItemScreenRect.Top() - aParentLocation.Y, in implGetBounds()
691 awt::Point aParentLocation (xParentComponent->getLocationOnScreen()); in getBounds() local692 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() local768 aLocation.X += aParentLocation.X; in getLocationOnScreen()769 aLocation.Y += aParentLocation.Y; in getLocationOnScreen()
Completed in 42 milliseconds