diff options
author | Radek Doulik <rodo@novell.com> | 2013-03-15 15:30:40 +0100 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2013-03-15 15:33:13 +0100 |
commit | fa109b4603f06533a63ee19518c482a23976bfe8 (patch) | |
tree | b2e44be1c1393c534caf6f5c48984db04a60670d /cppcanvas/source/inc | |
parent | 079b16d044fffd05dc2402bbff4ab7d60635fa0f (diff) |
implemented EmfPlusRecordTypeDrawEllipse record
Change-Id: If8d7c210e437a041f3202c09f3d26d621b5af748
Diffstat (limited to 'cppcanvas/source/inc')
-rw-r--r-- | cppcanvas/source/inc/implrenderer.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx index 7d82ea7847de..c2902d6c0b6a 100644 --- a/cppcanvas/source/inc/implrenderer.hxx +++ b/cppcanvas/source/inc/implrenderer.hxx @@ -264,6 +264,7 @@ static float GetSwapFloat( SvStream& rSt ) /* EMF+ */ void processEMFPlus( MetaCommentAction* pAct, const ActionFactoryParameters& rFactoryParms, OutDevState& rState, const CanvasSharedPtr& rCanvas ); double setFont( sal_uInt8 objectId, const ActionFactoryParameters& rParms, OutDevState& rState ); + void EMFPPlusDrawPolygon (::basegfx::B2DPolyPolygon& polygon, const ActionFactoryParameters& rParms, OutDevState& rState, const CanvasSharedPtr& rCanvas, sal_uInt32 penIndex); void EMFPPlusFillPolygon (::basegfx::B2DPolyPolygon& polygon, const ActionFactoryParameters& rParms, OutDevState& rState, const CanvasSharedPtr& rCanvas, bool isColor, sal_uInt32 brushIndexOrColor); ActionVector maActions; |