Searched refs:ImplPolyPolygon (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/tools/source/generic/ |
H A D | poly2.cxx | 52 ImplPolyPolygon::ImplPolyPolygon( sal_uInt16 nInitSize ) in DBG_NAME() 63 ImplPolyPolygon::ImplPolyPolygon( const ImplPolyPolygon& rImplPolyPoly ) in ImplPolyPolygon() function in ImplPolyPolygon 82 ImplPolyPolygon::~ImplPolyPolygon() in ~ImplPolyPolygon() 106 mpImplPolyPolygon = new ImplPolyPolygon( nInitSize, nResize ); in PolyPolygon() 117 mpImplPolyPolygon = new ImplPolyPolygon( 1 ); in PolyPolygon() 121 mpImplPolyPolygon = new ImplPolyPolygon( 16, 16 ); in PolyPolygon() 160 mpImplPolyPolygon = new ImplPolyPolygon( *mpImplPolyPolygon ); in Insert() 206 mpImplPolyPolygon = new ImplPolyPolygon( *mpImplPolyPolygon ); in Remove() 822 mpImplPolyPolygon = new ImplPolyPolygon( nPolyCount ); in Read() 879 mpImplPolyPolygon = new ImplPolyPolygon( nCount ); in PolyPolygon() [all …]
|
/aoo41x/main/cppcanvas/source/wrapper/ |
H A D | implpolypolygon.cxx | 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() [all …]
|
H A D | implpolypolygon.hxx | 52 … class ImplPolyPolygon : public virtual ::cppcanvas::PolyPolygon, protected CanvasGraphicHelper class 55 ImplPolyPolygon( const CanvasSharedPtr& rParentCanvas, 59 virtual ~ImplPolyPolygon(); 79 ImplPolyPolygon(const ImplPolyPolygon&); 80 ImplPolyPolygon& operator= ( const ImplPolyPolygon& );
|
H A D | basegfxfactory.cxx | 87 new internal::ImplPolyPolygon( rCanvas, in createPolyPolygon() 108 new internal::ImplPolyPolygon( rCanvas, in createPolyPolygon()
|
H A D | vclfactory.cxx | 129 new internal::ImplPolyPolygon( rCanvas, in createPolyPolygon() 150 new internal::ImplPolyPolygon( rCanvas, in createPolyPolygon()
|
/aoo41x/main/tools/inc/ |
H A D | poly.h | 71 class ImplPolyPolygon class 80 ImplPolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize ) in ImplPolyPolygon() function in ImplPolyPolygon 83 ImplPolyPolygon( sal_uInt16 nInitSize ); 84 ImplPolyPolygon( const ImplPolyPolygon& rImplPolyPoly ); 85 ~ImplPolyPolygon();
|
/aoo41x/main/tools/inc/tools/ |
H A D | poly.hxx | 102 class ImplPolyPolygon; 252 ImplPolyPolygon* mpImplPolyPolygon;
|
Completed in 19 milliseconds