Home
last modified time | relevance | path

Searched refs:getLocation (Results 1 – 25 of 220) sorted by relevance

123456789

/aoo41x/main/comphelper/source/misc/
H A Daccessiblecomponenthelper.cxx72 Point SAL_CALL OCommonAccessibleComponent::getLocation( ) throw (RuntimeException) in getLocation() function in comphelper::OCommonAccessibleComponent
92 Point aOwnRelativeLoc( getLocation() ); in getLocationOnScreen()
141 Point SAL_CALL OAccessibleComponentHelper::getLocation( ) throw (RuntimeException) in getLocation() function in comphelper::OAccessibleComponentHelper
143 return OCommonAccessibleComponent::getLocation( ); in getLocation()
190 Point SAL_CALL OAccessibleExtendedComponentHelper::getLocation( ) throw (RuntimeException) in getLocation() function in comphelper::OAccessibleExtendedComponentHelper
192 return OCommonAccessibleComponent::getLocation( ); in getLocation()
/aoo41x/main/qadevOOo/tests/java/ifc/frame/
H A D_XStorable.java76 tRes.tested("getLocation()", oObj.getLocation() != null); in _getLocation()
82 log.println(oObj.getLocation() + "--" + storeUrl); in _getLocation()
84 storeUrl.equals(oObj.getLocation())); in _getLocation()
87 tRes.tested("getLocation()", oObj.getLocation() == null); in _getLocation()
/aoo41x/main/unotools/source/config/
H A Dconfigvaluecontainer.cxx73 void* getLocation( ) const { return pLocation; } in getLocation() function
146 _rAccessor.getLocation(), _rAccessor.getDataType().getTypeLibType(), in lcl_copyData()
165 *static_cast< Any* >( _rAccessor.getLocation() ) = _rData; in lcl_copyData()
187 _rData.setValue( _rAccessor.getLocation(), _rAccessor.getDataType() ); in lcl_copyData()
192 _rData = *static_cast< Any* >( _rAccessor.getLocation() ); in lcl_copyData()
/aoo41x/main/comphelper/inc/comphelper/
H A Daccessiblecomponenthelper.hxx63 …::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::RuntimeExcepti…
96 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…
128 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl78 system is used instead. Used by the <method>getLocation</method>
149 Note that the two methods <method>getLocation</methodmber> and
175 ::com::sun::star::awt::Point getLocation ();
181 <method>getLocation</method>. The difference is that the
/aoo41x/main/scripting/java/com/sun/star/script/framework/container/
H A DScriptEntry.java87 location.equals(other.getLocation())) in equals()
113 public String getLocation() { in getLocation() method in ScriptEntry
/aoo41x/main/bean/com/sun/star/comp/beans/
H A DOfficeDocument.java191 public String getLocation( ) in getLocation() method in OfficeDocument
193 return xStorable.getLocation(); in getLocation()
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleComponentImpl.java149 public java.awt.Point getLocation() { in getLocation() method in AccessibleComponentImpl
151 com.sun.star.awt.Point unoPoint = unoObject.getLocation(); in getLocation()
H A DDialog.java585 public java.awt.Point getLocation() { in getLocation() method in Dialog.AccessibleDialog
587 com.sun.star.awt.Point unoPoint = unoAccessibleComponent.getLocation(); in getLocation()
H A DFrame.java577 public java.awt.Point getLocation() { in getLocation() method in Frame.AccessibleFrame
579 com.sun.star.awt.Point unoPoint = unoAccessibleComponent.getLocation(); in getLocation()
H A DComponent.java608 public java.awt.Point getLocation() { in getLocation() method in Component.AccessibleUNOComponent
610 com.sun.star.awt.Point unoPoint = unoAccessibleComponent.getLocation(); in getLocation()
/aoo41x/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx190 awt::Point AccessibleChartShape::getLocation() in getLocation() function in chart::AccessibleChartShape
196 aLocation = m_pAccShape->getLocation(); in getLocation()
H A DAccessibleChartElement.cxx291 awt::Point SAL_CALL AccessibleChartElement::getLocation() in getLocation() function in chart::AccessibleChartElement
294 return AccessibleBase::getLocation(); in getLocation()
H A DAccessibleBase.cxx791 awt::Point SAL_CALL AccessibleBase::getLocation() in getLocation() function in chart::AccessibleBase
807 awt::Point aLocThisRel( getLocation()); in getLocationOnScreen()
817 return getLocation(); in getLocationOnScreen()
/aoo41x/main/toolkit/test/accessibility/
H A DInformationWriter.java365 + xComponent.getLocation().X+", " in showAccessibleComponent()
366 + xComponent.getLocation().Y); in showAccessibleComponent()
/aoo41x/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx417 awt::Point SAL_CALL AccessibleSlideSorterObject::getLocation () in getLocation() function in accessibility::AccessibleSlideSorterObject
435 awt::Point aLocation (getLocation()); in getLocationOnScreen()
H A DAccessibleTreeNode.cxx434 awt::Point aChildOrigin(xChildComponent->getLocation()); in getAccessibleAtPoint()
490 awt::Point SAL_CALL AccessibleTreeNode::getLocation (void) in getLocation() function in accessibility::AccessibleTreeNode
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java369 + xComponent.getLocation().X+", " in showAccessibleComponent()
370 + xComponent.getLocation().Y); in showAccessibleComponent()
/aoo41x/main/sfx2/source/dialog/
H A Dmailmodel.cxx398 rtl::OUString aLocation = xStorable->getLocation(); in SaveDocumentAsFormat()
516 INetURLObject aFileObj( xStorable->getLocation() ); in SaveDocumentAsFormat()
557 INetURLObject aFileObj( xStorable->getLocation() ); in SaveDocumentAsFormat()
/aoo41x/main/svx/source/table/
H A Daccessiblecell.cxx384 ::com::sun::star::awt::Point SAL_CALL AccessibleCell::getLocation(void) throw (RuntimeException) in getLocation() function in accessibility::AccessibleCell
398 ::com::sun::star::awt::Point aLocation(getLocation ()); in getLocationOnScreen()
/aoo41x/main/accessibility/bridge/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java423 public java.awt.Point getLocation() { in getLocation() method in WindowsAccessBridgeAdapter.PopupMenuProxy
602 public java.awt.Point getLocation() { in getLocation() method in WindowsAccessBridgeAdapter.ListProxy
/aoo41x/main/svx/source/inc/
H A Dsvxpixelctlaccessiblecontext.hxx167 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…
259 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…
/aoo41x/main/svtools/source/control/
H A Dvalueimp.hxx184 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…
317 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx299 awt::Point SAL_CALL AccessibleImageBullet::getLocation( ) throw (uno::RuntimeException) in getLocation() function in accessibility::AccessibleImageBullet
324 awt::Point aPoint = getLocation(); in getLocationOnScreen()
/aoo41x/main/sd/source/ui/inc/
H A DAccessibleSlideView.hxx104 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…
248 …virtual ::com::sun::star::awt::Point SAL_CALL getLocation( ) throw (::com::sun::star::uno::Runtim…

Completed in 166 milliseconds

123456789