INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/08 05:56:08 thb 1.2.2.3: #i36093# Added native canvas gradients 2004/07/20 19:09:01 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: polypolyaction.hxx,v $
|
* $RCSfile: polypolyaction.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
*
|
*
|
||||||
* last change: $Author: thb $ $Date: 2004-03-18 10:41:06 $
|
* last change: $Author: rt $ $Date: 2004-11-26 20:56:50 $
|
||||||
*
|
*
|
||||||
* 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
|
||||||
@@ -73,8 +73,11 @@
|
|||||||
#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XPOLYPOLYGON2D_HPP__
|
#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_XPOLYPOLYGON2D_HPP__
|
||||||
#include <drafts/com/sun/star/rendering/XPolyPolygon2D.hpp>
|
#include <drafts/com/sun/star/rendering/XPolyPolygon2D.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef _DRAFTS_COM_SUN_STAR_RENDERING_TEXTURE_HPP_
|
||||||
|
#include <drafts/com/sun/star/rendering/Texture.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "action.hxx"
|
#include <action.hxx>
|
||||||
#include <cppcanvas/canvas.hxx>
|
#include <cppcanvas/canvas.hxx>
|
||||||
|
|
||||||
class PolyPolygon;
|
class PolyPolygon;
|
||||||
@@ -100,6 +103,10 @@ namespace cppcanvas
|
|||||||
PolyPolyAction( const ::PolyPolygon&,
|
PolyPolyAction( const ::PolyPolygon&,
|
||||||
const CanvasSharedPtr&,
|
const CanvasSharedPtr&,
|
||||||
const OutDevState& );
|
const OutDevState& );
|
||||||
|
PolyPolyAction( const ::PolyPolygon&,
|
||||||
|
const CanvasSharedPtr&,
|
||||||
|
const OutDevState&,
|
||||||
|
const ::drafts::com::sun::star::rendering::Texture& );
|
||||||
PolyPolyAction( const ::PolyPolygon&,
|
PolyPolyAction( const ::PolyPolygon&,
|
||||||
const CanvasSharedPtr&,
|
const CanvasSharedPtr&,
|
||||||
const OutDevState&,
|
const OutDevState&,
|
||||||
@@ -111,7 +118,7 @@ namespace cppcanvas
|
|||||||
int nTransparency );
|
int nTransparency );
|
||||||
virtual ~PolyPolyAction();
|
virtual ~PolyPolyAction();
|
||||||
|
|
||||||
virtual bool render() const;
|
virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// default: disabled copy/assignment
|
// default: disabled copy/assignment
|
||||||
@@ -123,6 +130,8 @@ namespace cppcanvas
|
|||||||
CanvasSharedPtr mpCanvas;
|
CanvasSharedPtr mpCanvas;
|
||||||
::drafts::com::sun::star::rendering::RenderState maState;
|
::drafts::com::sun::star::rendering::RenderState maState;
|
||||||
|
|
||||||
|
::drafts::com::sun::star::rendering::Texture maTexture;
|
||||||
|
|
||||||
::com::sun::star::uno::Sequence< double > maFillColor;
|
::com::sun::star::uno::Sequence< double > maFillColor;
|
||||||
::com::sun::star::uno::Sequence< double > maStrokeColor;
|
::com::sun::star::uno::Sequence< double > maStrokeColor;
|
||||||
bool mbFill;
|
bool mbFill;
|
||||||
|
Reference in New Issue
Block a user