Searched refs:aParentScreenLoc (Results 1 – 7 of 7) sorted by relevance
91 Point aParentScreenLoc( xParentComponent->getLocationOnScreen() ); in getLocationOnScreen() local93 aScreenLoc.X = aParentScreenLoc.X + aOwnRelativeLoc.X; in getLocationOnScreen()94 aScreenLoc.Y = aParentScreenLoc.Y + aOwnRelativeLoc.Y; in getLocationOnScreen()
134 awt::Point aParentScreenLoc = xParentComponent->getLocationOnScreen(); in implGetBounds() local137 aBounds.X -= aParentScreenLoc.X; in implGetBounds()138 aBounds.Y -= aParentScreenLoc.Y; in implGetBounds()
298 awt::Point aParentScreenLoc = xParentComponent->getLocationOnScreen(); in implGetBounds() local301 aBounds.X += aWindowScreenLoc.X - aParentScreenLoc.X; in implGetBounds()302 aBounds.Y += aWindowScreenLoc.Y - aParentScreenLoc.Y; in implGetBounds()
230 awt::Point aParentScreenLoc = xParentComponent->getLocationOnScreen(); in GetBoundingBox() local231 … Point aPos( aScreenLoc.getX() - aParentScreenLoc.X, aScreenLoc.getY() - aParentScreenLoc.Y ); in GetBoundingBox()
179 ::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()
815 awt::Point aParentScreenLoc = AWTPoint( aParentRect.TopLeft() ); in implGetBounds() local816 aBounds.X -= aParentScreenLoc.X; in implGetBounds()817 aBounds.Y -= aParentScreenLoc.Y; in implGetBounds()
91 awt::Point aParentScreenLoc( aParentRect.Left(), aParentRect.Top() ); in lcl_GetBounds() local92 aBounds.X -= aParentScreenLoc.X; in lcl_GetBounds()93 aBounds.Y -= aParentScreenLoc.Y; in lcl_GetBounds()
Completed in 70 milliseconds