Home
last modified time | relevance | path

Searched refs:getPoint (Results 1 – 13 of 13) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygon.cxx767 const basegfx::B2DPoint& getPoint(sal_uInt32 nIndex) const in getPoint() function in ImplB2DPolygon
1254 return mpPolygon->getPoint(nIndex); in getB2DPoint()
1261 if(mpPolygon->getPoint(nIndex) != rValue) in setB2DPoint()
1305 return mpPolygon->getPoint(nIndex); in getPrevControlPoint()
1319 return mpPolygon->getPoint(nIndex); in getNextControlPoint()
1326 const basegfx::B2DVector aNewVector(rValue - mpPolygon->getPoint(nIndex)); in setPrevControlPoint()
1337 const basegfx::B2DVector aNewVector(rValue - mpPolygon->getPoint(nIndex)); in setNextControlPoint()
1348 const B2DPoint aPoint(mpPolygon->getPoint(nIndex)); in setControlPoints()
1488 rTarget.setStartPoint(mpPolygon->getPoint(nIndex)); in getBezierSegment()
1489 rTarget.setEndPoint(mpPolygon->getPoint(nNextIndex)); in getBezierSegment()
[all …]
H A Db2dpolygoncutandtouch.cxx76 const B2DPoint& getPoint() const { return maPoint; } in getPoint() function in basegfx::__anon048ad0970111::temporaryPoint
150 …ndBezierSegment(aLeftPart.getControlPointA(), aLeftPart.getControlPointB(), rTempPoint.getPoint()); in mergeTemporaryPointsAndPolygon()
162 const B2DPoint aNewPoint(rTempPoint.getPoint()); in mergeTemporaryPointsAndPolygon()
211 rTempPoints.push_back(temporaryPoint(rTempPoint.getPoint(), nInd, fRelativeCutPos)); in adaptAndTransferCutsWithBezierSegment()
447 rTempPointsB.push_back(temporaryPoint(rTempPoint.getPoint(), nIndB, rTempPoint.getCut())); in findEdgeCutsBezierAndEdge()
H A Db3dpolygon.cxx1041 const ::basegfx::B3DPoint& getPoint(sal_uInt32 nIndex) const in getPoint() function in ImplB3DPolygon
1592 return mpPolygon->getPoint(nIndex); in getB3DPoint()
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java125 int col = columnAtPoint( event.getPoint() ); in initComponents()
129 int row = rowAtPoint( event.getPoint() ); in initComponents()
143 int col = columnAtPoint( event.getPoint() ); in initComponents()
147 int row = rowAtPoint( event.getPoint() ); in initComponents()
H A DVersion.java98 int col = columnAtPoint( event.getPoint() ); in initComponents()
102 int row = rowAtPoint( event.getPoint() ); in initComponents()
116 int col = columnAtPoint( event.getPoint() ); in initComponents()
120 int row = rowAtPoint( event.getPoint() ); in initComponents()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DLayoutManager.java53 mnOldY = aEvent.getPoint().y; in mousePressed()
59 InsertView (maDraggedView, aEvent.getPoint().y); in mouseReleased()
78 int dy = mnOldY - aEvent.getPoint().y; in mouseDragged()
/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx46 const Point& getPoint() const in getPoint() function in SimplePointEntry
270 const Point& getPoint(sal_uInt32 nIndex) const in getPoint() function in PolygonPointList
272 return maPoints[nIndex].getPoint(); in getPoint()
H A Dpolygontemplate.hxx46 const Point& getPoint() const in getPoint() function in ImplSimplePointEntry
270 const Point& getPoint(sal_uInt32 nIndex) const in getPoint() function in ImplPolygonTemplate
272 return maPoints[nIndex].getPoint(); in getPoint()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx124 setPosition( pTree->getPoint(), pt ); in layout()
238 OSL_TRACE( "root is %s", OUSTRING_TO_CSTR( mpRoot->getPoint()->getModelId() ) ); in build()
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx115 const PointPtr & getPoint() const in getPoint() function in oox::drawingml::dgm::PointsTree
/trunk/main/basegfx/inc/basegfx/tools/
H A Dunopolypolygon.hxx64 …virtual ::com::sun::star::geometry::RealPoint2D SAL_CALL getPoint( ::sal_Int32 nPolygonIndex, ::sa…
/trunk/main/offapi/com/sun/star/rendering/
H A DXLinePolyPolygon2D.idl105 … ::com::sun::star::geometry::RealPoint2D getPoint( [in] long nPolygonIndex, [in] long nPointIndex )
/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx242 geometry::RealPoint2D SAL_CALL UnoPolyPolygon::getPoint( in getPoint() function in basegfx::unotools::UnoPolyPolygon

Completed in 52 milliseconds