Lines Matching defs:nIndex

80 	CoordinateDataArray2D(const CoordinateDataArray2D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount)  in CoordinateDataArray2D()
100 void setCoordinate(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue) in setCoordinate()
115 void insert(sal_uInt32 nIndex, const CoordinateData2D& rValue, sal_uInt32 nCount) in insert()
126 void insert(sal_uInt32 nIndex, const CoordinateDataArray2D& rSource) in insert()
141 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
184 sal_uInt32 nIndex(0); in removeDoublePointsWholeTrack() local
305 ControlVectorArray2D(const ControlVectorArray2D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in ControlVectorArray2D()
347 void setPrevVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setPrevVector()
379 void setNextVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setNextVector()
417 void insert(sal_uInt32 nIndex, const ControlVectorPair2D& rValue, sal_uInt32 nCount) in insert()
434 void insert(sal_uInt32 nIndex, const ControlVectorArray2D& rSource) in insert()
458 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
679 ImplB2DPolygon(const ImplB2DPolygon& rToBeCopied, sal_uInt32 nIndex, sal_uInt32 nCount) in ImplB2DPolygon()
772 void setPoint(sal_uInt32 nIndex, const basegfx::B2DPoint& rValue) in setPoint()
796 void insert(sal_uInt32 nIndex, const basegfx::B2DPoint& rPoint, sal_uInt32 nCount) in insert()
824 void setPrevControlVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setPrevControlVector()
857 void setNextControlVector(sal_uInt32 nIndex, const basegfx::B2DVector& rValue) in setNextControlVector()
883 void resetControlVectors(sal_uInt32 nIndex) in resetControlVectors()
895 …void setControlVectors(sal_uInt32 nIndex, const basegfx::B2DVector& rPrev, const basegfx::B2DVecto… in setControlVectors()
915 void insert(sal_uInt32 nIndex, const ImplB2DPolygon& rSource) in insert()
945 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
984 const sal_uInt32 nIndex(maPoints.count() - 1); in hasDoublePoints() local
1041 const sal_uInt32 nIndex(maPoints.count() - 1); in removeDoublePointsAtBeginEnd() local
1061 const sal_uInt32 nIndex(maPoints.count() - 1); in removeDoublePointsAtBeginEnd() local
1086 sal_uInt32 nIndex(0); in removeDoublePointsWholeTrack() local
1209 B2DPolygon::B2DPolygon(const B2DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount) in B2DPolygon()
1257 void B2DPolygon::setB2DPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setB2DPoint()
1272 void B2DPolygon::insert(sal_uInt32 nIndex, const B2DPoint& rPoint, sal_uInt32 nCount) in insert()
1323 void B2DPolygon::setPrevControlPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setPrevControlPoint()
1334 void B2DPolygon::setNextControlPoint(sal_uInt32 nIndex, const B2DPoint& rValue) in setNextControlPoint()
1345 …void B2DPolygon::setControlPoints(sal_uInt32 nIndex, const basegfx::B2DPoint& rPrev, const basegfx… in setControlPoints()
1358 void B2DPolygon::resetPrevControlPoint(sal_uInt32 nIndex) in resetPrevControlPoint()
1368 void B2DPolygon::resetNextControlPoint(sal_uInt32 nIndex) in resetNextControlPoint()
1378 void B2DPolygon::resetControlPoints(sal_uInt32 nIndex) in resetControlPoints()
1480 void B2DPolygon::getBezierSegment(sal_uInt32 nIndex, B2DCubicBezier& rTarget) const in getBezierSegment()
1524 …void B2DPolygon::insert(sal_uInt32 nIndex, const B2DPolygon& rPoly, sal_uInt32 nIndex2, sal_uInt32… in insert()
1548 void B2DPolygon::append(const B2DPolygon& rPoly, sal_uInt32 nIndex, sal_uInt32 nCount) in append()
1570 void B2DPolygon::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()