/aoo4110/main/comphelper/source/misc/ |
H A D | accessiblecomponenthelper.cxx | 80 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()
|
/aoo4110/main/accessibility/bridge/org/openoffice/accessibility/ |
H A D | WindowsAccessBridgeAdapter.java | 264 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()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | UITools.java | 730 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()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | accessiblecomponenthelper.hxx | 64 …::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…
|
/aoo4110/main/chart2/source/controller/accessibility/ |
H A D | AccessibleChartView.cxx | 164 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 D | AccessibleViewForwarder.cxx | 73 awt::Point aLocation = m_pAccChartView->getLocationOnScreen(); in LogicToPixel() 95 awt::Point aLocation = m_pAccChartView->getLocationOnScreen(); in PixelToLogic()
|
H A D | AccessibleChartShape.cxx | 201 awt::Point AccessibleChartShape::getLocationOnScreen() in getLocationOnScreen() function in chart::AccessibleChartShape 207 aLocation = m_pAccShape->getLocationOnScreen(); in getLocationOnScreen()
|
H A D | AccessibleChartElement.cxx | 297 awt::Point SAL_CALL AccessibleChartElement::getLocationOnScreen() in getLocationOnScreen() function in chart::AccessibleChartElement 300 return AccessibleBase::getLocationOnScreen(); in getLocationOnScreen()
|
H A D | AccessibleBase.cxx | 775 aParentLocOnScreen = xParent->getLocationOnScreen(); in getBounds() 799 awt::Point SAL_CALL AccessibleBase::getLocationOnScreen() in getLocationOnScreen() function in chart::AccessibleBase 811 aUpperLeft = pParent->getLocationOnScreen(); in getLocationOnScreen()
|
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | Window.java | 472 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 D | AccessibleComponentImpl.java | 139 public java.awt.Point getLocationOnScreen() { in getLocationOnScreen() method in AccessibleComponentImpl 141 com.sun.star.awt.Point unoPoint = unoObject.getLocationOnScreen(); in getLocationOnScreen()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ComponentView.java | 102 mxComponent.getLocationOnScreen(); in Update() 148 xParentComponent.getLocationOnScreen(); in Update()
|
/aoo4110/main/svx/source/table/ |
H A D | accessiblecell.cxx | 361 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()
|
/aoo4110/main/vcl/unx/gtk/a11y/ |
H A D | atkcomponent.cxx | 64 aOrigin = pComponent->getLocationOnScreen(); in translatePoint() 180 aPos = pComponent->getLocationOnScreen(); in component_wrapper_get_position()
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleComponent.idl | 75 <method>getLocationOnScreen</method> function.</li> 151 <method>getLocationOnScreen</method> you can get the bound box 191 ::com::sun::star::awt::Point getLocationOnScreen ();
|
/aoo4110/main/accessibility/source/standard/ |
H A D | accessiblemenucomponent.cxx | 134 awt::Point aParentScreenLoc = xParentComponent->getLocationOnScreen(); in implGetBounds() 272 awt::Point OAccessibleMenuComponent::getLocationOnScreen( ) throw (RuntimeException) in getLocationOnScreen() function in OAccessibleMenuComponent
|
/aoo4110/main/toolkit/qa/complex/toolkit/accessibility/ |
H A D | _XAccessibleComponent.java | 353 Point loc = oObj.getLocationOnScreen(); in _getLocationOnScreen() 357 Point parLoc = parent.getLocationOnScreen(); in _getLocationOnScreen()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxaccessiblecomponent.cxx | 833 aScreenLocForeign = xParentComponent->getLocationOnScreen(); in implGetBounds() 842 aScreenLocVCL = xParentComponent->getLocationOnScreen(); in implGetBounds() 854 awt::Point VCLXAccessibleComponent::getLocationOnScreen( ) throw (uno::RuntimeException) in getLocationOnScreen() function in VCLXAccessibleComponent
|
/aoo4110/main/toolkit/test/accessibility/ |
H A D | InformationWriter.java | 368 + xComponent.getLocationOnScreen().X+", " in showAccessibleComponent() 369 + xComponent.getLocationOnScreen().Y); in showAccessibleComponent()
|
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XRangeSelection.java | 227 Point point = AccessibleSpreadsheet.getLocationOnScreen(); in getSheetCenter() 304 Point p = xAccessibleComponent.getLocationOnScreen(); in getCloser()
|
/aoo4110/main/sd/source/ui/accessibility/ |
H A D | AccessibleSlideSorterObject.cxx | 428 awt::Point SAL_CALL AccessibleSlideSorterObject::getLocationOnScreen (void) in getLocationOnScreen() function in accessibility::AccessibleSlideSorterObject 442 const awt::Point aParentLocationOnScreen(xParentComponent->getLocationOnScreen()); in getLocationOnScreen()
|
H A D | AccessibleTreeNode.cxx | 469 awt::Point aParentPosition (xParentComponent->getLocationOnScreen()); in getBounds() 504 awt::Point SAL_CALL AccessibleTreeNode::getLocationOnScreen() in getLocationOnScreen() function in accessibility::AccessibleTreeNode
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | InformationWriter.java | 372 + xComponent.getLocationOnScreen().X+", " in showAccessibleComponent() 373 + xComponent.getLocationOnScreen().Y); in showAccessibleComponent()
|
/aoo4110/main/qadevOOo/tests/java/ifc/accessibility/ |
H A D | _XAccessibleComponent.java | 458 Point loc = oObj.getLocationOnScreen(); in _getLocationOnScreen() 462 Point parLoc = parent.getLocationOnScreen(); in _getLocationOnScreen()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterAccessibility.cxx | 172 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()
|