diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:23:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:23:05 +0000 |
commit | f31033bb25c8a1a97dbcdf1653a10dcb8f3d59ad (patch) | |
tree | 85ea275e08019b2523e5567ea9e338174ce27d7f /offapi | |
parent | a93c7fc035a0acbe133021f44d9a3612dc47fdac (diff) |
INTEGRATION: CWS canvas02 (1.3.16); FILE MERGED
2005/10/08 20:45:17 thb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED
2005/06/17 23:31:15 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/XBitmap.idl | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/offapi/com/sun/star/rendering/XBitmap.idl b/offapi/com/sun/star/rendering/XBitmap.idl index 67e5db0f79dd..b170584329ce 100644 --- a/offapi/com/sun/star/rendering/XBitmap.idl +++ b/offapi/com/sun/star/rendering/XBitmap.idl @@ -4,9 +4,9 @@ * * $RCSfile: XBitmap.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:56:51 $ + * last change: $Author: kz $ $Date: 2005-11-02 13:23:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,6 +77,18 @@ interface XBitmap : ::com::sun::star::uno::XInterface //------------------------------------------------------------------------- + /** Query transparency status of the bitmap.<p> + + This method checks, whether the bitmap contains any alpha + information.<p> + + @return </TRUE>, if the bitmap has alpha data, or </FALSE> if + not. + */ + boolean hasAlpha(); + + //------------------------------------------------------------------------- + /** Query a canvas interface for this bitmap.<p> This method queries a canvas interface for this bitmap, to |