Lines Matching refs:ImplPolyPolygon
47 ImplPolyPolygon::ImplPolyPolygon( const CanvasSharedPtr& rParentCanvas, in ImplPolyPolygon() function in cppcanvas::internal::ImplPolyPolygon
66 ImplPolyPolygon::~ImplPolyPolygon() in ~ImplPolyPolygon()
70 void ImplPolyPolygon::addPolygon( const ::basegfx::B2DPolygon& rPoly ) in addPolygon()
92 void ImplPolyPolygon::addPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly ) in addPolyPolygon()
114 void ImplPolyPolygon::setRGBAFillColor( Color::IntSRGBA aColor ) in setRGBAFillColor()
121 void ImplPolyPolygon::setRGBALineColor( Color::IntSRGBA aColor ) in setRGBALineColor()
128 Color::IntSRGBA ImplPolyPolygon::getRGBAFillColor() const in getRGBAFillColor()
134 Color::IntSRGBA ImplPolyPolygon::getRGBALineColor() const in getRGBALineColor()
140 void ImplPolyPolygon::setStrokeWidth( const double& rStrokeWidth ) in setStrokeWidth()
145 double ImplPolyPolygon::getStrokeWidth() const in getStrokeWidth()
150 bool ImplPolyPolygon::draw() const in draw()
191 uno::Reference< rendering::XPolyPolygon2D > ImplPolyPolygon::getUNOPolyPolygon() const in getUNOPolyPolygon()