Searched refs:aParentPosition (Results 1 – 3 of 3) sorted by relevance
112 awt::Point aParentPosition; in GetUpperLeftOnScreen() local115 aParentPosition.X = aBBox.X; in GetUpperLeftOnScreen()116 aParentPosition.Y = aBBox.Y; in GetUpperLeftOnScreen()118 return aParentPosition; in GetUpperLeftOnScreen()158 awt::Point aParentPosition = xContext->getLocationOnScreen(); in getBounds() local159 aResult.X -= aParentPosition.X; in getBounds()160 aResult.Y -= aParentPosition.Y; in getBounds()
359 awt::Point aParentPosition; in getBounds() local366 aParentPosition = xParentComponent->getLocationOnScreen(); in getBounds()370 aPixelTopLeft.X() - aParentPosition.X, in getBounds()371 aPixelTopLeft.Y() - aParentPosition.Y, in getBounds()
452 awt::Point aParentPosition (xParentComponent->getLocationOnScreen()); in getBounds() local453 aPosition.X() -= aParentPosition.X; in getBounds()454 aPosition.Y() -= aParentPosition.Y; in getBounds()