1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*************************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 * Copyright 2000, 2010 Oracle and/or its affiliates.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * This file is part of OpenOffice.org.
12 * OpenOffice.org is free software: you can redistribute it and/or modify
13 * it under the terms of the GNU Lesser General Public License version 3
14 * only, as published by the Free Software Foundation.
16 * OpenOffice.org is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU Lesser General Public License version 3 for more details
20 * (a copy is included in the LICENSE file that accompanied this code).
22 * You should have received a copy of the GNU Lesser General Public License
23 * version 3 along with OpenOffice.org. If not, see
24 * <http://www.openoffice.org/license.html>
25 * for a copy of the LGPLv3 License.
27 ************************************************************************/
28 #ifndef __com_sun_star_presentation_FadeEffect_idl__
29 #define __com_sun_star_presentation_FadeEffect_idl__
32 //=============================================================================
34 module com
{ module sun
{ module star
{ module presentation
{
36 //=============================================================================
38 /** specifies the fade effects to fade one page into another.
40 published
enum FadeEffect
42 //-------------------------------------------------------------------------
44 /** use no fade effects.
48 //-------------------------------------------------------------------------
50 /** use the fade effect "Fade from Left".
54 //-------------------------------------------------------------------------
56 /** use the fade effect "Fade from Top".
60 //-------------------------------------------------------------------------
62 /** use the fade effect "Fade from Right".
66 //-------------------------------------------------------------------------
68 /** use the fade effect "Fade from Bottom".
72 //-------------------------------------------------------------------------
74 /** use the fade effect "Fade to Center".
78 //-------------------------------------------------------------------------
80 /** use the fade effect "Fade from Center".
84 //-------------------------------------------------------------------------
86 /** use the fade effect "Move from Left".
90 //-------------------------------------------------------------------------
92 /** use the fade effect "Move from Top".
96 //-------------------------------------------------------------------------
98 /** use the fade effect "Move from Right".
102 //-------------------------------------------------------------------------
104 /** use the fade effect "Move from Bottom".
108 //-------------------------------------------------------------------------
110 /** use the fade effect "Roll from Left".
114 //-------------------------------------------------------------------------
116 /** use the fade effect "Roll from Top".
120 //-------------------------------------------------------------------------
122 /** use the fade effect "Roll from Right".
126 //-------------------------------------------------------------------------
128 /** use the fade effect "Roll from Bottom".
132 //-------------------------------------------------------------------------
134 /** use the fade effect "Vertical Stripes".
138 //-------------------------------------------------------------------------
140 /** use the fade effect "Horizontal Stripes".
144 //-------------------------------------------------------------------------
146 /** use the fade effect "Clockwise".
150 //-------------------------------------------------------------------------
152 /** use the fade effect "Counter Clockwise".
156 //-------------------------------------------------------------------------
158 /** use the fade effect "Fade from Upper Left".
162 //-------------------------------------------------------------------------
164 /** use the fade effect "Fade from Upper Right".
166 FADE_FROM_UPPERRIGHT
,
168 //-------------------------------------------------------------------------
170 /** use the fade effect "Fade from Lower Left".
174 //-------------------------------------------------------------------------
176 /** use the fade effect "Fade from Lower Right".
178 FADE_FROM_LOWERRIGHT
,
180 //-------------------------------------------------------------------------
182 /** use the fade effect "Close Vertical".
186 //-------------------------------------------------------------------------
188 /** use the fade effect "Close Horizontal".
192 //-------------------------------------------------------------------------
194 /** use the fade effect "Open Vertical".
198 //-------------------------------------------------------------------------
200 /** use the fade effect "Open Horizontal".
204 //-------------------------------------------------------------------------
206 /** use the fade effect "Spiral Inward Left".
210 //-------------------------------------------------------------------------
212 /** use the fade effect "Spiral Inward Right".
216 //-------------------------------------------------------------------------
218 /** use the fade effect "Spiral Outward Left".
222 //-------------------------------------------------------------------------
224 /** use the fade effect "Spiral Outward Right".
228 //-------------------------------------------------------------------------
230 /** use the fade effect "Dissolve".
234 //-------------------------------------------------------------------------
236 /** use the fade effect "Wavy Line from Left".
240 //-------------------------------------------------------------------------
242 /** use the fade effect "Wavy Line from Top".
246 //-------------------------------------------------------------------------
248 /** use the fade effect "Wavy Line from Right".
252 //-------------------------------------------------------------------------
254 /** use the fade effect "Wavy Line from Bottom".
256 WAVYLINE_FROM_BOTTOM
,
258 //-------------------------------------------------------------------------
260 /** use the fade effect "Random".
264 //-------------------------------------------------------------------------
266 /** use the fade effect "Stretch from Left".
270 //-------------------------------------------------------------------------
272 /** use the fade effect "Stretch from Top".
276 //-------------------------------------------------------------------------
278 /** use the fade effect "Stretch from Right".
282 //-------------------------------------------------------------------------
284 /** use the fade effect "Stretch from Bottom".
288 //-------------------------------------------------------------------------
290 /** use the fade effect "Vertical Lines".
294 //-------------------------------------------------------------------------
296 /** use the fade effect "Horizontal Lines".
300 //-------------------------------------------------------------------------
302 /** use the fade effect "Move from Upper Left".
306 //-------------------------------------------------------------------------
308 /** use the fade effect "Move from Upper Right".
310 MOVE_FROM_UPPERRIGHT
,
312 //-------------------------------------------------------------------------
314 /** use the fade effect "Move from Lower Right".
316 MOVE_FROM_LOWERRIGHT
,
318 //-------------------------------------------------------------------------
320 /** use the fade effect "Move from Lower Left".
324 //-------------------------------------------------------------------------
326 /** use the fade effect "Uncover to Left".
330 //-------------------------------------------------------------------------
332 /** use the fade effect "Uncover to Upper Left".
334 UNCOVER_TO_UPPERLEFT
,
336 //-------------------------------------------------------------------------
338 /** use the fade effect "Uncover to Top".
342 //-------------------------------------------------------------------------
344 /** use the fade effect "Uncover to Upper Right".
346 UNCOVER_TO_UPPERRIGHT
,
348 //-------------------------------------------------------------------------
350 /** use the fade effect "Uncover to Right".
354 //-------------------------------------------------------------------------
356 /** use the fade effect "Uncover to Lower Right".
358 UNCOVER_TO_LOWERRIGHT
,
360 //-------------------------------------------------------------------------
362 /** use the fade effect "Uncover to Bottom".
366 //-------------------------------------------------------------------------
368 /** use the fade effect "Uncover to Lower Left".
370 UNCOVER_TO_LOWERLEFT
,
372 //-------------------------------------------------------------------------
374 /** use the fade effect "Vertical Checkerboard".
376 VERTICAL_CHECKERBOARD
,
378 //-------------------------------------------------------------------------
380 /** use the fade effect "Horizontal Checkerboard".
382 HORIZONTAL_CHECKERBOARD
385 //=============================================================================
391 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */