25#define GDI_PIXEL_ACTION 1
26#define GDI_POINT_ACTION 2
27#define GDI_LINE_ACTION 3
28#define GDI_RECT_ACTION 4
29#define GDI_ELLIPSE_ACTION 5
30#define GDI_ARC_ACTION 6
31#define GDI_PIE_ACTION 7
32#define GDI_INVERTRECT_ACTION 8
33#define GDI_HIGHLIGHTRECT_ACTION 9
34#define GDI_POLYLINE_ACTION 10
35#define GDI_POLYGON_ACTION 11
36#define GDI_POLYPOLYGON_ACTION 12
37#define GDI_TEXT_ACTION 13
38#define GDI_TEXTARRAY_ACTION 14
39#define GDI_STRETCHTEXT_ACTION 15
40#define GDI_BITMAP_ACTION 17
41#define GDI_BITMAPSCALE_ACTION 18
42#define GDI_PEN_ACTION 19
43#define GDI_FONT_ACTION 20
44#define GDI_FILLBRUSH_ACTION 22
45#define GDI_MAPMODE_ACTION 23
46#define GDI_CLIPREGION_ACTION 24
47#define GDI_RASTEROP_ACTION 25
48#define GDI_PUSH_ACTION 26
49#define GDI_POP_ACTION 27
50#define GDI_MOVECLIPREGION_ACTION 28
51#define GDI_ISECTCLIPREGION_ACTION 29
52#define GDI_BITMAPSCALEPART_ACTION 32
53#define GDI_GRADIENT_ACTION 33
55#define GDI_TRANSPARENT_COMMENT 1024
56#define GDI_HATCH_COMMENT 1025
57#define GDI_REFPOINT_COMMENT 1026
58#define GDI_TEXTLINECOLOR_COMMENT 1027
59#define GDI_TEXTLINE_COMMENT 1028
60#define GDI_FLOATTRANSPARENT_COMMENT 1029
61#define GDI_GRADIENTEX_COMMENT 1030
62#define GDI_COMMENT_COMMENT 1031
63#define GDI_UNICODE_COMMENT 1032
65#define GDI_LINEJOIN_ACTION 1033
66#define GDI_EXTENDEDPOLYGON_ACTION 1034
67#define GDI_LINEDASHDOT_ACTION 1035
69#define GDI_LINECAP_ACTION 1036
SAL_DLLPUBLIC_EXPORT bool TestImportSVM(SvStream &rStream)
Converts old SVGDI aka SVM1 format data to current VCLMTF aka SVM2 format metafile data.
SVMConverter & operator=(const SVMConverter &)=delete
SVMConverter(SvStream &rIStm, GDIMetaFile &rMtf)
SVMConverter(const SVMConverter &)=delete
static void ImplConvertFromSVM1(SvStream &rIStm, GDIMetaFile &rMtf)