summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:25:21 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:25:21 +0000
commit47f16bb9f0ed213c702e03a8291c9b57bdf10e81 (patch)
treefc86552eab2cad2c5d2380898edb23acad0e6e55
parent86f673fbb024c061887d6dafd16ec3157fe96730 (diff)
INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED
2005/10/08 20:49:55 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:31:18 thb 1.2.22.1: #i48939# Added XColorSpace to bitmap layouts and XParametricPolyPolygon; improved and clarified documentation (especially regarding permissible values); slightly adapted XBufferManager (is now actually implemented for some canvases)
-rw-r--r--offapi/com/sun/star/rendering/XSpriteCanvas.idl11
1 files changed, 8 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/XSpriteCanvas.idl b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
index 2f4b7c61ee14..f2239d0dc34f 100644
--- a/offapi/com/sun/star/rendering/XSpriteCanvas.idl
+++ b/offapi/com/sun/star/rendering/XSpriteCanvas.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XSpriteCanvas.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:01:32 $
+ * last change: $Author: kz $ $Date: 2005-11-02 13:25:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -143,7 +143,12 @@ interface XSpriteCanvas : XBitmapCanvas
Required to display rendered changes to the canvas, and
updates to stopped animations and XCustomSprites in
general. This method will return only after the screen update
- is done, or earlier if an error happened.
+ is done, or earlier if an error happened.<p>
+
+ If double buffering is enabled via XBufferController, no
+ explicit call of updateScreen() is necessary, since the
+ XBufferController methods will automatically notify all
+ associated XSpriteCanvas instances.<p>
@param bUpdateAll
When <TRUE>, update the whole screen. When <FALSE>,