Home
last modified time | relevance | path

Searched refs:getLocationOnScreen (Results 1 – 25 of 213) sorted by relevance

123456789

/trunk/main/comphelper/source/misc/
H A Daccessiblecomponenthelper.cxx80 Point SAL_CALL OCommonAccessibleComponent::getLocationOnScreen( ) throw (RuntimeException) in getLocationOnScreen() function in comphelper::OCommonAccessibleComponent
91 Point aParentScreenLoc( xParentComponent->getLocationOnScreen() ); in getLocationOnScreen()
147 Point SAL_CALL OAccessibleComponentHelper::getLocationOnScreen( ) throw (RuntimeException) in getLocationOnScreen() function in comphelper::OAccessibleComponentHelper
149 return OCommonAccessibleComponent::getLocationOnScreen( ); in getLocationOnScreen()
196 Point SAL_CALL OAccessibleExtendedComponentHelper::getLocationOnScreen( ) throw (RuntimeException) in getLocationOnScreen() function in comphelper::OAccessibleExtendedComponentHelper
198 return OCommonAccessibleComponent::getLocationOnScreen( ); in getLocationOnScreen()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java264 java.awt.Point p = comp.getLocationOnScreen(); in PopupMenuProxy()
418 public java.awt.Point getLocationOnScreen() { in getLocationOnScreen() method in WindowsAccessBridgeAdapter.PopupMenuProxy
425 return getLocationOnScreen(); in getLocation()
457 java.awt.Point p2 = menuComponent.getLocationOnScreen(); in getAccessibleAt()
595 public java.awt.Point getLocationOnScreen() { in getLocationOnScreen() method in WindowsAccessBridgeAdapter.ListProxy
596 return listComponent.getLocationOnScreen(); in getLocationOnScreen()
605 return getLocationOnScreen(); in getLocation()
615 java.awt.Point p = getLocationOnScreen(); in getBounds()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java730 Point location = aComp.getLocationOnScreen(); in clickMiddleOfAccessibleObject()
738 int x = aComp.getLocationOnScreen().X + (aComp.getBounds().Width / 2); in clickMiddleOfAccessibleObject()
739 int y = aComp.getLocationOnScreen().Y + (aComp.getBounds().Height / 2); in clickMiddleOfAccessibleObject()
762 Point location = aComp.getLocationOnScreen(); in doubleClickMiddleOfAccessibleObject()
770 int x = aComp.getLocationOnScreen().X + (aComp.getBounds().Width / 2); in doubleClickMiddleOfAccessibleObject()
771 int y = aComp.getLocationOnScreen().Y + (aComp.getBounds().Height / 2); in doubleClickMiddleOfAccessibleObject()
/trunk/main/comphelper/inc/comphelper/
H A Daccessiblecomponenthelper.hxx64 …::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( ) throw (::com::sun::star::uno::Runtim…
97 …virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( ) throw (::com::sun::star::uno…
129 …virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( ) throw (::com::sun::star::uno…
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx164 awt::Point aParentPosition = xContext->getLocationOnScreen(); in getBounds()
172 awt::Point SAL_CALL AccessibleChartView::getLocationOnScreen() in getLocationOnScreen() function in chart::AccessibleChartView
182 aResult = xAccComp->getLocationOnScreen(); in getLocationOnScreen()
H A DAccessibleViewForwarder.cxx73 awt::Point aLocation = m_pAccChartView->getLocationOnScreen(); in LogicToPixel()
95 awt::Point aLocation = m_pAccChartView->getLocationOnScreen(); in PixelToLogic()
H A DAccessibleChartShape.cxx201 awt::Point AccessibleChartShape::getLocationOnScreen() in getLocationOnScreen() function in chart::AccessibleChartShape
207 aLocation = m_pAccShape->getLocationOnScreen(); in getLocationOnScreen()
H A DAccessibleChartElement.cxx297 awt::Point SAL_CALL AccessibleChartElement::getLocationOnScreen() in getLocationOnScreen() function in chart::AccessibleChartElement
300 return AccessibleBase::getLocationOnScreen(); in getLocationOnScreen()
H A DAccessibleBase.cxx775 aParentLocOnScreen = xParent->getLocationOnScreen(); in getBounds()
799 awt::Point SAL_CALL AccessibleBase::getLocationOnScreen() in getLocationOnScreen() function in chart::AccessibleBase
811 aUpperLeft = pParent->getLocationOnScreen(); in getLocationOnScreen()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DWindow.java472 public java.awt.Point getLocationOnScreen() { in getLocationOnScreen() method in Window.AccessibleWindow
474 com.sun.star.awt.Point unoPoint = unoAccessibleComponent.getLocationOnScreen(); in getLocationOnScreen()
484 com.sun.star.awt.Point unoPoint = unoAccessibleComponent.getLocationOnScreen(); in getLocation()
H A DAccessibleComponentImpl.java139 public java.awt.Point getLocationOnScreen() { in getLocationOnScreen() method in AccessibleComponentImpl
141 com.sun.star.awt.Point unoPoint = unoObject.getLocationOnScreen(); in getLocationOnScreen()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DComponentView.java102 mxComponent.getLocationOnScreen(); in Update()
148 xParentComponent.getLocationOnScreen(); in Update()
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx361 awt::Point aParentLocation (xParentComponent->getLocationOnScreen()); in getBounds()
393 ::com::sun::star::awt::Point SAL_CALL AccessibleCell::getLocationOnScreen(void) throw(RuntimeExcept… in getLocationOnScreen() function in accessibility::AccessibleCell
404 ::com::sun::star::awt::Point aParentLocation(xParentComponent->getLocationOnScreen()); in getLocationOnScreen()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl75 <method>getLocationOnScreen</method> function.</li>
151 <method>getLocationOnScreen</method> you can get the bound box
191 ::com::sun::star::awt::Point getLocationOnScreen ();
/trunk/main/vcl/unx/gtk/a11y/
H A Datkcomponent.cxx64 aOrigin = pComponent->getLocationOnScreen(); in translatePoint()
180 aPos = pComponent->getLocationOnScreen(); in component_wrapper_get_position()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx134 awt::Point aParentScreenLoc = xParentComponent->getLocationOnScreen(); in implGetBounds()
272 awt::Point OAccessibleMenuComponent::getLocationOnScreen( ) throw (RuntimeException) in getLocationOnScreen() function in OAccessibleMenuComponent
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx833 aScreenLocForeign = xParentComponent->getLocationOnScreen(); in implGetBounds()
842 aScreenLocVCL = xParentComponent->getLocationOnScreen(); in implGetBounds()
854 awt::Point VCLXAccessibleComponent::getLocationOnScreen( ) throw (uno::RuntimeException) in getLocationOnScreen() function in VCLXAccessibleComponent
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleComponent.java353 Point loc = oObj.getLocationOnScreen(); in _getLocationOnScreen()
357 Point parLoc = parent.getLocationOnScreen(); in _getLocationOnScreen()
/trunk/main/toolkit/test/accessibility/
H A DInformationWriter.java368 + xComponent.getLocationOnScreen().X+", " in showAccessibleComponent()
369 + xComponent.getLocationOnScreen().Y); in showAccessibleComponent()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx428 awt::Point SAL_CALL AccessibleSlideSorterObject::getLocationOnScreen (void) in getLocationOnScreen() function in accessibility::AccessibleSlideSorterObject
442 const awt::Point aParentLocationOnScreen(xParentComponent->getLocationOnScreen()); in getLocationOnScreen()
H A DAccessibleTreeNode.cxx469 awt::Point aParentPosition (xParentComponent->getLocationOnScreen()); in getBounds()
504 awt::Point SAL_CALL AccessibleTreeNode::getLocationOnScreen() in getLocationOnScreen() function in accessibility::AccessibleTreeNode
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XRangeSelection.java227 Point point = AccessibleSpreadsheet.getLocationOnScreen(); in getSheetCenter()
304 Point p = xAccessibleComponent.getLocationOnScreen(); in getCloser()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java372 + xComponent.getLocationOnScreen().X+", " in showAccessibleComponent()
373 + xComponent.getLocationOnScreen().Y); in showAccessibleComponent()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx172 virtual css::awt::Point SAL_CALL getLocationOnScreen (void)
1214 awt::Point SAL_CALL PresenterAccessible::AccessibleObject::getLocationOnScreen (void) in getLocationOnScreen() function in sdext::presenter::PresenterAccessible::AccessibleObject
1580 return xParentComponent->getLocationOnScreen(); in GetAbsoluteParentLocation()
1953 const awt::Point aWindowLocationOnScreen (getLocationOnScreen()); in getCharacterBounds()
2197 return xGrandParentComponent->getLocationOnScreen(); in GetAbsoluteParentLocation()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleComponent.java458 Point loc = oObj.getLocationOnScreen(); in _getLocationOnScreen()
462 Point parLoc = parent.getLocationOnScreen(); in _getLocationOnScreen()

Completed in 146 milliseconds

123456789