Lines Matching refs:B3DPoint

41     basegfx::B3DPoint                               maPoint;
49 explicit CoordinateData3D(const basegfx::B3DPoint& rData) in CoordinateData3D()
54 const basegfx::B3DPoint& getCoordinate() const in getCoordinate()
59 void setCoordinate(const basegfx::B3DPoint& rValue) in setCoordinate()
113 const basegfx::B3DPoint* pSmallest(&maVector[0].getCoordinate()); in getNormal()
114 const basegfx::B3DPoint* pNext(0); in getNormal()
115 const basegfx::B3DPoint* pPrev(0); in getNormal()
121 const basegfx::B3DPoint& rCandidate = maVector[a].getCoordinate(); in getNormal()
135 const basegfx::B3DPoint& rCandidate = maVector[a].getCoordinate(); in getNormal()
147 const basegfx::B3DPoint& rCandidate = maVector[a].getCoordinate(); in getNormal()
181 const basegfx::B3DPoint& getCoordinate(sal_uInt32 nIndex) const in getCoordinate()
186 void setCoordinate(sal_uInt32 nIndex, const basegfx::B3DPoint& rValue) in setCoordinate()
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()
1588 basegfx::B3DPoint B3DPolygon::getB3DPoint(sal_uInt32 nIndex) const in getB3DPoint()
1595 void B3DPolygon::setB3DPoint(sal_uInt32 nIndex, const basegfx::B3DPoint& rValue) in setB3DPoint()
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()