Home
last modified time | relevance | path

Searched refs:getPosition (Results 26 – 50 of 249) sorted by relevance

12345678910

/trunk/main/sd/source/core/annotations/
H A DAnnotation.cxx84 virtual RealPoint2D SAL_CALL getPosition() throw (RuntimeException);
141 m_Position = xAnnotation->getPosition(); in get()
252 RealPoint2D SAL_CALL Annotation::getPosition() throw (RuntimeException) in getPosition() function in sd::Annotation
/trunk/main/package/source/xstor/
H A Dselfterminatefilestream.cxx135 sal_Int64 SAL_CALL OSelfTerminateFileStream::getPosition() in getPosition() function in OSelfTerminateFileStream
139 return m_xSeekable->getPosition(); in getPosition()
H A Doseekinstream.cxx137 sal_Int64 SAL_CALL OInputSeekStream::getPosition() in getPosition() function in OInputSeekStream
154 return m_xSeekable->getPosition(); in getPosition()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx178 sal_uInt16 methodIndex = (sal_uInt16)(xMethod->getPosition() in writeMethodData()
201 (sal_uInt16)xParam->getPosition(), in writeMethodData()
446 writer.setFieldData((sal_uInt16)memberTypes[i]->getPosition() in getTypeBlob()
699 i, (sal_uInt16)xParam->getPosition(), in getTypeBlob()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DShape.java129 public Point getPosition() in getPosition() method in Shape
131 return xShape.getPosition(); in getPosition()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpinpstr.cxx130 return sal::static_int_cast<sal_Int32>(m_nLength - getPosition()); in available()
162 FTPInputStream::getPosition( in getPosition() function in FTPInputStream
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XShape.java96 pOld = (Point) oObj.getPosition(); in _getPosition()
177 Point gPos = oObj.getPosition() ; in _setPosition()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx186 sal_uInt16 methodIndex = (sal_uInt16)(xMember->getPosition() - calculatedMemberOffset); in writeMethodData()
213 …rWriter.setParamData(methodIndex, (sal_uInt16)xParam->getPosition(), xParam->getType()->getName().… in writeMethodData()
412 …writer.setFieldData(sal::static_int_cast< sal_uInt16 >(memberTypes[i]->getPosition() - inheritedMe… in getTypeBlop()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMenuItem.java181 public int getPosition() { in getPosition() method in VclMenuItem
240 + ", Position:" + getPosition(); in toString()
/trunk/main/offapi/com/sun/star/text/
H A DXTextViewCursor.idl63 // DocMerge from idl: method com::sun::star::text::XTextViewCursor::getPosition
68 com::sun::star::awt::Point getPosition();
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageAccess.cxx122 jlong nReturn = pHelper.get() ? pHelper->getSeek()->getPosition() : jlong(0); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_getFilePointer()
416 OSL_ENSURE(xSeek->getPosition() == position,"Wrong position after seeking the stream"); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
420 … OSL_ENSURE( xSeek->getPosition() == aDataLog.tell(), "Wrong position after seeking the stream" ); in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_seek()
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java185 reValue[3] = toString(new Integer(oShape.getPosition().X)); in getShapeProps()
193 System.out.println("\t Shape Position (x,y) : (" + oShape.getPosition().X + in getShapeProps()
194 "," + oShape.getPosition().Y + ")"); in getShapeProps()
/trunk/main/package/source/package/zipapi/
H A DByteGrabber.cxx83 sal_Int64 SAL_CALL ByteGrabber::getPosition( ) in getPosition() function in ByteGrabber
88 return xSeek->getPosition(); in getPosition()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx639 awt::Point aMM100Pos(pSvxShape->getPosition()); in add()
1455 aKeepedPosition = getPosition(); in setPropertyValue()
2220 awt::Point SAL_CALL SwXShape::getPosition() throw ( uno::RuntimeException ) in getPosition() function in SwXShape
2236 aPos = xGroupShape->getPosition(); in getPosition()
2352 _ConvertPositionToHoriL2R( xGroupShape->getPosition(), in setPosition()
2369 const awt::Point aGroupPos = pSvxGroupShape->getPosition(); in setPosition()
2554 awt::Point aPos( getPosition() ); in _ConvertTransformationToLayoutDir()
2705 awt::Point aPos( getPosition() ); in _ConvertStartOrEndPosToLayoutDir()
2743 awt::Point aPos( getPosition() ); in _ConvertPolyPolygonBezierToLayoutDir()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx285 Rectangle aRet(VCLPoint((*pCopiesIter)->getPosition()),VCLSize((*pCopiesIter)->getSize())); in Paste()
567 awt::Point aPos = xReportComponent->getPosition(); in impl_adjustObjectSizePosition()
600 … Rectangle aRet(VCLPoint(xReportComponent->getPosition()),VCLSize(xReportComponent->getSize())); in impl_adjustObjectSizePosition()
752 nCurrentPosition = m_pParent->getViewsWindow()->getPosition(m_pParent); in AcceptDrop()
/trunk/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Position.java145 …assertEquals("Position X of graphic error", m_expectedPosition.X, xGraphicShape2.getPosition().X, … in testPosition()
146 …assertEquals("Position Y of graphic error", m_expectedPosition.Y, xGraphicShape2.getPosition().Y, … in testPosition()
/trunk/main/svgio/source/svgreader/
H A Dsvgtextnode.cxx142 const basegfx::B2DPoint aTextStart(rSvgTextPosition.getPosition()); in DecomposeChild()
185 rSvgTextPosition.setPosition(aSvgTextPosition.getPosition()); in DecomposeChild()
/trunk/main/comphelper/source/streaming/
H A Dseekableinput.cxx233 sal_Int64 SAL_CALL OSeekableInputWrapper::getPosition() in getPosition() function in comphelper::OSeekableInputWrapper
244 return m_xCopySeek->getPosition(); in getPosition()
H A Dmemorystream.cxx68 virtual sal_Int64 SAL_CALL getPosition() throw (IOException, RuntimeException);
169 sal_Int64 SAL_CALL UNOMemoryStream::getPosition() throw (IOException, RuntimeException) in getPosition() function in comphelper::UNOMemoryStream
/trunk/main/unotools/inc/unotools/
H A Dstreamwrap.hxx98 …virtual sal_Int64 SAL_CALL getPosition( ) throw (::com::sun::star::io::IOException, ::com::sun::s…
148 …virtual sal_Int64 SAL_CALL getPosition( ) throw (::com::sun::star::io::IOException, ::com::sun::s…
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartLegend.java208 Point aPoint = legend.getPosition(); in testLegendPosition()
219 Point resultPoint = legend.getPosition(); in testLegendPosition()
/trunk/main/udkapi/com/sun/star/io/
H A DXSeekable.idl68 // DocMerge from xml: method com::sun::star::io::XSeekable::getPosition
73 hyper getPosition()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_inputstream.cxx267 sal_Int64 SAL_CALL OOdmaStream::getPosition() in getPosition() function in OOdmaStream
272 return m_xInputSeek.is() ? m_xInputSeek->getPosition() : sal_Int64(0); in getPosition()
/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.cxx260 sal_Int64 SAL_CALL OFSInputStreamContainer::getPosition() in getPosition() function in OFSInputStreamContainer
272 return m_xSeekable->getPosition(); in getPosition()
/trunk/main/sc/source/ui/vba/
H A Dvbacomment.cxx82 table::CellAddress aAddress = getAnnotation()->getPosition(); in getAnnotationIndex()
90 table::CellAddress xAddress = xAnno->getPosition(); in getAnnotationIndex()

Completed in 1199 milliseconds

12345678910