1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef __com_sun_star_presentation_FadeEffect_idl__
20 #define __com_sun_star_presentation_FadeEffect_idl__
24 module com
{ module sun
{ module star
{ module presentation
{
27 /** specifies the fade effects to fade one page into another.
29 published
enum FadeEffect
32 /** use no fade effects.
37 /** use the fade effect "Fade from Left".
42 /** use the fade effect "Fade from Top".
47 /** use the fade effect "Fade from Right".
52 /** use the fade effect "Fade from Bottom".
57 /** use the fade effect "Fade to Center".
62 /** use the fade effect "Fade from Center".
67 /** use the fade effect "Move from Left".
72 /** use the fade effect "Move from Top".
77 /** use the fade effect "Move from Right".
82 /** use the fade effect "Move from Bottom".
87 /** use the fade effect "Roll from Left".
92 /** use the fade effect "Roll from Top".
97 /** use the fade effect "Roll from Right".
102 /** use the fade effect "Roll from Bottom".
107 /** use the fade effect "Vertical Stripes".
112 /** use the fade effect "Horizontal Stripes".
117 /** use the fade effect "Clockwise".
122 /** use the fade effect "Counter Clockwise".
127 /** use the fade effect "Fade from Upper Left".
132 /** use the fade effect "Fade from Upper Right".
134 FADE_FROM_UPPERRIGHT
,
137 /** use the fade effect "Fade from Lower Left".
142 /** use the fade effect "Fade from Lower Right".
144 FADE_FROM_LOWERRIGHT
,
147 /** use the fade effect "Close Vertical".
152 /** use the fade effect "Close Horizontal".
157 /** use the fade effect "Open Vertical".
162 /** use the fade effect "Open Horizontal".
167 /** use the fade effect "Spiral Inward Left".
172 /** use the fade effect "Spiral Inward Right".
177 /** use the fade effect "Spiral Outward Left".
182 /** use the fade effect "Spiral Outward Right".
187 /** use the fade effect "Dissolve".
192 /** use the fade effect "Wavy Line from Left".
197 /** use the fade effect "Wavy Line from Top".
202 /** use the fade effect "Wavy Line from Right".
207 /** use the fade effect "Wavy Line from Bottom".
209 WAVYLINE_FROM_BOTTOM
,
212 /** use the fade effect "Random".
217 /** use the fade effect "Stretch from Left".
222 /** use the fade effect "Stretch from Top".
227 /** use the fade effect "Stretch from Right".
232 /** use the fade effect "Stretch from Bottom".
237 /** use the fade effect "Vertical Lines".
242 /** use the fade effect "Horizontal Lines".
247 /** use the fade effect "Move from Upper Left".
252 /** use the fade effect "Move from Upper Right".
254 MOVE_FROM_UPPERRIGHT
,
257 /** use the fade effect "Move from Lower Right".
259 MOVE_FROM_LOWERRIGHT
,
262 /** use the fade effect "Move from Lower Left".
267 /** use the fade effect "Uncover to Left".
272 /** use the fade effect "Uncover to Upper Left".
274 UNCOVER_TO_UPPERLEFT
,
277 /** use the fade effect "Uncover to Top".
282 /** use the fade effect "Uncover to Upper Right".
284 UNCOVER_TO_UPPERRIGHT
,
287 /** use the fade effect "Uncover to Right".
292 /** use the fade effect "Uncover to Lower Right".
294 UNCOVER_TO_LOWERRIGHT
,
297 /** use the fade effect "Uncover to Bottom".
302 /** use the fade effect "Uncover to Lower Left".
304 UNCOVER_TO_LOWERLEFT
,
307 /** use the fade effect "Vertical Checkerboard".
309 VERTICAL_CHECKERBOARD
,
312 /** use the fade effect "Horizontal Checkerboard".
314 HORIZONTAL_CHECKERBOARD
322 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */