Lines Matching refs:sal_uInt32

85 	explicit CoordinateDataArray3D(sal_uInt32 nCount)  in CoordinateDataArray3D()
95 CoordinateDataArray3D(const CoordinateDataArray3D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in CoordinateDataArray3D()
107 const sal_uInt32 nPointCount(maVector.size()); in getNormal()
111 sal_uInt32 nISmallest(0); in getNormal()
112 sal_uInt32 a(0); in getNormal()
171 sal_uInt32 count() const in count()
181 const basegfx::B3DPoint& getCoordinate(sal_uInt32 nIndex) const in getCoordinate()
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()
204 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
217 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
233 const sal_uInt32 nHalfSize(maVector.size() >> 1L); in flip()
237 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
265 sal_uInt32 mnUsedEntries;
268 explicit BColorArray(sal_uInt32 nCount) in BColorArray()
280 BColorArray(const BColorArray& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in BColorArray()
303 sal_uInt32 count() const in count()
318 const ::basegfx::BColor& getBColor(sal_uInt32 nIndex) const in getBColor()
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()
366 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
385 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
408 const sal_uInt32 nHalfSize(maVector.size() >> 1L); in flip()
412 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
429 sal_uInt32 mnUsedEntries;
432 explicit NormalsArray3D(sal_uInt32 nCount) in NormalsArray3D()
444 NormalsArray3D(const NormalsArray3D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in NormalsArray3D()
467 sal_uInt32 count() const in count()
482 const ::basegfx::B3DVector& getNormal(sal_uInt32 nIndex) const in getNormal()
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()
530 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
549 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
572 const sal_uInt32 nHalfSize(maVector.size() >> 1L); in flip()
576 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
604 sal_uInt32 mnUsedEntries;
607 explicit TextureCoordinate2D(sal_uInt32 nCount) in TextureCoordinate2D()
619 TextureCoordinate2D(const TextureCoordinate2D& rOriginal, sal_uInt32 nIndex, sal_uInt32 nCount) in TextureCoordinate2D()
642 sal_uInt32 count() const in count()
657 const ::basegfx::B2DPoint& getTextureCoordinate(sal_uInt32 nIndex) const in getTextureCoordinate()
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()
705 const sal_uInt32 nCount(rSource.maVector.size()); in insert()
724 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
747 const sal_uInt32 nHalfSize(maVector.size() >> 1L); in flip()
751 for(sal_uInt32 a(0); a < nHalfSize; a++) in flip()
852 ImplB3DPolygon(const ImplB3DPolygon& rToBeCopied, sal_uInt32 nIndex, sal_uInt32 nCount) in ImplB3DPolygon()
917 sal_uInt32 count() const in count()
1041 const ::basegfx::B3DPoint& getPoint(sal_uInt32 nIndex) const in getPoint()
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()
1077 const ::basegfx::BColor& getBColor(sal_uInt32 nIndex) const in getBColor()
1089 void setBColor(sal_uInt32 nIndex, const ::basegfx::BColor& rValue) in setBColor()
1136 const ::basegfx::B3DVector& getNormal(sal_uInt32 nIndex) const in getNormal()
1148 void setNormal(sal_uInt32 nIndex, const ::basegfx::B3DVector& rValue) in setNormal()
1192 const ::basegfx::B2DPoint& getTextureCoordinate(sal_uInt32 nIndex) const in getTextureCoordinate()
1204 void setTextureCoordinate(sal_uInt32 nIndex, const ::basegfx::B2DPoint& rValue) in setTextureCoordinate()
1248 void insert(sal_uInt32 nIndex, const ImplB3DPolygon& rSource) in insert()
1250 const sal_uInt32 nCount(rSource.maPoints.count()); in insert()
1310 void remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
1386 const sal_uInt32 nIndex(maPoints.count() - 1L); in hasDoublePoints()
1410 for(sal_uInt32 a(0L); a < maPoints.count() - 1L; a++) in hasDoublePoints()
1449 const sal_uInt32 nIndex(maPoints.count() - 1L); in removeDoublePointsAtBeginEnd()
1470 const sal_uInt32 nIndex(maPoints.count() - 1L); in removeDoublePointsAtBeginEnd()
1479 sal_uInt32 nIndex(0L); in removeDoublePointsWholeTrack()
1485 const sal_uInt32 nNextIndex(nIndex + 1L); in removeDoublePointsWholeTrack()
1547 B3DPolygon::B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount) : in B3DPolygon()
1583 sal_uInt32 B3DPolygon::count() const in count()
1588 basegfx::B3DPoint B3DPolygon::getB3DPoint(sal_uInt32 nIndex) const in getB3DPoint()
1595 void B3DPolygon::setB3DPoint(sal_uInt32 nIndex, const basegfx::B3DPoint& rValue) in setB3DPoint()
1603 BColor B3DPolygon::getBColor(sal_uInt32 nIndex) const in getBColor()
1610 void B3DPolygon::setBColor(sal_uInt32 nIndex, const BColor& rValue) in setBColor()
1634 B3DVector B3DPolygon::getNormal(sal_uInt32 nIndex) const in getNormal()
1641 void B3DPolygon::setNormal(sal_uInt32 nIndex, const B3DVector& rValue) in setNormal()
1666 B2DPoint B3DPolygon::getTextureCoordinate(sal_uInt32 nIndex) const in getTextureCoordinate()
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()
1706 void B3DPolygon::append(const basegfx::B3DPoint& rPoint, sal_uInt32 nCount) in append()
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()