LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
drawing
ShadingPattern.idl
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
10
#ifndef __com_sun_star_drawing_ShadingPattern_idl__
11
#define __com_sun_star_drawing_ShadingPattern_idl__
12
13
14
15
module com { module sun { module star { module drawing {
16
22
constants ShadingPattern
23
{
24
/* Clear */
25
const
long
CLEAR
= 0x0000;
26
27
/* Solid */
28
const
long
SOLID
= 0x0001;
29
30
/* 5% - pct5 */
31
const
long
PCT5
= 0x0002;
32
33
/* 10% - pct10 */
34
const
long
PCT10
= 0x0003;
35
36
/* 20% - pct20 */
37
const
long
PCT20
= 0x0004;
38
39
/* 25% - pct25 */
40
const
long
PCT25
= 0x0005;
41
42
/* 30% - pct30 */
43
const
long
PCT30
= 0x0006;
44
45
/* 40% - pct40 */
46
const
long
PCT40
= 0x0007;
47
48
/* 50% - pct50 */
49
const
long
PCT50
= 0x0008;
50
51
/* 60% - pct60 */
52
const
long
PCT60
= 0x0009;
53
54
/* 70% - pct70 */
55
const
long
PCT70
= 0x000A;
56
57
/* 75% - pct75 */
58
const
long
PCT75
= 0x000B;
59
60
/* 80% - pct80 */
61
const
long
PCT80
= 0x000C;
62
63
/* 90% - pct90 */
64
const
long
PCT90
= 0x000D;
65
66
67
68
/* Horizontal Stripe */
69
const
long
HORZ_STRIPE
= 0x000E;
70
71
/* Vertical Stripe */
72
const
long
VERT_STRIPE
= 0x000F;
73
74
/* Reverse Diagonal Stripe */
75
const
long
REVERSE_DIAG_STRIPE
= 0x0010;
76
77
/* Diagonal Stripe */
78
const
long
DIAG_STRIPE
= 0x0011;
79
80
/* Horizontal Cross */
81
const
long
HORZ_CROSS
= 0x0012;
82
83
/* Diagonal Cross */
84
const
long
DIAG_CROSS
= 0x0013;
85
86
/* Thin Horizontal Stripe */
87
const
long
THIN_HORZ_STRIPE
= 0x0014;
88
89
/* Thin Vertical Stripe */
90
const
long
THIN_VERT_STRIPE
= 0x0015;
91
92
/* Thin Reverse Diagonal Stripe */
93
const
long
THIN_REVERSE_DIAG_STRIPE
= 0x0016;
94
95
/* Thin Diagonal Stripe */
96
const
long
THIN_DIAG_STRIPE
= 0x0017;
97
98
/* Thin Horizontal Cross */
99
const
long
THIN_HORZ_CROSS
= 0x0018;
100
101
/* Thin Diagonal Cross */
102
const
long
THIN_DIAG_CROSS
= 0x0019;
103
104
105
106
/* Unused 1 */
107
const
long
UNUSED_1
= 0x001A;
108
109
/* Unused 2 */
110
const
long
UNUSED_2
= 0x001B;
111
112
/* Unused 3 */
113
const
long
UNUSED_3
= 0x001C;
114
115
/* Unused 4 */
116
const
long
UNUSED_4
= 0x001D;
117
118
/* Unused 5 */
119
const
long
UNUSED_5
= 0x001E;
120
121
/* Unused 6 */
122
const
long
UNUSED_6
= 0x001F;
123
124
/* Unused 7 */
125
const
long
UNUSED_7
= 0x0020;
126
127
/* Unused 8 */
128
const
long
UNUSED_8
= 0x0021;
129
130
/* Unused 9 */
131
const
long
UNUSED_9
= 0x0022;
132
133
134
135
/* 2.5% */
136
const
long
PCT2
= 0x0023;
137
138
/* 7.5% */
139
const
long
PCT7
= 0x0024;
140
141
/* 12.5% - pct12 */
142
const
long
PCT12
= 0x0025;
143
144
/* 15% - pct15 */
145
const
long
PCT15
= 0x0026;
146
147
/* 17.5% */
148
const
long
PCT17
= 0x0027;
149
150
/* 22.5% */
151
const
long
PCT22
= 0x0028;
152
153
/* 27.5% */
154
const
long
PCT27
= 0x0029;
155
156
/* 32.5% */
157
const
long
PCT32
= 0x002A;
158
159
/* 35% - pct35 */
160
const
long
PCT35
= 0x002B;
161
162
/* 37.5% - pct37 */
163
const
long
PCT37
= 0x002C;
164
165
/* 42.5% */
166
const
long
PCT42
= 0x002D;
167
168
/* 45% - pct45 */
169
const
long
PCT45
= 0x002E;
170
171
/* 47.5% */
172
const
long
PCT47
= 0x002F;
173
174
/* 52.5% */
175
const
long
PCT52
= 0x0030;
176
177
/* 55% - pct55 */
178
const
long
PCT55
= 0x0031;
179
180
/* 57.5% */
181
const
long
PCT57
= 0x0032;
182
183
/* 62.5% - pct62 */
184
const
long
PCT62
= 0x0033;
185
186
/* 65% - pct65 */
187
const
long
PCT65
= 0x0034;
188
189
/* 67.5% */
190
const
long
PCT67
= 0x0035;
191
192
/* 72.5% */
193
const
long
PCT72
= 0x0036;
194
195
/* 77.5% */
196
const
long
PCT77
= 0x0037;
197
198
/* 82.5% */
199
const
long
PCT82
= 0x0038;
200
201
/* 85% - pct85 */
202
const
long
PCT85
= 0x0039;
203
204
/* 87.5% - pct87 */
205
const
long
PCT87
= 0x003A;
206
207
/* 92.5% */
208
const
long
PCT92
= 0x003B;
209
210
/* 95% - pct95 */
211
const
long
PCT95
= 0x003C;
212
213
/* 97.5% */
214
const
long
PCT97
= 0x003D;
215
216
/* Nil */
217
const
long
NIL
= 0xFFFF;
218
};
219
220
221
}; }; }; };
222
223
#endif
224
225
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4