Kaydet (Commit) e11d0495 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS impresssavegraphic (1.6.172); FILE MERGED

2006/04/03 15:34:28 cl 1.6.172.3: #i13816# rewrote patch to use API
2006/03/29 09:57:06 cl 1.6.172.2: #i13816# added working type detection to patch
2006/03/28 16:04:21 cl 1.6.172.1: #i13816# added 'Save as Picture' patch from mkretzschmar
üst 4b7c5209
......@@ -4,9 +4,9 @@
*
* $RCSfile: sdgrffilter.hxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: rt $ $Date: 2005-09-09 02:59:56 $
* last change: $Author: kz $ $Date: 2006-07-05 21:49:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -36,9 +36,15 @@
#ifndef _SD_SDGRFFILTER_HXX
#define _SD_SDGRFFILTER_HXX
#ifndef _COM_SUN_STAR_DRAWING_XSHAPE_HPP_
#include <com/sun/star/drawing/XShape.hpp>
#endif
#include <tools/errinf.hxx>
#include "sdfilter.hxx"
class Graphic;
// ---------------
// - SdCGMFilter -
// ---------------
......@@ -55,6 +61,7 @@ public:
sal_Bool Import();
sal_Bool Export();
static void SaveGraphic( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape );
static void HandleGraphicFilterError( USHORT nFilterError, ULONG nStreamError = ERRCODE_NONE );
private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment