Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / presentation / FadeEffect.idl
blobb5d4c56a40020e4c760fbb46616fba382ae241f5
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: FadeEffect.idl,v $
10 * $Revision: 1.10 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef __com_sun_star_presentation_FadeEffect_idl__
31 #define __com_sun_star_presentation_FadeEffect_idl__
34 //=============================================================================
36 module com { module sun { module star { module presentation {
38 //=============================================================================
40 /** specifies the fade effects to fade one page into another.
42 published enum FadeEffect
44 //-------------------------------------------------------------------------
46 /** use no fade effects.
48 NONE,
50 //-------------------------------------------------------------------------
52 /** use the fade effect 'Fade from Left'.
54 FADE_FROM_LEFT,
56 //-------------------------------------------------------------------------
58 /** use the fade effect 'Fade from Top'.
60 FADE_FROM_TOP,
62 //-------------------------------------------------------------------------
64 /** use the fade effect 'Fade from Right'.
66 FADE_FROM_RIGHT,
68 //-------------------------------------------------------------------------
70 /** use the fade effect 'Fade from Bottom'.
72 FADE_FROM_BOTTOM,
74 //-------------------------------------------------------------------------
76 /** use the fade effect 'Fade to Center'.
78 FADE_TO_CENTER,
80 //-------------------------------------------------------------------------
82 /** use the fade effect 'Fade from Center'.
84 FADE_FROM_CENTER,
86 //-------------------------------------------------------------------------
88 /** use the fade effect 'Move from Left'.
90 MOVE_FROM_LEFT,
92 //-------------------------------------------------------------------------
94 /** use the fade effect 'Move from Top'.
96 MOVE_FROM_TOP,
98 //-------------------------------------------------------------------------
100 /** use the fade effect 'Move from Right'.
102 MOVE_FROM_RIGHT,
104 //-------------------------------------------------------------------------
106 /** use the fade effect 'Move from Bottom'.
108 MOVE_FROM_BOTTOM,
110 //-------------------------------------------------------------------------
112 /** use the fade effect 'Roll from Left'.
114 ROLL_FROM_LEFT,
116 //-------------------------------------------------------------------------
118 /** use the fade effect 'Roll from Top'.
120 ROLL_FROM_TOP,
122 //-------------------------------------------------------------------------
124 /** use the fade effect 'Roll from Right'.
126 ROLL_FROM_RIGHT,
128 //-------------------------------------------------------------------------
130 /** use the fade effect 'Roll from Bottom'.
132 ROLL_FROM_BOTTOM,
134 //-------------------------------------------------------------------------
136 /** use the fade effect 'Vertical Stripes'.
138 VERTICAL_STRIPES,
140 //-------------------------------------------------------------------------
142 /** use the fade effect 'Horizontal Stripes'.
144 HORIZONTAL_STRIPES,
146 //-------------------------------------------------------------------------
148 /** use the fade effect 'Clockwise'.
150 CLOCKWISE,
152 //-------------------------------------------------------------------------
154 /** use the fade effect 'Counter Clockwise'.
156 COUNTERCLOCKWISE,
158 //-------------------------------------------------------------------------
160 /** use the fade effect 'Fade from Upper Left'.
162 FADE_FROM_UPPERLEFT,
164 //-------------------------------------------------------------------------
166 /** use the fade effect 'Fade from Upper Right'.
168 FADE_FROM_UPPERRIGHT,
170 //-------------------------------------------------------------------------
172 /** use the fade effect 'Fade from Lower Left'.
174 FADE_FROM_LOWERLEFT,
176 //-------------------------------------------------------------------------
178 /** use the fade effect 'Fade from Lower Right'.
180 FADE_FROM_LOWERRIGHT,
182 //-------------------------------------------------------------------------
184 /** use the fade effect 'Close Vertical'.
186 CLOSE_VERTICAL,
188 //-------------------------------------------------------------------------
190 /** use the fade effect 'Close Horizontal'.
192 CLOSE_HORIZONTAL,
194 //-------------------------------------------------------------------------
196 /** use the fade effect 'Open Vertical'.
198 OPEN_VERTICAL,
200 //-------------------------------------------------------------------------
202 /** use the fade effect 'Open Horizontal'.
204 OPEN_HORIZONTAL,
206 //-------------------------------------------------------------------------
208 /** use the fade effect 'Spiral Inward Left'.
210 SPIRALIN_LEFT,
212 //-------------------------------------------------------------------------
214 /** use the fade effect 'Spiral Inward Right'.
216 SPIRALIN_RIGHT,
218 //-------------------------------------------------------------------------
220 /** use the fade effect 'Spiral Outward Left'.
222 SPIRALOUT_LEFT,
224 //-------------------------------------------------------------------------
226 /** use the fade effect 'Spiral Outward Right'.
228 SPIRALOUT_RIGHT,
230 //-------------------------------------------------------------------------
232 /** use the fade effect 'Dissolve'.
234 DISSOLVE,
236 //-------------------------------------------------------------------------
238 /** use the fade effect 'Wavy Line from Left'.
240 WAVYLINE_FROM_LEFT,
242 //-------------------------------------------------------------------------
244 /** use the fade effect 'Wavy Line from Top'.
246 WAVYLINE_FROM_TOP,
248 //-------------------------------------------------------------------------
250 /** use the fade effect 'Wavy Line from Right'.
252 WAVYLINE_FROM_RIGHT,
254 //-------------------------------------------------------------------------
256 /** use the fade effect 'Wavy Line from Bottom'.
258 WAVYLINE_FROM_BOTTOM,
260 //-------------------------------------------------------------------------
262 /** use the fade effect 'Random'.
264 RANDOM,
266 //-------------------------------------------------------------------------
268 /** use the fade effect 'Stretch from Left'.
270 STRETCH_FROM_LEFT,
272 //-------------------------------------------------------------------------
274 /** use the fade effect 'Stretch from Top'.
276 STRETCH_FROM_TOP,
278 //-------------------------------------------------------------------------
280 /** use the fade effect 'Stretch from Right'.
282 STRETCH_FROM_RIGHT,
284 //-------------------------------------------------------------------------
286 /** use the fade effect 'Stretch from Bottom'.
288 STRETCH_FROM_BOTTOM,
290 //-------------------------------------------------------------------------
292 /** use the fade effect 'Vertical Lines'.
294 VERTICAL_LINES,
296 //-------------------------------------------------------------------------
298 /** use the fade effect 'Horizontal Lines'.
300 HORIZONTAL_LINES,
302 //-------------------------------------------------------------------------
304 /** use the fade effect 'Move from Upper Left'.
306 MOVE_FROM_UPPERLEFT,
308 //-------------------------------------------------------------------------
310 /** use the fade effect 'Move from Upper Right'.
312 MOVE_FROM_UPPERRIGHT,
314 //-------------------------------------------------------------------------
316 /** use the fade effect 'Move from Lower Right'.
318 MOVE_FROM_LOWERRIGHT,
320 //-------------------------------------------------------------------------
322 /** use the fade effect 'Move from Lower Left'.
324 MOVE_FROM_LOWERLEFT,
326 //-------------------------------------------------------------------------
328 /** use the fade effect 'Uncover to Left'.
330 UNCOVER_TO_LEFT,
332 //-------------------------------------------------------------------------
334 /** use the fade effect 'Uncover to Upper Left'.
336 UNCOVER_TO_UPPERLEFT,
338 //-------------------------------------------------------------------------
340 /** use the fade effect 'Uncover to Top'.
342 UNCOVER_TO_TOP,
344 //-------------------------------------------------------------------------
346 /** use the fade effect 'Uncover to Upper Right'.
348 UNCOVER_TO_UPPERRIGHT,
350 //-------------------------------------------------------------------------
352 /** use the fade effect 'Uncover to Right'.
354 UNCOVER_TO_RIGHT,
356 //-------------------------------------------------------------------------
358 /** use the fade effect 'Uncover to Lower Right'.
360 UNCOVER_TO_LOWERRIGHT,
362 //-------------------------------------------------------------------------
364 /** use the fade effect 'Uncover to Bottom'.
366 UNCOVER_TO_BOTTOM,
368 //-------------------------------------------------------------------------
370 /** use the fade effect 'Uncover to Lower Left'.
372 UNCOVER_TO_LOWERLEFT,
374 //-------------------------------------------------------------------------
376 /** use the fade effect 'Vertical Checkerboard'.
378 VERTICAL_CHECKERBOARD,
380 //-------------------------------------------------------------------------
382 /** use the fade effect 'Horizontal Checkerboard'.
384 HORIZONTAL_CHECKERBOARD
387 //=============================================================================
389 }; }; }; };
391 #endif