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()164 awt::Point aParentPosition = xContext->getLocationOnScreen(); in getBounds() local165 aResult.X -= aParentPosition.X; in getBounds()166 aResult.Y -= aParentPosition.Y; in getBounds()
364 awt::Point aParentPosition; in getBounds() local371 aParentPosition = xParentComponent->getLocationOnScreen(); in getBounds()375 aPixelTopLeft.X() - aParentPosition.X, in getBounds()376 aPixelTopLeft.Y() - aParentPosition.Y, in getBounds()
469 awt::Point aParentPosition (xParentComponent->getLocationOnScreen()); in getBounds() local470 aPosition.X() -= aParentPosition.X; in getBounds()471 aPosition.Y() -= aParentPosition.Y; in getBounds()
Completed in 23 milliseconds