diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 19:50:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 19:50:10 +0000 |
commit | 38bef3f2a761c1ec0663b9858b890c0927639c40 (patch) | |
tree | a003f0d0a2481c21bf4a1292a47dcaaca1924b53 /cppcanvas/inc | |
parent | a72ac9f536a60ae45acff6db34386785193a9795 (diff) |
INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/26 23:39:12 thb 1.2.2.2: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods
2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes
Diffstat (limited to 'cppcanvas/inc')
-rw-r--r-- | cppcanvas/inc/cppcanvas/basegfxfactory.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cppcanvas/inc/cppcanvas/basegfxfactory.hxx b/cppcanvas/inc/cppcanvas/basegfxfactory.hxx index 665c1ae9d98d..a77f1b6381ef 100644 --- a/cppcanvas/inc/cppcanvas/basegfxfactory.hxx +++ b/cppcanvas/inc/cppcanvas/basegfxfactory.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basegfxfactory.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2004-03-18 10:40:57 $ + * last change: $Author: rt $ $Date: 2004-11-26 20:50:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -132,6 +132,10 @@ namespace cppcanvas */ BitmapSharedPtr createBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize ) const; + /** Create an uninitialized alpha bitmap with the given size + */ + BitmapSharedPtr createAlphaBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize ) const; + /** Create a text portion with the given content string */ TextSharedPtr createText( const CanvasSharedPtr&, const ::rtl::OUString& ) const; |