summaryrefslogtreecommitdiff
path: root/sd/inc/sdgrffilter.hxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2002-04-18 14:48:12 +0000
committerKai Ahrens <ka@openoffice.org>2002-04-18 14:48:12 +0000
commita762c9df17da7fcd565e7b7210fa104215781ed5 (patch)
tree651066b75fb453e7c6fc7d677b5a3c53f9a71d51 /sd/inc/sdgrffilter.hxx
parent20454ee6800defd621e35a48537d6231bf31a2ba (diff)
#98424#: moved FuExport to ::ConvertTo (SID_EXPORTDOC)
Diffstat (limited to 'sd/inc/sdgrffilter.hxx')
-rw-r--r--sd/inc/sdgrffilter.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sd/inc/sdgrffilter.hxx b/sd/inc/sdgrffilter.hxx
index c7ea0d88405f..7bf162047635 100644
--- a/sd/inc/sdgrffilter.hxx
+++ b/sd/inc/sdgrffilter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdgrffilter.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: ka $ $Date: 2001-02-13 12:01:15 $
+ * last change: $Author: ka $ $Date: 2002-04-18 15:41:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,12 +71,18 @@
class SdGRFFilter : public SdFilter
{
+private:
+
+ static GDIMetaFile ImplRemoveClipRegionActions( const GDIMetaFile& rMtf );
+ static BitmapEx ImplGetBitmapFromMetaFile( const GDIMetaFile& rMtf, BOOL bTransparent, const Size* pSizePixel = NULL );
+
public:
SdGRFFilter( SfxMedium& rMedium, SdDrawDocShell& rDocShell, sal_Bool bShowProgress );
~SdGRFFilter();
virtual sal_Bool Import();
+ virtual sal_Bool Export();
public: