INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGED
2005/02/16 11:14:25 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
This commit is contained in:
parent
e84e9e2544
commit
2c2198927e
1 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: vclfactory.hxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-11-26 20:52:49 $
|
||||
* last change: $Author: vg $ $Date: 2005-03-10 13:22:43 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -102,11 +102,11 @@ namespace rtl
|
|||
{
|
||||
class OUString;
|
||||
}
|
||||
namespace drafts { namespace com { namespace sun { namespace star { namespace rendering
|
||||
namespace com { namespace sun { namespace star { namespace rendering
|
||||
{
|
||||
class XBitmapCanvas;
|
||||
class XSpriteCanvas;
|
||||
} } } } }
|
||||
} } } }
|
||||
|
||||
/* Definition of VCLFactory class */
|
||||
|
||||
|
@ -127,11 +127,11 @@ namespace cppcanvas
|
|||
|
||||
BitmapCanvasSharedPtr createCanvas( const ::Window& rVCLWindow );
|
||||
BitmapCanvasSharedPtr createCanvas( const ::com::sun::star::uno::Reference<
|
||||
::drafts::com::sun::star::rendering::XBitmapCanvas >& xCanvas );
|
||||
::com::sun::star::rendering::XBitmapCanvas >& xCanvas );
|
||||
|
||||
SpriteCanvasSharedPtr createSpriteCanvas( const ::Window& rVCLWindow ) const;
|
||||
SpriteCanvasSharedPtr createSpriteCanvas( const ::com::sun::star::uno::Reference<
|
||||
::drafts::com::sun::star::rendering::XSpriteCanvas >& xCanvas ) const;
|
||||
::com::sun::star::rendering::XSpriteCanvas >& xCanvas ) const;
|
||||
SpriteCanvasSharedPtr createFullscreenSpriteCanvas( const ::Window& rVCLWindow, const Size& rFullscreenSize ) const;
|
||||
|
||||
/** Create a polygon from a tools::Polygon
|
||||
|
|
Loading…
Reference in a new issue