Home
last modified time | relevance | path

Searched refs:aLocationOnScreen (Results 1 – 6 of 6) sorted by relevance

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DComponentView.java101 com.sun.star.awt.Point aLocationOnScreen = in Update() local
104 aLocationOnScreen.X + ", " + aLocationOnScreen.Y); in Update()
139 if (aLocation.X != aLocationOnScreen.X in Update()
140 || aLocation.Y != aLocationOnScreen.Y) in Update()
150 != aLocationOnScreen.X in Update()
152 != aLocationOnScreen.Y) in Update()
/trunk/main/sfx2/source/sidebar/
H A DSidebarPanel.cxx134 const Point aLocationOnScreen (mpPanel->OutputToAbsoluteScreenPixel(Point(0,0))); in getPositionOnScreen() local
136 aAwtPoint.X = aLocationOnScreen.X(); in getPositionOnScreen()
137 aAwtPoint.Y = aLocationOnScreen.Y(); in getPositionOnScreen()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleTreeNode.cxx509 awt::Point aLocationOnScreen; in getLocationOnScreen() local
515 aLocationOnScreen.X = aPoint.X(); in getLocationOnScreen()
516 aLocationOnScreen.Y = aPoint.Y(); in getLocationOnScreen()
519 return aLocationOnScreen; in getLocationOnScreen()
H A DAccessibleSlideSorterView.cxx523 awt::Point aLocationOnScreen (getLocation()); in getLocationOnScreen() local
524 aLocationOnScreen.X += aParentLocationOnScreen.X; in getLocationOnScreen()
525 aLocationOnScreen.Y += aParentLocationOnScreen.Y; in getLocationOnScreen()
527 return aLocationOnScreen; in getLocationOnScreen()
/trunk/main/toolkit/test/accessibility/
H A DCanvasShape.java108 com.sun.star.awt.Point aLocationOnScreen = mxComponent.getLocationOnScreen(); in updateGeometry() local
111 aLocationOnScreen.X, in updateGeometry()
112 aLocationOnScreen.Y); in updateGeometry()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java136 com.sun.star.awt.Point aLocationOnScreen = in UpdateGeometry() local
140 aLocationOnScreen.X, in UpdateGeometry()
141 aLocationOnScreen.Y); in UpdateGeometry()

Completed in 19 milliseconds