diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-09-01 22:46:16 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-09-01 22:47:32 -0700 |
commit | 8c7345ab8961c75f839d59a6eab1efd9c9e4bdc8 (patch) | |
tree | db8744d29ba1ad75161435132e1eb33977f3acdf /vcl/inc | |
parent | 893c6785a97d8a6cbc4beab12637fee76534787c (diff) |
unusedcode.easy: vcl::unotools cleanup
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/canvastools.hxx | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/vcl/inc/vcl/canvastools.hxx b/vcl/inc/vcl/canvastools.hxx index ce6c7bcafe68..e2ceed90bb7e 100644 --- a/vcl/inc/vcl/canvastools.hxx +++ b/vcl/inc/vcl/canvastools.hxx @@ -104,24 +104,6 @@ namespace vcl const ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D >& rPoints ); - /** Create an VCL/Tools polyPolygon from a point sequence sequence - */ - ::PolyPolygon VCL_DLLPUBLIC polyPolygonFromPoint2DSequenceSequence( - const ::com::sun::star::uno::Sequence< - ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealPoint2D > >& rPoints ); - - /** Create an VCL/Tools polygon from a bezier segment sequence - */ - ::Polygon VCL_DLLPUBLIC polygonFromBezier2DSequence( - const ::com::sun::star::uno::Sequence< - ::com::sun::star::geometry::RealBezierSegment2D >& rPoints ); - - /** Create an VCL/Tools polyPolygon from a bezier segment sequence sequence - */ - ::PolyPolygon VCL_DLLPUBLIC polyPolygonFromBezier2DSequenceSequence( - const ::com::sun::star::uno::Sequence< - ::com::sun::star::uno::Sequence< ::com::sun::star::geometry::RealBezierSegment2D > >& rPoints ); - // Bitmap conversions // =================================================================== @@ -147,14 +129,6 @@ namespace vcl // Color conversions (vcl/tools Color <-> canvas standard color space) // =================================================================== - /** Create a device-specific color sequence from VCL/Tools color - - Note that this method assumes a color space equivalent to - the one returned from createStandardColorSpace() - */ - ::com::sun::star::uno::Sequence< double > - VCL_DLLPUBLIC colorToStdColorSpaceSequence( const Color& rColor ); - /** Convert color to device color sequence @param rColor @@ -210,17 +184,12 @@ namespace vcl // geometry::Real ::com::sun::star::geometry::RealSize2D VCL_DLLPUBLIC size2DFromSize( const Size& ); - ::com::sun::star::geometry::RealPoint2D VCL_DLLPUBLIC point2DFromPoint( const Point& ); - ::com::sun::star::geometry::RealRectangle2D VCL_DLLPUBLIC rectangle2DFromRectangle( const Rectangle& ); Size VCL_DLLPUBLIC sizeFromRealSize2D( const ::com::sun::star::geometry::RealSize2D& ); Point VCL_DLLPUBLIC pointFromRealPoint2D( const ::com::sun::star::geometry::RealPoint2D& ); - Rectangle VCL_DLLPUBLIC rectangleFromRealRectangle2D( const ::com::sun::star::geometry::RealRectangle2D& ); // geometry::Integer ::com::sun::star::geometry::IntegerSize2D VCL_DLLPUBLIC integerSize2DFromSize( const Size& ); - ::com::sun::star::geometry::IntegerPoint2D VCL_DLLPUBLIC integerPoint2DFromPoint( const Point& ); - ::com::sun::star::geometry::IntegerRectangle2D VCL_DLLPUBLIC integerRectangle2DFromRectangle( const Rectangle& ); Size VCL_DLLPUBLIC sizeFromIntegerSize2D( const ::com::sun::star::geometry::IntegerSize2D& ); Point VCL_DLLPUBLIC pointFromIntegerPoint2D( const ::com::sun::star::geometry::IntegerPoint2D& ); @@ -236,13 +205,8 @@ namespace vcl basegfx::B2DRange VCL_DLLPUBLIC b2DRectangleFromRectangle( const Rectangle& ); // basegfx::B2I - Size VCL_DLLPUBLIC sizeFromB2ISize( const ::basegfx::B2IVector& ); Point VCL_DLLPUBLIC pointFromB2IPoint( const ::basegfx::B2IPoint& ); Rectangle VCL_DLLPUBLIC rectangleFromB2IRectangle( const ::basegfx::B2IRange& ); - - basegfx::B2IVector VCL_DLLPUBLIC b2ISizeFromSize( const Size& ); - basegfx::B2IPoint VCL_DLLPUBLIC b2IPointFromPoint( const Point& ); - basegfx::B2IRange VCL_DLLPUBLIC b2IRectangleFromRectangle( const Rectangle& ); } } |