Searched refs:aParentLocationOnScreen (Results 1 – 4 of 4) sorted by relevance
147 com.sun.star.awt.Point aParentLocationOnScreen = in Update() local149 if (aLocation.X+aParentLocationOnScreen.X in Update()151 || aLocation.Y+aParentLocationOnScreen.Y in Update()
442 const awt::Point aParentLocationOnScreen(xParentComponent->getLocationOnScreen()); in getLocationOnScreen() local443 aLocation.X += aParentLocationOnScreen.X; in getLocationOnScreen()444 aLocation.Y += aParentLocationOnScreen.Y; in getLocationOnScreen()
512 awt::Point aParentLocationOnScreen; in getLocationOnScreen() local520 aParentLocationOnScreen = xParentComponent->getLocationOnScreen(); in getLocationOnScreen()524 aLocationOnScreen.X += aParentLocationOnScreen.X; in getLocationOnScreen()525 aLocationOnScreen.Y += aParentLocationOnScreen.Y; in getLocationOnScreen()
1220 awt::Point aParentLocationOnScreen (GetAbsoluteParentLocation()); in getLocationOnScreen() local1223 aRelativeLocation.X + aParentLocationOnScreen.X, in getLocationOnScreen()1224 aRelativeLocation.Y + aParentLocationOnScreen.Y); in getLocationOnScreen()
Completed in 33 milliseconds