summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 12:24:50 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 12:24:50 +0000
commit2cad2855b164e38322bb6e7c84e28d529fc4205e (patch)
treeca4c1aaf2947851a4f5e17ffe1b48c2e450ff9f6 /offapi/com
parent6317718b2482cdd14ac5b853a7c656f8b5e0b306 (diff)
INTEGRATION: CWS canvas02 (1.2.22); FILE MERGED
2005/10/08 20:48:44 thb 1.2.22.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/17 23:31:17 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)
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl13
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl b/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
index fbbf1818846e..682f32173f39 100644
--- a/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
+++ b/offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XParametricPolyPolygon2D.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:00:36 $
+ * last change: $Author: kz $ $Date: 2005-11-02 13:24:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -100,6 +100,15 @@ interface XParametricPolyPolygon2D : ::com::sun::star::uno::XInterface
sequence<ColorComponent> getPointColor( [in] ::com::sun::star::geometry::RealPoint2D point )
raises (com::sun::star::lang::IllegalArgumentException);
+ //-------------------------------------------------------------------------
+
+ /** Query the color space employed by this object
+
+ @return the color space the colors generated by this object
+ are to be interpreted in.
+ */
+ XColorSpace getColorSpace();
+
};
}; }; }; };