diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 14:27:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 14:27:26 +0000 |
commit | 358f37ffc799a0c9850d882d71f3ead1f04c1307 (patch) | |
tree | 01b5c4fcdcdf2e3eff4102b03a55538d3550caf6 | |
parent | 6bf80552f3f4486d5254c57e65f4f6e30e147d4a (diff) |
INTEGRATION: CWS presfixes12 (1.7.50); FILE MERGED
2007/03/08 21:37:08 thb 1.7.50.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything
-rw-r--r-- | cppcanvas/source/wrapper/implsprite.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/implsprite.hxx b/cppcanvas/source/wrapper/implsprite.hxx index 1c6f83696892..96fb0e9092dc 100644 --- a/cppcanvas/source/wrapper/implsprite.hxx +++ b/cppcanvas/source/wrapper/implsprite.hxx @@ -4,9 +4,9 @@ * * $RCSfile: implsprite.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2005-11-02 13:44:14 $ + * last change: $Author: obo $ $Date: 2007-07-17 15:27:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,6 +82,7 @@ namespace cppcanvas virtual void transform( const ::basegfx::B2DHomMatrix& rMatrix ); virtual void setClipPixel( const ::basegfx::B2DPolyPolygon& rClipPoly ); virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ); + virtual void setClip(); virtual void show(); virtual void hide(); @@ -103,7 +104,7 @@ namespace cppcanvas ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XGraphicDevice > mxGraphicDevice; const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XSprite > mxSprite; const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XAnimatedSprite > mxAnimatedSprite; - ImplSpriteCanvas::TransformationArbiterSharedPtr mpTransformArbiter; + ImplSpriteCanvas::TransformationArbiterSharedPtr mpTransformArbiter; }; } } |