LibreOffice Module vcl (master) 1
metaactiontypes.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF), under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef INCLUDED_VCL_METAACTIONTYPES_HXX
21#define INCLUDED_VCL_METAACTIONTYPES_HXX
22
24{
25 NONE = 0,
26 PIXEL = 100,
27 POINT = 101,
28 LINE = 102,
29 RECT = 103,
30 ROUNDRECT = 104,
31 ELLIPSE = 105,
32 ARC = 106,
33 PIE = 107,
34 CHORD = 108,
35 POLYLINE = 109,
36 POLYGON = 110,
37 POLYPOLYGON = 111,
38 TEXT = 112,
39 TEXTARRAY = 113,
40 STRETCHTEXT = 114,
41 TEXTRECT = 115,
42 BMP = 116,
43 BMPSCALE = 117,
44 BMPSCALEPART = 118,
45 BMPEX = 119,
46 BMPEXSCALE = 120,
47 BMPEXSCALEPART = 121,
48 MASK = 122,
49 MASKSCALE = 123,
50 MASKSCALEPART = 124,
51 GRADIENT = 125,
52 HATCH = 126,
53 WALLPAPER = 127,
54 CLIPREGION = 128,
57 MOVECLIPREGION = 131,
58 LINECOLOR = 132,
59 FILLCOLOR = 133,
60 TEXTCOLOR = 134,
61 TEXTFILLCOLOR = 135,
62 TEXTALIGN = 136,
63 MAPMODE = 137,
64 FONT = 138,
65 PUSH = 139,
66 POP = 140,
67 RASTEROP = 141,
68 Transparent = 142,
69 EPS = 143,
70 REFPOINT = 144,
71 TEXTLINECOLOR = 145,
72 TEXTLINE = 146,
73 FLOATTRANSPARENT = 147,
74 GRADIENTEX = 148,
75 LAYOUTMODE = 149,
76 TEXTLANGUAGE = 150,
77 OVERLINECOLOR = 151,
78
79 COMMENT = 512,
81};
82
83#endif // INCLUDED_VCL_METAACTIONTYPES_HXX
84
85/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
COMMENT
MetaActionType
NONE
const sal_uInt16 TEXTCOLOR
TEXT
LINE
#define TEXTLINE