Home
last modified time | relevance | path

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

123456789

/trunk/main/comphelper/source/misc/
H A Daccessiblecomponenthelper.cxx72 Point SAL_CALL OCommonAccessibleComponent::getLocation( ) in getLocation() function in comphelper::OCommonAccessibleComponent
92 Point aOwnRelativeLoc( getLocation() ); in getLocationOnScreen()
141 Point SAL_CALL OAccessibleComponentHelper::getLocation( ) in getLocation() function in comphelper::OAccessibleComponentHelper
143 return OCommonAccessibleComponent::getLocation( ); in getLocation()
190 Point SAL_CALL OAccessibleExtendedComponentHelper::getLocation( ) 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 DParser.java60 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.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()
/trunk/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()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java119 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 Daccessiblecomponenthelper.hxx63 ::com::sun::star::awt::Point SAL_CALL getLocation( );
96 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );
128 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );
/trunk/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
/trunk/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
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/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 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 DDialog.java585 public java.awt.Point getLocation() { in getLocation() method in Dialog.AccessibleDialog
587 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 DOfficeDocument.java191 public String getLocation( ) in getLocation() method in OfficeDocument
193 return xStorable.getLocation(); in getLocation()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx181 awt::Point AccessibleChartShape::getLocation() in getLocation() function in chart::AccessibleChartShape
186 aLocation = m_pAccShape->getLocation(); in getLocation()
H A DAccessibleChartElement.cxx280 awt::Point SAL_CALL AccessibleChartElement::getLocation() in getLocation() function in chart::AccessibleChartElement
282 return AccessibleBase::getLocation(); in getLocation()
H A DAccessibleBase.cxx775 awt::Point SAL_CALL AccessibleBase::getLocation() in getLocation() function in chart::AccessibleBase
789 awt::Point aLocThisRel( getLocation()); in getLocationOnScreen()
799 return getLocation(); in getLocationOnScreen()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx400 awt::Point SAL_CALL AccessibleSlideSorterObject::getLocation () in getLocation() function in accessibility::AccessibleSlideSorterObject
416 awt::Point aLocation (getLocation()); in getLocationOnScreen()
H A DAccessibleTreeNode.cxx418 awt::Point aChildOrigin(xChildComponent->getLocation()); in getAccessibleAtPoint()
473 awt::Point SAL_CALL AccessibleTreeNode::getLocation (void) in getLocation() function in accessibility::AccessibleTreeNode
/trunk/main/toolkit/test/accessibility/
H A DInformationWriter.java365 + xComponent.getLocation().X+", " in showAccessibleComponent()
366 + xComponent.getLocation().Y); in showAccessibleComponent()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java369 + xComponent.getLocation().X+", " in showAccessibleComponent()
370 + xComponent.getLocation().Y); in showAccessibleComponent()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx396 rtl::OUString aLocation = xStorable->getLocation(); in SaveDocumentAsFormat()
514 INetURLObject aFileObj( xStorable->getLocation() ); in SaveDocumentAsFormat()
555 INetURLObject aFileObj( xStorable->getLocation() ); in SaveDocumentAsFormat()
/trunk/main/sd/source/ui/inc/
H A DAccessibleSlideView.hxx104 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );
241 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );
/trunk/main/svx/source/inc/
H A Dsvxpixelctlaccessiblecontext.hxx167 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );
257 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );
H A Dsvxrectctaccessiblecontext.hxx108 getLocation();
371 getLocation();
/trunk/main/svtools/source/control/
H A Dvalueimp.hxx184 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );
316 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );
H A Dtoolbarmenuimp.hxx159 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );
243 virtual ::com::sun::star::awt::Point SAL_CALL getLocation( );

123456789