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