Lines Matching defs:nIndex

95 	CoordinateDataArray3D(const CoordinateDataArray3D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount)  in CoordinateDataArray3D()
186 void setCoordinate(sal_uInt32 nIndex, const basegfx::B3DPoint& rValue) in setCoordinate()
191 void insert(sal_uInt32 nIndex, const CoordinateData3D& rValue, sal_uInt32 nCount) in insert()
202 void insert(sal_uInt32 nIndex, const CoordinateDataArray3D& rSource) in insert()
217 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
280 BColorArray(const BColorArray& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in BColorArray()
323 void setBColor(sal_uInt32 nIndex, const ::basegfx::BColor& rValue) in setBColor()
350 void insert(sal_uInt32 nIndex, const ::basegfx::BColor& rValue, sal_uInt32 nCount) in insert()
364 void insert(sal_uInt32 nIndex, const BColorArray& rSource) in insert()
385 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
444 NormalsArray3D(const NormalsArray3D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in NormalsArray3D()
487 void setNormal(sal_uInt32 nIndex, const ::basegfx::B3DVector& rValue) in setNormal()
514 void insert(sal_uInt32 nIndex, const ::basegfx::B3DVector& rValue, sal_uInt32 nCount) in insert()
528 void insert(sal_uInt32 nIndex, const NormalsArray3D& rSource) in insert()
549 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
619 TextureCoordinate2D(const TextureCoordinate2D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in TextureCoordinate2D()
662 void setTextureCoordinate(sal_uInt32 nIndex, const ::basegfx::B2DPoint& rValue) in setTextureCoordinate()
689 void insert(sal_uInt32 nIndex, const ::basegfx::B2DPoint& rValue, sal_uInt32 nCount) in insert()
703 void insert(sal_uInt32 nIndex, const TextureCoordinate2D& rSource) in insert()
724 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
852 ImplB3DPolygon(const ImplB3DPolygon& rToBeCopied, sal_uInt32 nIndex, sal_uInt32 nCount) in ImplB3DPolygon()
1046 void setPoint(sal_uInt32 nIndex, const ::basegfx::B3DPoint& rValue) in setPoint()
1052 void insert(sal_uInt32 nIndex, const ::basegfx::B3DPoint& rPoint, sal_uInt32 nCount) in insert()
1089 void setBColor(sal_uInt32 nIndex, const ::basegfx::BColor& rValue) in setBColor()
1148 void setNormal(sal_uInt32 nIndex, const ::basegfx::B3DVector& rValue) in setNormal()
1204 void setTextureCoordinate(sal_uInt32 nIndex, const ::basegfx::B2DPoint& rValue) in setTextureCoordinate()
1248 void insert(sal_uInt32 nIndex, const ImplB3DPolygon& rSource) in insert()
1310 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
1386 const sal_uInt32 nIndex(maPoints.count() - 1L); in hasDoublePoints() local
1449 const sal_uInt32 nIndex(maPoints.count() - 1L); in removeDoublePointsAtBeginEnd() local
1470 const sal_uInt32 nIndex(maPoints.count() - 1L); in removeDoublePointsAtBeginEnd() local
1479 sal_uInt32 nIndex(0L); in removeDoublePointsWholeTrack() local
1547 B3DPolygon::B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount) : in B3DPolygon()
1595 void B3DPolygon::setB3DPoint(sal_uInt32 nIndex, const basegfx::B3DPoint& rValue) in setB3DPoint()
1610 void B3DPolygon::setBColor(sal_uInt32 nIndex, const BColor& rValue) in setBColor()
1641 void B3DPolygon::setNormal(sal_uInt32 nIndex, const B3DVector& rValue) in setNormal()
1673 void B3DPolygon::setTextureCoordinate(sal_uInt32 nIndex, const B2DPoint& rValue) in setTextureCoordinate()
1698 void B3DPolygon::insert(sal_uInt32 nIndex, const ::basegfx::B3DPoint& rPoint, sal_uInt32 nCount) in insert()
1712 …void B3DPolygon::insert(sal_uInt32 nIndex, const B3DPolygon& rPoly, sal_uInt32 nIndex2, sal_uInt32… in insert()
1736 void B3DPolygon::append(const B3DPolygon& rPoly, sal_uInt32 nIndex, sal_uInt32 nCount) in append()
1758 void B3DPolygon::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()