diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:32:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 13:32:05 +0000 |
commit | 250e0d4c5be144b7e5c061ba9803e4ac725eee18 (patch) | |
tree | fa7fb492985b9ed8c28c26a0ca962dc7b7082da3 /offapi | |
parent | e3d301531ee3f419827799021d67fcccbb8788f3 (diff) |
INTEGRATION: CWS presfixes12 (1.4.256); FILE MERGED
2007/02/14 13:23:51 thb 1.4.256.1: #i37778# Added clear() method to XCanvas, as this is quite often needed and has efficient internal implementations for a lot of canvas instantiations
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/rendering/XCanvas.idl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XCanvas.idl b/offapi/com/sun/star/rendering/XCanvas.idl index d55e9ca4d82c..2cffd5f52802 100644 --- a/offapi/com/sun/star/rendering/XCanvas.idl +++ b/offapi/com/sun/star/rendering/XCanvas.idl @@ -4,9 +4,9 @@ * * $RCSfile: XCanvas.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:58:03 $ + * last change: $Author: obo $ $Date: 2007-07-17 14:32:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -141,6 +141,14 @@ interface XTextLayout; */ interface XCanvas : ::com::sun::star::uno::XInterface { + /** Clear the whole canvas area.<p> + + This method clears the whole canvas area to the device default + color (e.g. white for a printer, transparent for an + <type>XCustomSprite</type>). + */ + void clear(); + /** Draw a point in device resolution on the device. @param aPoint |