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
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: basegfxfactory.hxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -132,6 +132,10 @@ namespace cppcanvas
|
|||||||
*/
|
*/
|
||||||
BitmapSharedPtr createBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize ) const;
|
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
|
/** Create a text portion with the given content string
|
||||||
*/
|
*/
|
||||||
TextSharedPtr createText( const CanvasSharedPtr&, const ::rtl::OUString& ) const;
|
TextSharedPtr createText( const CanvasSharedPtr&, const ::rtl::OUString& ) const;
|
||||||
|
Reference in New Issue
Block a user