1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: FadeEffect.idl,v $
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.
50 //-------------------------------------------------------------------------
52 /** use the fade effect 'Fade from Left'.
56 //-------------------------------------------------------------------------
58 /** use the fade effect 'Fade from Top'.
62 //-------------------------------------------------------------------------
64 /** use the fade effect 'Fade from Right'.
68 //-------------------------------------------------------------------------
70 /** use the fade effect 'Fade from Bottom'.
74 //-------------------------------------------------------------------------
76 /** use the fade effect 'Fade to Center'.
80 //-------------------------------------------------------------------------
82 /** use the fade effect 'Fade from Center'.
86 //-------------------------------------------------------------------------
88 /** use the fade effect 'Move from Left'.
92 //-------------------------------------------------------------------------
94 /** use the fade effect 'Move from Top'.
98 //-------------------------------------------------------------------------
100 /** use the fade effect 'Move from Right'.
104 //-------------------------------------------------------------------------
106 /** use the fade effect 'Move from Bottom'.
110 //-------------------------------------------------------------------------
112 /** use the fade effect 'Roll from Left'.
116 //-------------------------------------------------------------------------
118 /** use the fade effect 'Roll from Top'.
122 //-------------------------------------------------------------------------
124 /** use the fade effect 'Roll from Right'.
128 //-------------------------------------------------------------------------
130 /** use the fade effect 'Roll from Bottom'.
134 //-------------------------------------------------------------------------
136 /** use the fade effect 'Vertical Stripes'.
140 //-------------------------------------------------------------------------
142 /** use the fade effect 'Horizontal Stripes'.
146 //-------------------------------------------------------------------------
148 /** use the fade effect 'Clockwise'.
152 //-------------------------------------------------------------------------
154 /** use the fade effect 'Counter Clockwise'.
158 //-------------------------------------------------------------------------
160 /** use the fade effect 'Fade from Upper Left'.
164 //-------------------------------------------------------------------------
166 /** use the fade effect 'Fade from Upper Right'.
168 FADE_FROM_UPPERRIGHT
,
170 //-------------------------------------------------------------------------
172 /** use the fade effect 'Fade from Lower Left'.
176 //-------------------------------------------------------------------------
178 /** use the fade effect 'Fade from Lower Right'.
180 FADE_FROM_LOWERRIGHT
,
182 //-------------------------------------------------------------------------
184 /** use the fade effect 'Close Vertical'.
188 //-------------------------------------------------------------------------
190 /** use the fade effect 'Close Horizontal'.
194 //-------------------------------------------------------------------------
196 /** use the fade effect 'Open Vertical'.
200 //-------------------------------------------------------------------------
202 /** use the fade effect 'Open Horizontal'.
206 //-------------------------------------------------------------------------
208 /** use the fade effect 'Spiral Inward Left'.
212 //-------------------------------------------------------------------------
214 /** use the fade effect 'Spiral Inward Right'.
218 //-------------------------------------------------------------------------
220 /** use the fade effect 'Spiral Outward Left'.
224 //-------------------------------------------------------------------------
226 /** use the fade effect 'Spiral Outward Right'.
230 //-------------------------------------------------------------------------
232 /** use the fade effect 'Dissolve'.
236 //-------------------------------------------------------------------------
238 /** use the fade effect 'Wavy Line from Left'.
242 //-------------------------------------------------------------------------
244 /** use the fade effect 'Wavy Line from Top'.
248 //-------------------------------------------------------------------------
250 /** use the fade effect 'Wavy Line from Right'.
254 //-------------------------------------------------------------------------
256 /** use the fade effect 'Wavy Line from Bottom'.
258 WAVYLINE_FROM_BOTTOM
,
260 //-------------------------------------------------------------------------
262 /** use the fade effect 'Random'.
266 //-------------------------------------------------------------------------
268 /** use the fade effect 'Stretch from Left'.
272 //-------------------------------------------------------------------------
274 /** use the fade effect 'Stretch from Top'.
278 //-------------------------------------------------------------------------
280 /** use the fade effect 'Stretch from Right'.
284 //-------------------------------------------------------------------------
286 /** use the fade effect 'Stretch from Bottom'.
290 //-------------------------------------------------------------------------
292 /** use the fade effect 'Vertical Lines'.
296 //-------------------------------------------------------------------------
298 /** use the fade effect 'Horizontal Lines'.
302 //-------------------------------------------------------------------------
304 /** use the fade effect 'Move from Upper Left'.
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'.
326 //-------------------------------------------------------------------------
328 /** use the fade effect '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'.
344 //-------------------------------------------------------------------------
346 /** use the fade effect 'Uncover to Upper Right'.
348 UNCOVER_TO_UPPERRIGHT
,
350 //-------------------------------------------------------------------------
352 /** use the fade effect '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'.
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 //=============================================================================