INTEGRATION: CWS presfixes01 (1.2.6); FILE MERGED
2005/02/16 11:14:32 fs 1.2.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
This commit is contained in:
parent
29c303171e
commit
8937ed54eb
1 changed files with 8 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: transparencygroupaction.hxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-11-26 20:57:42 $
|
||||
* last change: $Author: vg $ $Date: 2005-03-10 13:27:14 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -66,8 +66,8 @@
|
|||
#include <com/sun/star/uno/Reference.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_RENDERSTATE_HPP__
|
||||
#include <drafts/com/sun/star/rendering/RenderState.hpp>
|
||||
#ifndef _COM_SUN_STAR_RENDERING_RENDERSTATE_HPP__
|
||||
#include <com/sun/star/rendering/RenderState.hpp>
|
||||
#endif
|
||||
|
||||
#include <cppcanvas/canvas.hxx>
|
||||
|
@ -81,10 +81,10 @@ class Size;
|
|||
class GDIMetaFile;
|
||||
class Gradient;
|
||||
|
||||
namespace drafts { namespace com { namespace sun { namespace star { namespace rendering
|
||||
namespace com { namespace sun { namespace star { namespace rendering
|
||||
{
|
||||
class XBitmap;
|
||||
} } } } }
|
||||
} } } }
|
||||
|
||||
/* Definition of internal::BitmapAction class */
|
||||
|
||||
|
@ -186,12 +186,12 @@ namespace cppcanvas
|
|||
const ::Size maDstSize;
|
||||
|
||||
mutable ::com::sun::star::uno::Reference<
|
||||
::drafts::com::sun::star::rendering::XBitmap > mxBufferBitmap; // contains last rendered version
|
||||
::com::sun::star::rendering::XBitmap > mxBufferBitmap; // contains last rendered version
|
||||
mutable ::basegfx::B2DHomMatrix maLastTransformation; // contains active
|
||||
// transformation for
|
||||
// mxBufferBitmap content
|
||||
CanvasSharedPtr mpCanvas;
|
||||
::drafts::com::sun::star::rendering::RenderState maState;
|
||||
::com::sun::star::rendering::RenderState maState;
|
||||
const double mnAlpha;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue