/trunk/main/comphelper/source/misc/ |
H A D | accessiblecomponenthelper.cxx | 72 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()
|
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
H A D | Parser.java | 60 aLocation = maReader.getLocation(); in Parse() 76 maReader.getLocation(), in Parse() 90 maReader.getLocation()); in Parse() 97 maReader.getLocation()); in Parse() 141 maReader.getLocation().getLineNumber(), in Skip() 142 maReader.getLocation().getColumnNumber()); in Skip()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/ |
H A D | _XStorable.java | 76 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()
|
/trunk/main/unotools/source/config/ |
H A D | configvaluecontainer.cxx | 73 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()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/ |
H A D | SchemaParser.java | 119 maLastLocation = maReader.getLocation(); in Parse() 1050 maReader.getLocation()); in GetQualifiedName() 1147 maReader.getLocation().getLineNumber(), in CreateErrorException() 1148 maReader.getLocation().getColumnNumber(), in CreateErrorException() 1149 maReader.getLocation().getCharacterOffset())); in CreateErrorException() 1186 final javax.xml.stream.Location aLocation = maReader.getLocation(); in GetLocation()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | accessiblecomponenthelper.hxx | 63 …::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…
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleComponent.idl | 78 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
|
/trunk/main/scripting/java/com/sun/star/script/framework/container/ |
H A D | ScriptEntry.java | 87 location.equals(other.getLocation())) in equals() 113 public String getLocation() { in getLocation() method in ScriptEntry
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleComponentImpl.java | 149 public java.awt.Point getLocation() { in getLocation() method in AccessibleComponentImpl 151 com.sun.star.awt.Point unoPoint = unoObject.getLocation(); in getLocation()
|
H A D | Dialog.java | 585 public java.awt.Point getLocation() { in getLocation() method in Dialog.AccessibleDialog 587 com.sun.star.awt.Point unoPoint = unoAccessibleComponent.getLocation(); in getLocation()
|
H A D | Frame.java | 577 public java.awt.Point getLocation() { in getLocation() method in Frame.AccessibleFrame 579 com.sun.star.awt.Point unoPoint = unoAccessibleComponent.getLocation(); in getLocation()
|
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | OfficeDocument.java | 191 public String getLocation( ) in getLocation() method in OfficeDocument 193 return xStorable.getLocation(); in getLocation()
|
/trunk/main/chart2/source/controller/accessibility/ |
H A D | AccessibleChartShape.cxx | 190 awt::Point AccessibleChartShape::getLocation() in getLocation() function in chart::AccessibleChartShape 196 aLocation = m_pAccShape->getLocation(); in getLocation()
|
H A D | AccessibleChartElement.cxx | 291 awt::Point SAL_CALL AccessibleChartElement::getLocation() in getLocation() function in chart::AccessibleChartElement 294 return AccessibleBase::getLocation(); in getLocation()
|
H A D | AccessibleBase.cxx | 791 awt::Point SAL_CALL AccessibleBase::getLocation() in getLocation() function in chart::AccessibleBase 807 awt::Point aLocThisRel( getLocation()); in getLocationOnScreen() 817 return getLocation(); in getLocationOnScreen()
|
/trunk/main/toolkit/test/accessibility/ |
H A D | InformationWriter.java | 365 + xComponent.getLocation().X+", " in showAccessibleComponent() 366 + xComponent.getLocation().Y); in showAccessibleComponent()
|
/trunk/main/sd/source/ui/accessibility/ |
H A D | AccessibleSlideSorterObject.cxx | 417 awt::Point SAL_CALL AccessibleSlideSorterObject::getLocation () in getLocation() function in accessibility::AccessibleSlideSorterObject 435 awt::Point aLocation (getLocation()); in getLocationOnScreen()
|
H A D | AccessibleTreeNode.cxx | 434 awt::Point aChildOrigin(xChildComponent->getLocation()); in getAccessibleAtPoint() 490 awt::Point SAL_CALL AccessibleTreeNode::getLocation (void) in getLocation() function in accessibility::AccessibleTreeNode
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | InformationWriter.java | 369 + xComponent.getLocation().X+", " in showAccessibleComponent() 370 + xComponent.getLocation().Y); in showAccessibleComponent()
|
/trunk/main/sfx2/source/dialog/ |
H A D | mailmodel.cxx | 398 rtl::OUString aLocation = xStorable->getLocation(); in SaveDocumentAsFormat() 516 INetURLObject aFileObj( xStorable->getLocation() ); in SaveDocumentAsFormat() 557 INetURLObject aFileObj( xStorable->getLocation() ); in SaveDocumentAsFormat()
|
/trunk/main/svx/source/table/ |
H A D | accessiblecell.cxx | 384 ::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()
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | WindowsAccessBridgeAdapter.java | 423 public java.awt.Point getLocation() { in getLocation() method in WindowsAccessBridgeAdapter.PopupMenuProxy 602 public java.awt.Point getLocation() { in getLocation() method in WindowsAccessBridgeAdapter.ListProxy
|
/trunk/main/jvmfwk/source/ |
H A D | framework.cxx | 507 if (aCurrentInfo.getLocation().getLength() == 0) in jfw_findAndSelectJRE() 585 if (aCurrentInfo.getLocation().getLength() == 0) in jfw_findAndSelectJRE() 1269 rtl::OUString CJavaInfo::getLocation() const in getLocation() function in jfw::CJavaInfo
|
/trunk/main/sd/source/ui/inc/ |
H A D | AccessibleSlideView.hxx | 104 …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…
|
/trunk/main/svx/source/inc/ |
H A D | svxpixelctlaccessiblecontext.hxx | 167 …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…
|