Lines Matching refs:B2DPolygon

48 	ImplB2DPolyPolygon(const basegfx::B2DPolygon& rToBeCopied) :  in ImplB2DPolyPolygon()
66 const basegfx::B2DPolygon& getB2DPolygon(sal_uInt32 nIndex) const in getB2DPolygon()
71 void setB2DPolygon(sal_uInt32 nIndex, const basegfx::B2DPolygon& rPolygon) in setB2DPolygon()
76 void insert(sal_uInt32 nIndex, const basegfx::B2DPolygon& rPolygon, sal_uInt32 nCount) in insert()
136 std::mem_fun_ref( &basegfx::B2DPolygon::flip )); in flip()
143 std::mem_fun_ref( &basegfx::B2DPolygon::removeDoublePoints )); in removeDoublePoints()
158 std::mem_fun_ref( &basegfx::B2DPolygon::makeUnique )); in makeUnique()
161 const basegfx::B2DPolygon* begin() const in begin()
169 const basegfx::B2DPolygon* end() const in end()
177 basegfx::B2DPolygon* begin() in begin()
185 basegfx::B2DPolygon* end() in end()
211 B2DPolyPolygon::B2DPolyPolygon(const B2DPolygon& rPolygon) : in B2DPolyPolygon()
250 B2DPolygon B2DPolyPolygon::getB2DPolygon(sal_uInt32 nIndex) const in getB2DPolygon()
257 void B2DPolyPolygon::setB2DPolygon(sal_uInt32 nIndex, const B2DPolygon& rPolygon) in setB2DPolygon()
269 const B2DPolygon& rPolygon = mpPolyPolygon->getB2DPolygon(a); in areControlPointsUsed()
280 void B2DPolyPolygon::insert(sal_uInt32 nIndex, const B2DPolygon& rPolygon, sal_uInt32 nCount) in insert()
288 void B2DPolyPolygon::append(const B2DPolygon& rPolygon, sal_uInt32 nCount) in append()
405 const B2DPolygon* B2DPolyPolygon::begin() const in begin()
410 const B2DPolygon* B2DPolyPolygon::end() const in end()
415 B2DPolygon* B2DPolyPolygon::begin() in begin()
420 B2DPolygon* B2DPolyPolygon::end() in end()