xref: /AOO41X/main/offapi/com/sun/star/presentation/AnimationEffect.idl (revision d1766043198e81d0bcfc626e12893e7b4d7e31ca) !
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef __com_sun_star_presentation_AnimationEffect_idl__
24#define __com_sun_star_presentation_AnimationEffect_idl__
25
26
27//=============================================================================
28
29 module com {  module sun {  module star {  module presentation {
30
31//=============================================================================
32
33// DocMerge from xml: enum com::sun::star::presentation::AnimationEffect
34/** specifies the animation effects for animating
35    text or objects.
36 */
37published enum AnimationEffect
38{
39    //-------------------------------------------------------------------------
40    // DOCUMENTATION OMITTED FOR AnimationEffect::  NONE,
41
42    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::NONE
43    /** use no animation effects.
44     */
45    NONE,
46
47    //-------------------------------------------------------------------------
48    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_FROM_LEFT,
49
50    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LEFT
51    /** use the animation effect 'Fade from Left'.
52     */
53    FADE_FROM_LEFT,
54
55    //-------------------------------------------------------------------------
56    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_FROM_TOP,
57
58    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_TOP
59    /** use the animation effect 'Fade from Top'.
60     */
61    FADE_FROM_TOP,
62
63    //-------------------------------------------------------------------------
64    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_FROM_RIGHT,
65
66    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_RIGHT
67    /** use the animation effect 'Fade from Right'.
68     */
69    FADE_FROM_RIGHT,
70
71    //-------------------------------------------------------------------------
72    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_FROM_BOTTOM,
73
74    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_BOTTOM
75    /** use the animation effect 'Fade from Bottom'.
76     */
77    FADE_FROM_BOTTOM,
78
79    //-------------------------------------------------------------------------
80    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_TO_CENTER,
81
82    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_TO_CENTER
83    /** use the animation effect 'Fade to Center'.
84     */
85    FADE_TO_CENTER,
86
87    //-------------------------------------------------------------------------
88    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_FROM_CENTER,
89
90    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_CENTER
91    /** use the animation effect 'Fade from Center'.
92     */
93    FADE_FROM_CENTER,
94
95    //-------------------------------------------------------------------------
96    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_FROM_LEFT,
97
98    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LEFT
99    /** use the animation effect 'Move from Left'.
100     */
101    MOVE_FROM_LEFT,
102
103    //-------------------------------------------------------------------------
104    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_FROM_TOP,
105
106    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_TOP
107    /** use the animation effect 'Move from Top'.
108     */
109    MOVE_FROM_TOP,
110
111    //-------------------------------------------------------------------------
112    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_FROM_RIGHT,
113
114    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_RIGHT
115    /** use the animation effect 'Move from Right'.
116     */
117    MOVE_FROM_RIGHT,
118
119    //-------------------------------------------------------------------------
120    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_FROM_BOTTOM,
121
122    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_BOTTOM
123    /** use the animation effect 'Move from Bottom'.
124     */
125    MOVE_FROM_BOTTOM,
126
127    //-------------------------------------------------------------------------
128    // DOCUMENTATION OMITTED FOR AnimationEffect::  VERTICAL_STRIPES,
129
130    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRIPES
131    /** use the animation effect 'Vertical Stripes'.
132     */
133    VERTICAL_STRIPES,
134
135    //-------------------------------------------------------------------------
136    // DOCUMENTATION OMITTED FOR AnimationEffect::  HORIZONTAL_STRIPES,
137
138    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRIPES
139    /** use the animation effect 'Horizontal Stripes'.
140     */
141    HORIZONTAL_STRIPES,
142
143    //-------------------------------------------------------------------------
144    // DOCUMENTATION OMITTED FOR AnimationEffect::  CLOCKWISE,
145
146    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOCKWISE
147    /** use the animation effect 'Clockwise'.
148     */
149    CLOCKWISE,
150
151    //-------------------------------------------------------------------------
152    // DOCUMENTATION OMITTED FOR AnimationEffect::  COUNTERCLOCKWISE,
153
154    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::COUNTERCLOCKWISE
155    /** use the animation effect 'Counter Clockwise'.
156     */
157    COUNTERCLOCKWISE,
158
159    //-------------------------------------------------------------------------
160    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_FROM_UPPERLEFT,
161
162    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERLEFT
163    /** use the animation effect 'Fade from Upper Left'.
164     */
165    FADE_FROM_UPPERLEFT,
166
167    //-------------------------------------------------------------------------
168    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_FROM_UPPERRIGHT,
169
170    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERRIGHT
171    /** use the animation effect 'Fade from Upper Right'.
172     */
173    FADE_FROM_UPPERRIGHT,
174
175    //-------------------------------------------------------------------------
176    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_FROM_LOWERLEFT,
177
178    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERLEFT
179    /** use the animation effect 'Fade from Lower Left'.
180     */
181    FADE_FROM_LOWERLEFT,
182
183    //-------------------------------------------------------------------------
184    // DOCUMENTATION OMITTED FOR AnimationEffect::  FADE_FROM_LOWERRIGHT,
185
186    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERRIGHT
187    /** use the animation effect 'Fade from Lower Right'.
188     */
189    FADE_FROM_LOWERRIGHT,
190
191    //-------------------------------------------------------------------------
192    // DOCUMENTATION OMITTED FOR AnimationEffect::  CLOSE_VERTICAL,
193
194    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_VERTICAL
195    /** use the animation effect 'Close Vertical'.
196     */
197    CLOSE_VERTICAL,
198
199    //-------------------------------------------------------------------------
200    // DOCUMENTATION OMITTED FOR AnimationEffect::  CLOSE_HORIZONTAL,
201
202    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_HORIZONTAL
203    /** use the animation effect 'Close Horizontal'.
204     */
205    CLOSE_HORIZONTAL,
206
207    //-------------------------------------------------------------------------
208    // DOCUMENTATION OMITTED FOR AnimationEffect::  OPEN_VERTICAL,
209
210    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_VERTICAL
211    /** use the animation effect 'Open Vertical'.
212     */
213    OPEN_VERTICAL,
214
215    //-------------------------------------------------------------------------
216    // DOCUMENTATION OMITTED FOR AnimationEffect::  OPEN_HORIZONTAL,
217
218    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_HORIZONTAL
219    /** use the animation effect 'Open Horizontal'.
220     */
221    OPEN_HORIZONTAL,
222
223    //-------------------------------------------------------------------------
224    // DOCUMENTATION OMITTED FOR AnimationEffect::  PATH,
225
226    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::PATH
227    /** use the animation effect 'Path'.
228     */
229    PATH,
230
231    //-------------------------------------------------------------------------
232    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_TO_LEFT,
233
234    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LEFT
235    /** use the animation effect 'Move to Left'.
236     */
237    MOVE_TO_LEFT,
238
239    //-------------------------------------------------------------------------
240    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_TO_TOP,
241
242    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_TOP
243    /** use the animation effect 'Move to Top'.
244     */
245    MOVE_TO_TOP,
246
247    //-------------------------------------------------------------------------
248    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_TO_RIGHT,
249
250    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_RIGHT
251    /** use the animation effect 'Move to Right'.
252     */
253    MOVE_TO_RIGHT,
254
255    //-------------------------------------------------------------------------
256    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_TO_BOTTOM,
257
258    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_BOTTOM
259    /** use the animation effect 'Move to Bottom'.
260     */
261    MOVE_TO_BOTTOM,
262
263    //-------------------------------------------------------------------------
264    // DOCUMENTATION OMITTED FOR AnimationEffect::  SPIRALIN_LEFT,
265
266    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_LEFT
267    /** use the animation effect 'Spiral Inward Left'.
268     */
269    SPIRALIN_LEFT,
270
271    //-------------------------------------------------------------------------
272    // DOCUMENTATION OMITTED FOR AnimationEffect::  SPIRALIN_RIGHT,
273
274    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_RIGHT
275    /** use the animation effect 'Spiral Inward Right'.
276     */
277    SPIRALIN_RIGHT,
278
279    //-------------------------------------------------------------------------
280    // DOCUMENTATION OMITTED FOR AnimationEffect::  SPIRALOUT_LEFT,
281
282    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_LEFT
283    /** use the animation effect 'Spiral Outward Left'.
284     */
285    SPIRALOUT_LEFT,
286
287    //-------------------------------------------------------------------------
288    // DOCUMENTATION OMITTED FOR AnimationEffect::  SPIRALOUT_RIGHT,
289
290    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_RIGHT
291    /** use the animation effect 'Spiral Outward Right'.
292     */
293    SPIRALOUT_RIGHT,
294
295    //-------------------------------------------------------------------------
296    // DOCUMENTATION OMITTED FOR AnimationEffect::  DISSOLVE,
297
298    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::DISSOLVE
299    /** use the animation effect 'Spiral Inward Left'.
300     */
301    DISSOLVE,
302
303    //-------------------------------------------------------------------------
304    // DOCUMENTATION OMITTED FOR AnimationEffect::  WAVYLINE_FROM_LEFT,
305
306    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_LEFT
307    /** use the animation effect 'Wavy Line from Left'.
308     */
309    WAVYLINE_FROM_LEFT,
310
311    //-------------------------------------------------------------------------
312    // DOCUMENTATION OMITTED FOR AnimationEffect::  WAVYLINE_FROM_TOP,
313
314    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_TOP
315    /** use the animation effect 'Wavy Line from Top'.
316     */
317    WAVYLINE_FROM_TOP,
318
319    //-------------------------------------------------------------------------
320    // DOCUMENTATION OMITTED FOR AnimationEffect::  WAVYLINE_FROM_RIGHT,
321
322    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_RIGHT
323    /** use the animation effect 'Wavy Line from Right'.
324     */
325    WAVYLINE_FROM_RIGHT,
326
327    //-------------------------------------------------------------------------
328    // DOCUMENTATION OMITTED FOR AnimationEffect::  WAVYLINE_FROM_BOTTOM,
329
330    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_BOTTOM
331    /** use the animation effect 'Wavy Line from Button'.
332     */
333    WAVYLINE_FROM_BOTTOM,
334
335    //-------------------------------------------------------------------------
336    // DOCUMENTATION OMITTED FOR AnimationEffect::  RANDOM,
337
338    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::RANDOM
339    /** use the animation effect 'Random'.
340     */
341    RANDOM,
342
343    //-------------------------------------------------------------------------
344    // DOCUMENTATION OMITTED FOR AnimationEffect::  VERTICAL_LINES,
345
346    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_LINES
347    /** use the animation effect 'Vertical Lines'.
348     */
349    VERTICAL_LINES,
350
351    //-------------------------------------------------------------------------
352    // DOCUMENTATION OMITTED FOR AnimationEffect::  HORIZONTAL_LINES,
353
354    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_LINES
355    /** use the animation effect 'Horizontal Lines'.
356     */
357    HORIZONTAL_LINES,
358
359    //-------------------------------------------------------------------------
360    // DOCUMENTATION OMITTED FOR AnimationEffect::  LASER_FROM_LEFT,
361
362    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LEFT
363    /** use the animation effect 'Wavy Line from Left'.
364     */
365    LASER_FROM_LEFT,
366
367    //-------------------------------------------------------------------------
368    // DOCUMENTATION OMITTED FOR AnimationEffect::  LASER_FROM_TOP,
369
370    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_TOP
371    /** use the animation effect 'Laser from Top'.
372     */
373    LASER_FROM_TOP,
374
375    //-------------------------------------------------------------------------
376    // DOCUMENTATION OMITTED FOR AnimationEffect::  LASER_FROM_RIGHT,
377
378    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_RIGHT
379    /** use the animation effect 'Laser from Right'.
380     */
381    LASER_FROM_RIGHT,
382
383    //-------------------------------------------------------------------------
384    // DOCUMENTATION OMITTED FOR AnimationEffect::  LASER_FROM_BOTTOM,
385
386    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_BOTTOM
387    /** use the animation effect 'Laser from Bottom'.
388     */
389    LASER_FROM_BOTTOM,
390
391    //-------------------------------------------------------------------------
392    // DOCUMENTATION OMITTED FOR AnimationEffect::  LASER_FROM_UPPERLEFT,
393
394    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERLEFT
395    /** use the animation effect 'Laser from Upper Left'.
396     */
397    LASER_FROM_UPPERLEFT,
398
399    //-------------------------------------------------------------------------
400    // DOCUMENTATION OMITTED FOR AnimationEffect::  LASER_FROM_UPPERRIGHT,
401
402    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERRIGHT
403    /** use the animation effect 'Laser from Upper Right'.
404     */
405    LASER_FROM_UPPERRIGHT,
406
407    //-------------------------------------------------------------------------
408    // DOCUMENTATION OMITTED FOR AnimationEffect::  LASER_FROM_LOWERLEFT,
409
410    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERLEFT
411    /** use the animation effect 'Laser from Lower Left'.
412     */
413    LASER_FROM_LOWERLEFT,
414
415    //-------------------------------------------------------------------------
416    // DOCUMENTATION OMITTED FOR AnimationEffect::  LASER_FROM_LOWERRIGHT,
417
418    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERRIGHT
419    /** use the animation effect 'Laser from Lower Right'.
420     */
421    LASER_FROM_LOWERRIGHT,
422
423    //-------------------------------------------------------------------------
424    // DOCUMENTATION OMITTED FOR AnimationEffect::  APPEAR,
425
426    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::APPEAR
427    /** use the animation effect 'Appear'.
428     */
429    APPEAR,
430
431    //-------------------------------------------------------------------------
432    // DOCUMENTATION OMITTED FOR AnimationEffect::  HIDE
433
434    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HIDE
435    /** use the animation effect 'Hide'.
436     */
437    HIDE,
438
439    //-------------------------------------------------------------------------
440    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_FROM_UPPERLEFT,
441
442    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERLEFT
443    /** use the animation effect 'Move from Upper Left'.
444     */
445    MOVE_FROM_UPPERLEFT,
446
447    //-------------------------------------------------------------------------
448    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_FROM_UPPERRIGHT,
449
450    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERRIGHT
451    /** use the animation effect 'Move from Upper Right'.
452     */
453    MOVE_FROM_UPPERRIGHT,
454
455    //-------------------------------------------------------------------------
456    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_FROM_LOWERRIGHT,
457
458    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERRIGHT
459    /** use the animation effect 'Move from Lower Right'.
460     */
461    MOVE_FROM_LOWERRIGHT,
462
463    //-------------------------------------------------------------------------
464    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_FROM_LOWERLEFT,
465
466    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERLEFT
467    /** use the animation effect 'Move from Lower Left'.
468     */
469    MOVE_FROM_LOWERLEFT,
470
471    //-------------------------------------------------------------------------
472    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_TO_UPPERLEFT,
473
474    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERLEFT
475    /** use the animation effect 'Move to Upper Left'.
476     */
477    MOVE_TO_UPPERLEFT,
478
479    //-------------------------------------------------------------------------
480    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_TO_UPPERRIGHT,
481
482    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERRIGHT
483    /** use the animation effect 'Move to Upper Right'.
484     */
485    MOVE_TO_UPPERRIGHT,
486
487    //-------------------------------------------------------------------------
488    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_TO_LOWERRIGHT,
489
490    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERRIGHT
491    /** use the animation effect 'Move to Lower Right'.
492     */
493    MOVE_TO_LOWERRIGHT,
494
495    //-------------------------------------------------------------------------
496    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_TO_LOWERLEFT,
497
498    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERLEFT
499    /** use the animation effect 'Move to Lower Left'.
500     */
501    MOVE_TO_LOWERLEFT,
502
503    //-------------------------------------------------------------------------
504    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_FROM_LEFT
505
506    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LEFT
507    /** use the animation effect 'Move Short from Left'.
508     */
509    MOVE_SHORT_FROM_LEFT,
510
511    //-------------------------------------------------------------------------
512    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_FROM_UPPERLEFT
513
514    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERLEFT
515    /** use the animation effect 'Move Short from Upper Left'.
516     */
517    MOVE_SHORT_FROM_UPPERLEFT,
518
519    //-------------------------------------------------------------------------
520    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_FROM_TOP
521
522    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_TOP
523    /** use the animation effect 'Move Short from Top'.
524     */
525    MOVE_SHORT_FROM_TOP,
526
527    //-------------------------------------------------------------------------
528    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_FROM_UPPERRIGHT
529
530    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERRIGHT
531    /** use the animation effect 'Move Short from Upper Right'.
532     */
533    MOVE_SHORT_FROM_UPPERRIGHT,
534
535    //-------------------------------------------------------------------------
536    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_FROM_RIGHT
537
538    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_RIGHT
539    /** use the animation effect 'Move Short from Right'.
540     */
541    MOVE_SHORT_FROM_RIGHT,
542
543    //-------------------------------------------------------------------------
544    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_FROM_LOWERRIGHT
545
546    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERRIGHT
547    /** use the animation effect 'Move Short from Lower Right'.
548     */
549    MOVE_SHORT_FROM_LOWERRIGHT,
550
551    //-------------------------------------------------------------------------
552    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_FROM_BOTTOM
553
554    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_BOTTOM
555    /** use the animation effect 'Move Short from Bottom'.
556     */
557    MOVE_SHORT_FROM_BOTTOM,
558
559    //-------------------------------------------------------------------------
560    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_FROM_LOWERLEFT
561
562    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERLEFT
563    /** use the animation effect 'Move Short from Lower Left'.
564     */
565    MOVE_SHORT_FROM_LOWERLEFT,
566
567    //-------------------------------------------------------------------------
568    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_TO_LEFT
569
570    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LEFT
571    /** use the animation effect 'Move Short to Left'.
572     */
573    MOVE_SHORT_TO_LEFT,
574
575    //-------------------------------------------------------------------------
576    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_TO_UPPERLEFT
577
578    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERLEFT
579    /** use the animation effect 'Move Short to Upper Left'.
580     */
581    MOVE_SHORT_TO_UPPERLEFT,
582
583    //-------------------------------------------------------------------------
584    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_TO_TOP
585
586    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_TOP
587    /** use the animation effect 'Move Short to Top'.
588     */
589    MOVE_SHORT_TO_TOP,
590
591    //-------------------------------------------------------------------------
592    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_TO_UPPERRIGHT
593
594    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERRIGHT
595    /** use the animation effect 'Move Short to Upper Right'.
596     */
597    MOVE_SHORT_TO_UPPERRIGHT,
598
599    //-------------------------------------------------------------------------
600    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_TO_RIGHT
601
602    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_RIGHT
603    /** use the animation effect 'Move Short to Right'.
604     */
605    MOVE_SHORT_TO_RIGHT,
606
607    //-------------------------------------------------------------------------
608    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_TO_LOWERRIGHT
609
610    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERRIGHT
611    /** use the animation effect 'Move Short to Lower Right'.
612     */
613    MOVE_SHORT_TO_LOWERRIGHT,
614
615    //-------------------------------------------------------------------------
616    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_TO_BOTTOM
617
618    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_BOTTOM
619    /** use the animation effect 'Move Short to Bottom'.
620     */
621    MOVE_SHORT_TO_BOTTOM,
622
623    //-------------------------------------------------------------------------
624    // DOCUMENTATION OMITTED FOR AnimationEffect::  MOVE_SHORT_TO_LOWERLEFT
625
626    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERLEFT
627    /** use the animation effect 'Move Short to Lower Left'.
628     */
629    MOVE_SHORT_TO_LOWERLEFT,
630
631    //-------------------------------------------------------------------------
632    // DOCUMENTATION OMITTED FOR AnimationEffect::  VERTICAL_CHECKERBOARD
633
634    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_CHECKERBOARD
635    /** use the animation effect 'Vertical Checkerboard'.
636     */
637    VERTICAL_CHECKERBOARD,
638
639    //-------------------------------------------------------------------------
640    // DOCUMENTATION OMITTED FOR AnimationEffect::  HORIZONTAL_CHECKERBOARD
641
642    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_CHECKERBOARD
643    /** use the animation effect 'Horizontal Checkerboard'.
644     */
645    HORIZONTAL_CHECKERBOARD,
646
647    //-------------------------------------------------------------------------
648    // DOCUMENTATION OMITTED FOR AnimationEffect::  HORIZONTAL_ROTATE
649
650    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_ROTATE
651    /** use the animation effect 'Horizontal Rotate'.
652     */
653    HORIZONTAL_ROTATE,
654
655    //-------------------------------------------------------------------------
656    // DOCUMENTATION OMITTED FOR AnimationEffect::  VERTICAL_ROTATE
657
658    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_ROTATE
659    /** use the animation effect 'Vertical Rotate'.
660     */
661    VERTICAL_ROTATE,
662
663    //-------------------------------------------------------------------------
664    // DOCUMENTATION OMITTED FOR AnimationEffect::  HORIZONTAL_STRETCH
665
666    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRETCH
667    /** use the animation effect 'Horizontal Stretch'.
668     */
669    HORIZONTAL_STRETCH,
670
671    //-------------------------------------------------------------------------
672    // DOCUMENTATION OMITTED FOR AnimationEffect::  VERTICAL_STRETCH
673
674    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRETCH
675    /** use the animation effect 'Vertical Stretch'.
676     */
677    VERTICAL_STRETCH,
678
679    //-------------------------------------------------------------------------
680    // DOCUMENTATION OMITTED FOR AnimationEffect::  STRETCH_FROM_LEFT
681
682    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LEFT
683    /** use the animation effect 'Stretch From Left'.
684     */
685    STRETCH_FROM_LEFT,
686
687    //-------------------------------------------------------------------------
688    // DOCUMENTATION OMITTED FOR AnimationEffect::  STRETCH_FROM_UPPERLEFT
689
690    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERLEFT
691    /** use the animation effect 'Stretch From Upper Left'.
692     */
693    STRETCH_FROM_UPPERLEFT,
694
695    //-------------------------------------------------------------------------
696    // DOCUMENTATION OMITTED FOR AnimationEffect::  STRETCH_FROM_TOP
697
698    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_TOP
699    /** use the animation effect 'Stretch From Top'.
700     */
701    STRETCH_FROM_TOP,
702
703    //-------------------------------------------------------------------------
704    // DOCUMENTATION OMITTED FOR AnimationEffect::  STRETCH_FROM_UPPERRIGHT
705
706    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERRIGHT
707    /** use the animation effect 'Stretch From Upper Right'.
708     */
709    STRETCH_FROM_UPPERRIGHT,
710
711    //-------------------------------------------------------------------------
712    // DOCUMENTATION OMITTED FOR AnimationEffect::  STRETCH_FROM_RIGHT
713
714    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_RIGHT
715    /** use the animation effect 'Stretch From Right'.
716     */
717    STRETCH_FROM_RIGHT,
718
719    //-------------------------------------------------------------------------
720    // DOCUMENTATION OMITTED FOR AnimationEffect::  STRETCH_FROM_LOWERRIGHT
721
722    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERRIGHT
723    /** use the animation effect 'Stretch From Lower Right'.
724     */
725    STRETCH_FROM_LOWERRIGHT,
726
727    //-------------------------------------------------------------------------
728    // DOCUMENTATION OMITTED FOR AnimationEffect::  STRETCH_FROM_BOTTOM
729
730    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_BOTTOM
731    /** use the animation effect 'Stretch From Bottom'.
732     */
733    STRETCH_FROM_BOTTOM,
734
735    //-------------------------------------------------------------------------
736    // DOCUMENTATION OMITTED FOR AnimationEffect::  STRETCH_FROM_LOWERLEFT
737
738    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERLEFT
739    /** use the animation effect 'Stretch From Lower Left'.
740     */
741    STRETCH_FROM_LOWERLEFT,
742
743    //-------------------------------------------------------------------------
744    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN
745
746    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN
747    /** use the animation effect 'Zoom In'.
748     */
749    ZOOM_IN,
750
751    //-------------------------------------------------------------------------
752    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SMALL
753
754    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SMALL
755    /** use the animation effect 'Zoom In Small'.
756     */
757    ZOOM_IN_SMALL,
758
759    //-------------------------------------------------------------------------
760    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SPIRAL
761
762    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SPIRAL
763    /** use the animation effect 'Zoom In Spiral'.
764     */
765    ZOOM_IN_SPIRAL,
766
767    //-------------------------------------------------------------------------
768    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT
769
770    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT
771    /** use the animation effect 'Zoom Out'.
772     */
773    ZOOM_OUT,
774
775    //-------------------------------------------------------------------------
776    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SMALL
777
778    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SMALL
779    /** use the animation effect 'Zoom Out Small'.
780     */
781    ZOOM_OUT_SMALL,
782
783    //-------------------------------------------------------------------------
784    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SPIRAL
785
786    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SPIRAL
787    /** use the animation effect 'Zoom Out Spiral'.
788     */
789    ZOOM_OUT_SPIRAL,
790
791    //-------------------------------------------------------------------------
792    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LEFT
793
794    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LEFT
795    /** use the animation effect 'Zoom In From Left'.
796     */
797    ZOOM_IN_FROM_LEFT,
798
799    //-------------------------------------------------------------------------
800    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERLEFT
801
802    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERLEFT
803    /** use the animation effect 'Zoom In From Upper Left'.
804     */
805    ZOOM_IN_FROM_UPPERLEFT,
806
807    //-------------------------------------------------------------------------
808    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_TOP
809
810    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_TOP
811    /** use the animation effect 'Zoom In From Top'.
812     */
813    ZOOM_IN_FROM_TOP,
814
815    //-------------------------------------------------------------------------
816    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERRIGHT
817
818    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERRIGHT
819    /** use the animation effect 'Zoom In From Upper Right'.
820     */
821    ZOOM_IN_FROM_UPPERRIGHT,
822
823    //-------------------------------------------------------------------------
824    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_RIGHT
825
826    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_RIGHT
827    /** use the animation effect 'Zoom In From Right'.
828     */
829    ZOOM_IN_FROM_RIGHT,
830
831    //-------------------------------------------------------------------------
832    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERRIGHT
833
834    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERRIGHT
835    /** use the animation effect 'Zoom In From Lower Right'.
836     */
837    ZOOM_IN_FROM_LOWERRIGHT,
838
839    //-------------------------------------------------------------------------
840    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_BOTTOM
841
842    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_BOTTOM
843    /** use the animation effect 'Zoom In From Bottom'.
844     */
845    ZOOM_IN_FROM_BOTTOM,
846
847    //-------------------------------------------------------------------------
848    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERLEFT
849
850    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERLEFT
851    /** use the animation effect 'Zoom In From Lower Left'.
852     */
853    ZOOM_IN_FROM_LOWERLEFT,
854
855    //-------------------------------------------------------------------------
856    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_CENTER
857
858    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_CENTER
859    /** use the animation effect 'Zoom In From Center'.
860     */
861    ZOOM_IN_FROM_CENTER,
862
863    //-------------------------------------------------------------------------
864    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LEFT
865
866    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LEFT
867    /** use the animation effect 'Zoom Out From Left'.
868     */
869    ZOOM_OUT_FROM_LEFT,
870
871    //-------------------------------------------------------------------------
872    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERLEFT
873
874    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERLEFT
875    /** use the animation effect 'Zoom Out From Upper Left'.
876     */
877    ZOOM_OUT_FROM_UPPERLEFT,
878
879    //-------------------------------------------------------------------------
880    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_TOP
881
882    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_TOP
883    /** use the animation effect 'Zoom Out From Top'.
884     */
885    ZOOM_OUT_FROM_TOP,
886
887    //-------------------------------------------------------------------------
888    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERRIGHT
889
890    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERRIGHT
891    /** use the animation effect 'Zoom Out From Upper Right'.
892     */
893    ZOOM_OUT_FROM_UPPERRIGHT,
894
895    //-------------------------------------------------------------------------
896    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_RIGHT
897
898    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_RIGHT
899    /** use the animation effect 'Zoom Out From Right'.
900     */
901    ZOOM_OUT_FROM_RIGHT,
902
903    //-------------------------------------------------------------------------
904    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERRIGHT
905
906    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERRIGHT
907    /** use the animation effect 'Zoom Out From Lower Right'.
908     */
909    ZOOM_OUT_FROM_LOWERRIGHT,
910
911    //-------------------------------------------------------------------------
912    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_BOTTOM
913
914    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_BOTTOM
915    /** use the animation effect 'Zoom Out From Bottom'.
916     */
917    ZOOM_OUT_FROM_BOTTOM,
918
919    //-------------------------------------------------------------------------
920    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERLEFT
921
922    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERLEFT
923    /** use the animation effect 'Zoom Out From Lower Left'.
924     */
925    ZOOM_OUT_FROM_LOWERLEFT,
926
927    //-------------------------------------------------------------------------
928    // DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_CENTER
929
930    // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_CENTER
931    /** use the animation effect 'Zoom Out From Center'.
932     */
933    ZOOM_OUT_FROM_CENTER
934};
935
936//=============================================================================
937
938}; }; }; };
939
940#endif
941