diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:22:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:22:08 +0000 |
commit | 9c4023744cc7bb05b9e15e2993900f97697fb383 (patch) | |
tree | 7e2e936079c7b99e7535e51684dd623a067de835 /offapi | |
parent | ef8402a42542f8cf7db153983a7d1d0d31992c01 (diff) |
INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED
2005/10/08 20:41:45 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED
2005/06/17 23:31:14 thb 1.3.16.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)
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/rendering/RenderState.idl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/rendering/RenderState.idl b/offapi/com/sun/star/rendering/RenderState.idl index 69d660af314d..185dd9f36009 100644 --- a/offapi/com/sun/star/rendering/RenderState.idl +++ b/offapi/com/sun/star/rendering/RenderState.idl @@ -4,9 +4,9 @@ * * $RCSfile: RenderState.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:53:25 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:22:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,8 @@ struct RenderState i.e. everything rendered to the canvas will be visible (subject to device-dependent constraints, of course). Specifying an empty XPolyPolygon2D, i.e. a - poly-polygon containing zero polygons, denotes the NULL + poly-polygon containing zero polygons, or an XPolyPolygon2D + with any number of empty sub-polygons, denotes the NULL clip. That means, nothing rendered to the canvas will be visible.<p> */ |