summaryrefslogtreecommitdiff
path: root/vcl/source/filter/wmf/winmtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/wmf/winmtf.hxx')
-rw-r--r--vcl/source/filter/wmf/winmtf.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/source/filter/wmf/winmtf.hxx b/vcl/source/filter/wmf/winmtf.hxx
index 73e78a5aa79c..62a9f2aaf3f4 100644
--- a/vcl/source/filter/wmf/winmtf.hxx
+++ b/vcl/source/filter/wmf/winmtf.hxx
@@ -71,7 +71,6 @@
#define DEFAULT_PALETTE 15
#define SYSTEM_FIXED_FONT 16
-
#define R2_BLACK 1
#define R2_NOTMERGEPEN 2
#define R2_MASKNOTPEN 3
@@ -99,7 +98,6 @@
#define MM_ISOTROPIC 7
#define MM_ANISOTROPIC 8
-
/* Graphics modes */
#define GM_COMPATIBLE 1
#define GM_ADVANCED 2
@@ -220,7 +218,6 @@ struct WMF_EXTERNALHEADER;
/*_WIN32_WINNT >= 0x0500*/
#define ETO_PDY 0x2000
-
#define DEFAULT_PITCH 0x00
#define FIXED_PITCH 0x01
#define VARIABLE_PITCH 0x02
@@ -394,7 +391,6 @@ struct WinMtfFillStyle
}
};
-
struct WinMtfLineStyle
{
Color aLineColor;
@@ -445,7 +441,6 @@ struct WinMtfLineStyle
}
};
-
struct XForm
{
float eM11;
@@ -461,7 +456,6 @@ struct XForm
}
};
-
struct SaveStruct
{
sal_uInt32 nBkMode, nMapMode, nGfxMode, nTextLayoutMode;
@@ -488,7 +482,6 @@ struct SaveStruct
typedef ::boost::shared_ptr< SaveStruct > SaveStructPtr;
-
struct BSaveStruct
{
Bitmap aBmp;
@@ -511,7 +504,6 @@ struct BSaveStruct
typedef ::std::vector< BSaveStruct* > BSaveStructList_impl;
-
enum GDIObjectType {
GDI_DUMMY = 0,
GDI_PEN = 1,
@@ -565,7 +557,6 @@ struct GDIObj
}
};
-
class WinMtfOutput
{
WinMtfPathObj aPathObj;
@@ -752,7 +743,6 @@ public:
virtual ~WinMtfOutput();
};
-
class WinMtf
{
protected:
@@ -780,14 +770,12 @@ protected:
~WinMtf();
};
-
class EnhWMFReader : public WinMtf
{
bool bRecordPath;
sal_Int32 nRecordCount;
bool bEMFPlus;
-
bool ReadHeader();
// reads and converts the rectangle
Rectangle ReadRectangle( sal_Int32, sal_Int32, sal_Int32, sal_Int32 );
@@ -815,7 +803,6 @@ private:
template <class T, class Drawer> void ReadAndDrawPolygon(Drawer drawer, const bool skipFirst);
};
-
class WMFReader : public WinMtf
{
private: