diff options
author | August Sodora <augsod@gmail.com> | 2011-12-21 06:46:40 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-21 06:46:56 -0500 |
commit | 3b8bf60a040d51d2d228127693f0b9c3292b151d (patch) | |
tree | ae6d6a79c6d71fff923ef0ad4a5a4202bda55328 /cppcanvas/source/inc/implrenderer.hxx | |
parent | d73d329bf1a114bb5e26742245aac9abb6dae269 (diff) |
Revert "callcatcher: Remove unused code"
This reverts commit 070eff8cf1ad7763b8b730336f11032893b77049.
Diffstat (limited to 'cppcanvas/source/inc/implrenderer.hxx')
-rw-r--r-- | cppcanvas/source/inc/implrenderer.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index edf69be14a86..3c1ec6de127f 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -174,6 +174,9 @@ static float GetSwapFloat( SvStream& rSt ) ImplRenderer( const CanvasSharedPtr& rCanvas, const GDIMetaFile& rMtf, const Parameters& rParms ); + ImplRenderer( const CanvasSharedPtr& rCanvas, + const BitmapEx& rBmpEx, + const Parameters& rParms ); virtual ~ImplRenderer(); @@ -207,8 +210,10 @@ static float GetSwapFloat( SvStream& rSt ) void ReadRectangle (SvStream& s, float& x, float& y, float &width, float& height, sal_uInt32 flags = 0); void ReadPoint (SvStream& s, float& x, float& y, sal_uInt32 flags = 0); void MapToDevice (double &x, double &y); + ::basegfx::B2DPoint Map (::basegfx::B2DPoint& p); ::basegfx::B2DPoint Map (double ix, double iy); ::basegfx::B2DSize MapSize (double iwidth, double iheight); + ::basegfx::B2DRange MapRectangle (double ix, double iy, double iwidth, double iheight); private: // default: disabled copy/assignment |