Home
last modified time | relevance | path

Searched refs:aParentLocationOnScreen (Results 1 – 4 of 4) sorted by relevance

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DComponentView.java147 com.sun.star.awt.Point aParentLocationOnScreen = in Update() local
149 if (aLocation.X+aParentLocationOnScreen.X in Update()
151 || aLocation.Y+aParentLocationOnScreen.Y in Update()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx442 const awt::Point aParentLocationOnScreen(xParentComponent->getLocationOnScreen()); in getLocationOnScreen() local
443 aLocation.X += aParentLocationOnScreen.X; in getLocationOnScreen()
444 aLocation.Y += aParentLocationOnScreen.Y; in getLocationOnScreen()
H A DAccessibleSlideSorterView.cxx512 awt::Point aParentLocationOnScreen; in getLocationOnScreen() local
520 aParentLocationOnScreen = xParentComponent->getLocationOnScreen(); in getLocationOnScreen()
524 aLocationOnScreen.X += aParentLocationOnScreen.X; in getLocationOnScreen()
525 aLocationOnScreen.Y += aParentLocationOnScreen.Y; in getLocationOnScreen()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx1220 awt::Point aParentLocationOnScreen (GetAbsoluteParentLocation()); in getLocationOnScreen() local
1223 aRelativeLocation.X + aParentLocationOnScreen.X, in getLocationOnScreen()
1224 aRelativeLocation.Y + aParentLocationOnScreen.Y); in getLocationOnScreen()

Completed in 39 milliseconds