summaryrefslogtreecommitdiff
path: root/svtools/source/filter.vcl/wmf/winmtf.hxx
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2001-03-15 13:36:15 +0000
committerSven Jacobi <sj@openoffice.org>2001-03-15 13:36:15 +0000
commitd9a519b08578bb45a87e8029487ee4c3f19df45e (patch)
tree197a9e736b44229f159488cf346d10e89d3c5f0b /svtools/source/filter.vcl/wmf/winmtf.hxx
parentc5cc4818b5c565604194c1e520fadc3d3bb85b94 (diff)
#84103# added MetaActions (StrokePath, FillPath and StrokeAndFillPath)
Diffstat (limited to 'svtools/source/filter.vcl/wmf/winmtf.hxx')
-rw-r--r--svtools/source/filter.vcl/wmf/winmtf.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/source/filter.vcl/wmf/winmtf.hxx b/svtools/source/filter.vcl/wmf/winmtf.hxx
index 0bb683769285..9883edf0c92c 100644
--- a/svtools/source/filter.vcl/wmf/winmtf.hxx
+++ b/svtools/source/filter.vcl/wmf/winmtf.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: winmtf.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sj $ $Date: 2001-01-15 18:26:01 $
+ * last change: $Author: sj $ $Date: 2001-03-15 14:36:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -573,6 +573,7 @@ class WinMtfOutput
void ClearPath(){ aPathObj.Clear(); };
void ClosePath(){ aPathObj.ClosePath(); };
+ virtual void StrokeAndFillPath( sal_Bool bStroke, sal_Bool bFill ){};
virtual void SelectClipPath( sal_Int32 nClipMode ){};
virtual void DrawPixel( const Point& rSource, const Color& rColor ){};
@@ -631,6 +632,7 @@ class WinMtfMetaOutput : public WinMtfOutput
virtual void Pop();
virtual UINT32 SetRasterOp( UINT32 nRasterOp );
+ virtual void StrokeAndFillPath( sal_Bool bStroke, sal_Bool bFill );
virtual void SelectClipPath( sal_Int32 nClipMode );
virtual void LineTo( const Point& rPoint, sal_Bool bRecordPath = sal_False );