diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:18:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:18:53 +0000 |
commit | 481288f111e305ec1ae737fc07cc3c65bf210052 (patch) | |
tree | 6a8297c1fa1f803f0384e934fe1ed5b7cf3101cc /canvas/inc | |
parent | 431520418e4219957d1ad26ba50cf7e5b0c83bcd (diff) |
INTEGRATION: CWS presfixes12 (1.3.48); FILE MERGED
2007/02/20 22:23:07 thb 1.3.48.1: #i37778# Added XCanvas::clear() method throughout all implementations
Diffstat (limited to 'canvas/inc')
-rw-r--r-- | canvas/inc/canvas/base/sprite.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/canvas/inc/canvas/base/sprite.hxx b/canvas/inc/canvas/base/sprite.hxx index ee95c54a636e..633d154d59e8 100644 --- a/canvas/inc/canvas/base/sprite.hxx +++ b/canvas/inc/canvas/base/sprite.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sprite.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:14:13 $ + * last change: $Author: obo $ $Date: 2007-07-17 14:18:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,6 +96,10 @@ namespace canvas */ virtual bool isAreaUpdateOpaque( const ::basegfx::B2DRange& rUpdateArea ) const = 0; + /** Query whether content has changed + */ + virtual bool isContentChanged() const = 0; + /** Query position of the left, top pixel of the sprite */ virtual ::basegfx::B2DPoint getPosPixel() const = 0; |