summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/presentation/AnimationEffect.idl
blob: b88272dc5b0c7cac37e5e56d085a97ffdb8797b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#ifndef __com_sun_star_presentation_AnimationEffect_idl__
#define __com_sun_star_presentation_AnimationEffect_idl__



 module com {  module sun {  module star {  module presentation {

/** specifies the animation effects for animating
    text or objects.
 */
published enum AnimationEffect
{
    /** use no animation effects.
     */
    NONE,
    /** use the animation effect "Fade from Left".
     */
    FADE_FROM_LEFT,
    /** use the animation effect "Fade from Top".
     */
    FADE_FROM_TOP,
    /** use the animation effect "Fade from Right".
     */
    FADE_FROM_RIGHT,
    /** use the animation effect "Fade from Bottom".
     */
    FADE_FROM_BOTTOM,
    /** use the animation effect "Fade to Center".
     */
    FADE_TO_CENTER,
    /** use the animation effect "Fade from Center".
     */
    FADE_FROM_CENTER,
    /** use the animation effect "Move from Left".
     */
    MOVE_FROM_LEFT,
    /** use the animation effect "Move from Top".
     */
    MOVE_FROM_TOP,
    /** use the animation effect "Move from Right".
     */
    MOVE_FROM_RIGHT,
    /** use the animation effect "Move from Bottom".
     */
    MOVE_FROM_BOTTOM,
    /** use the animation effect "Vertical Stripes".
     */
    VERTICAL_STRIPES,
    /** use the animation effect "Horizontal Stripes".
     */
    HORIZONTAL_STRIPES,
    /** use the animation effect "Clockwise".
     */
    CLOCKWISE,
    /** use the animation effect "Counter Clockwise".
     */
    COUNTERCLOCKWISE,
    /** use the animation effect "Fade from Upper Left".
     */
    FADE_FROM_UPPERLEFT,
    /** use the animation effect "Fade from Upper Right".
     */
    FADE_FROM_UPPERRIGHT,
    /** use the animation effect "Fade from Lower Left".
     */
    FADE_FROM_LOWERLEFT,
    /** use the animation effect "Fade from Lower Right".
     */
    FADE_FROM_LOWERRIGHT,
    /** use the animation effect "Close Vertical".
     */
    CLOSE_VERTICAL,
    /** use the animation effect "Close Horizontal".
     */
    CLOSE_HORIZONTAL,
    /** use the animation effect "Open Vertical".
     */
    OPEN_VERTICAL,
    /** use the animation effect "Open Horizontal".
     */
    OPEN_HORIZONTAL,
    /** use the animation effect "Path".
     */
    PATH,
    /** use the animation effect "Move to Left".
     */
    MOVE_TO_LEFT,
    /** use the animation effect "Move to Top".
     */
    MOVE_TO_TOP,
    /** use the animation effect "Move to Right".
     */
    MOVE_TO_RIGHT,
    /** use the animation effect "Move to Bottom".
     */
    MOVE_TO_BOTTOM,
    /** use the animation effect "Spiral Inward Left".
     */
    SPIRALIN_LEFT,
    /** use the animation effect "Spiral Inward Right".
     */
    SPIRALIN_RIGHT,
    /** use the animation effect "Spiral Outward Left".
     */
    SPIRALOUT_LEFT,
    /** use the animation effect "Spiral Outward Right".
     */
    SPIRALOUT_RIGHT,
    /** use the animation effect "Spiral Inward Left".
     */
    DISSOLVE,
    /** use the animation effect "Wavy Line from Left".
     */
    WAVYLINE_FROM_LEFT,
    /** use the animation effect "Wavy Line from Top".
     */
    WAVYLINE_FROM_TOP,
    /** use the animation effect "Wavy Line from Right".
     */
    WAVYLINE_FROM_RIGHT,
    /** use the animation effect "Wavy Line from Button".
     */
    WAVYLINE_FROM_BOTTOM,
    /** use the animation effect "Random".
     */
    RANDOM,
    /** use the animation effect "Vertical Lines".
     */
    VERTICAL_LINES,
    /** use the animation effect "Horizontal Lines".
     */
    HORIZONTAL_LINES,
    /** use the animation effect "Wavy Line from Left".
     */
    LASER_FROM_LEFT,
    /** use the animation effect "Laser from Top".
     */
    LASER_FROM_TOP,
    /** use the animation effect "Laser from Right".
     */
    LASER_FROM_RIGHT,
    /** use the animation effect "Laser from Bottom".
     */
    LASER_FROM_BOTTOM,
    /** use the animation effect "Laser from Upper Left".
     */
    LASER_FROM_UPPERLEFT,
    /** use the animation effect "Laser from Upper Right".
     */
    LASER_FROM_UPPERRIGHT,
    /** use the animation effect "Laser from Lower Left".
     */
    LASER_FROM_LOWERLEFT,
    /** use the animation effect "Laser from Lower Right".
     */
    LASER_FROM_LOWERRIGHT,
    /** use the animation effect "Appear".
     */
    APPEAR,
    /** use the animation effect "Hide".
     */
    HIDE,
    /** use the animation effect "Move from Upper Left".
     */
    MOVE_FROM_UPPERLEFT,
    /** use the animation effect "Move from Upper Right".
     */
    MOVE_FROM_UPPERRIGHT,
    /** use the animation effect "Move from Lower Right".
     */
    MOVE_FROM_LOWERRIGHT,
    /** use the animation effect "Move from Lower Left".
     */
    MOVE_FROM_LOWERLEFT,
    /** use the animation effect "Move to Upper Left".
     */
    MOVE_TO_UPPERLEFT,
    /** use the animation effect "Move to Upper Right".
     */
    MOVE_TO_UPPERRIGHT,
    /** use the animation effect "Move to Lower Right".
     */
    MOVE_TO_LOWERRIGHT,
    /** use the animation effect "Move to Lower Left".
     */
    MOVE_TO_LOWERLEFT,
    /** use the animation effect "Move Short from Left".
     */
    MOVE_SHORT_FROM_LEFT,
    /** use the animation effect "Move Short from Upper Left".
     */
    MOVE_SHORT_FROM_UPPERLEFT,
    /** use the animation effect "Move Short from Top".
     */
    MOVE_SHORT_FROM_TOP,
    /** use the animation effect "Move Short from Upper Right".
     */
    MOVE_SHORT_FROM_UPPERRIGHT,
    /** use the animation effect "Move Short from Right".
     */
    MOVE_SHORT_FROM_RIGHT,
    /** use the animation effect "Move Short from Lower Right".
     */
    MOVE_SHORT_FROM_LOWERRIGHT,
    /** use the animation effect "Move Short from Bottom".
     */
    MOVE_SHORT_FROM_BOTTOM,
    /** use the animation effect "Move Short from Lower Left".
     */
    MOVE_SHORT_FROM_LOWERLEFT,
    /** use the animation effect "Move Short to Left".
     */
    MOVE_SHORT_TO_LEFT,
    /** use the animation effect "Move Short to Upper Left".
     */
    MOVE_SHORT_TO_UPPERLEFT,
    /** use the animation effect "Move Short to Top".
     */
    MOVE_SHORT_TO_TOP,
    /** use the animation effect "Move Short to Upper Right".
     */
    MOVE_SHORT_TO_UPPERRIGHT,
    /** use the animation effect "Move Short to Right".
     */
    MOVE_SHORT_TO_RIGHT,
    /** use the animation effect "Move Short to Lower Right".
     */
    MOVE_SHORT_TO_LOWERRIGHT,
    /** use the animation effect "Move Short to Bottom".
     */
    MOVE_SHORT_TO_BOTTOM,
    /** use the animation effect "Move Short to Lower Left".
     */
    MOVE_SHORT_TO_LOWERLEFT,
    /** use the animation effect "Vertical Checkerboard".
     */
    VERTICAL_CHECKERBOARD,
    /** use the animation effect "Horizontal Checkerboard".
     */
    HORIZONTAL_CHECKERBOARD,
    /** use the animation effect "Horizontal Rotate".
     */
    HORIZONTAL_ROTATE,
    /** use the animation effect "Vertical Rotate".
     */
    VERTICAL_ROTATE,
    /** use the animation effect "Horizontal Stretch".
     */
    HORIZONTAL_STRETCH,
    /** use the animation effect "Vertical Stretch".
     */
    VERTICAL_STRETCH,
    /** use the animation effect "Stretch From Left".
     */
    STRETCH_FROM_LEFT,
    /** use the animation effect "Stretch From Upper Left".
     */
    STRETCH_FROM_UPPERLEFT,
    /** use the animation effect "Stretch From Top".
     */
    STRETCH_FROM_TOP,
    /** use the animation effect "Stretch From Upper Right".
     */
    STRETCH_FROM_UPPERRIGHT,
    /** use the animation effect "Stretch From Right".
     */
    STRETCH_FROM_RIGHT,
    /** use the animation effect "Stretch From Lower Right".
     */
    STRETCH_FROM_LOWERRIGHT,
    /** use the animation effect "Stretch From Bottom".
     */
    STRETCH_FROM_BOTTOM,
    /** use the animation effect "Stretch From Lower Left".
     */
    STRETCH_FROM_LOWERLEFT,
    /** use the animation effect "Zoom In".
     */
    ZOOM_IN,
    /** use the animation effect "Zoom In Small".
     */
    ZOOM_IN_SMALL,
    /** use the animation effect "Zoom In Spiral".
     */
    ZOOM_IN_SPIRAL,
    /** use the animation effect "Zoom Out".
     */
    ZOOM_OUT,
    /** use the animation effect "Zoom Out Small".
     */
    ZOOM_OUT_SMALL,
    /** use the animation effect "Zoom Out Spiral".
     */
    ZOOM_OUT_SPIRAL,
    /** use the animation effect "Zoom In From Left".
     */
    ZOOM_IN_FROM_LEFT,
    /** use the animation effect "Zoom In From Upper Left".
     */
    ZOOM_IN_FROM_UPPERLEFT,
    /** use the animation effect "Zoom In From Top".
     */
    ZOOM_IN_FROM_TOP,
    /** use the animation effect "Zoom In From Upper Right".
     */
    ZOOM_IN_FROM_UPPERRIGHT,
    /** use the animation effect "Zoom In From Right".
     */
    ZOOM_IN_FROM_RIGHT,
    /** use the animation effect "Zoom In From Lower Right".
     */
    ZOOM_IN_FROM_LOWERRIGHT,
    /** use the animation effect "Zoom In From Bottom".
     */
    ZOOM_IN_FROM_BOTTOM,
    /** use the animation effect "Zoom In From Lower Left".
     */
    ZOOM_IN_FROM_LOWERLEFT,
    /** use the animation effect "Zoom In From Center".
     */
    ZOOM_IN_FROM_CENTER,
    /** use the animation effect "Zoom Out From Left".
     */
    ZOOM_OUT_FROM_LEFT,
    /** use the animation effect "Zoom Out From Upper Left".
     */
    ZOOM_OUT_FROM_UPPERLEFT,
    /** use the animation effect "Zoom Out From Top".
     */
    ZOOM_OUT_FROM_TOP,
    /** use the animation effect "Zoom Out From Upper Right".
     */
    ZOOM_OUT_FROM_UPPERRIGHT,
    /** use the animation effect "Zoom Out From Right".
     */
    ZOOM_OUT_FROM_RIGHT,
    /** use the animation effect "Zoom Out From Lower Right".
     */
    ZOOM_OUT_FROM_LOWERRIGHT,
    /** use the animation effect "Zoom Out From Bottom".
     */
    ZOOM_OUT_FROM_BOTTOM,
    /** use the animation effect "Zoom Out From Lower Left".
     */
    ZOOM_OUT_FROM_LOWERLEFT,
    /** use the animation effect "Zoom Out From Center".
     */
    ZOOM_OUT_FROM_CENTER
};


}; }; }; };

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */