LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
FadeEffect.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
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 .
18 */
19#ifndef __com_sun_star_presentation_FadeEffect_idl__
20#define __com_sun_star_presentation_FadeEffect_idl__
21
22
23
24 module com { module sun { module star { module presentation {
25
26
29published enum FadeEffect
30{
31
34 NONE,
35
36
40
41
45
46
50
51
55
56
60
61
65
66
70
71
75
76
80
81
85
86
90
91
95
96
100
101
105
106
110
111
115
116
119 CLOCKWISE,
120
121
125
126
130
131
135
136
140
141
145
146
150
151
155
156
160
161
165
166
170
171
175
176
180
181
185
186
189 DISSOLVE,
190
191
195
196
200
201
205
206
210
211
214 RANDOM,
215
216
220
221
225
226
230
231
235
236
240
241
245
246
250
251
255
256
260
261
265
266
270
271
275
276
280
281
285
286
290
291
295
296
300
301
305
306
310
311
315};
316
317
318}; }; }; };
319
320#endif
321
322/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
FadeEffect
specifies the fade effects to fade one page into another.
Definition FadeEffect.idl:30
@ SPIRALIN_LEFT
use the animation effect "Spiral Inward Left".
Definition AnimationEffect.idl:117
@ UNCOVER_TO_RIGHT
use the fade effect "Uncover to Right".
Definition FadeEffect.idl:289
@ MOVE_FROM_UPPERLEFT
use the animation effect "Move from Upper Left".
Definition AnimationEffect.idl:183
@ CLOSE_HORIZONTAL
use the animation effect "Close Horizontal".
Definition AnimationEffect.idl:93
@ OPEN_VERTICAL
use the animation effect "Open Vertical".
Definition AnimationEffect.idl:96
@ FADE_FROM_LOWERRIGHT
use the animation effect "Fade from Lower Right".
Definition AnimationEffect.idl:87
@ FADE_FROM_TOP
use the animation effect "Fade from Top".
Definition AnimationEffect.idl:39
@ STRETCH_FROM_BOTTOM
use the animation effect "Stretch From Bottom".
Definition AnimationEffect.idl:291
@ VERTICAL_LINES
use the animation effect "Vertical Lines".
Definition AnimationEffect.idl:147
@ FADE_FROM_UPPERLEFT
use the animation effect "Fade from Upper Left".
Definition AnimationEffect.idl:78
@ HORIZONTAL_LINES
use the animation effect "Horizontal Lines".
Definition AnimationEffect.idl:150
@ MOVE_FROM_LEFT
use the animation effect "Move from Left".
Definition AnimationEffect.idl:54
@ COUNTERCLOCKWISE
use the animation effect "Counter Clockwise".
Definition AnimationEffect.idl:75
@ UNCOVER_TO_BOTTOM
use the fade effect "Uncover to Bottom".
Definition FadeEffect.idl:299
@ VERTICAL_STRIPES
use the animation effect "Vertical Stripes".
Definition AnimationEffect.idl:66
@ SPIRALIN_RIGHT
use the animation effect "Spiral Inward Right".
Definition AnimationEffect.idl:120
@ FADE_FROM_LOWERLEFT
use the animation effect "Fade from Lower Left".
Definition AnimationEffect.idl:84
@ MOVE_FROM_BOTTOM
use the animation effect "Move from Bottom".
Definition AnimationEffect.idl:63
@ MOVE_FROM_LOWERLEFT
use the animation effect "Move from Lower Left".
Definition AnimationEffect.idl:192
@ FADE_FROM_BOTTOM
use the animation effect "Fade from Bottom".
Definition AnimationEffect.idl:45
@ UNCOVER_TO_TOP
use the fade effect "Uncover to Top".
Definition FadeEffect.idl:279
@ UNCOVER_TO_LEFT
use the fade effect "Uncover to Left".
Definition FadeEffect.idl:269
@ FADE_FROM_RIGHT
use the animation effect "Fade from Right".
Definition AnimationEffect.idl:42
@ MOVE_FROM_UPPERRIGHT
use the animation effect "Move from Upper Right".
Definition AnimationEffect.idl:186
@ UNCOVER_TO_LOWERRIGHT
use the fade effect "Uncover to Lower Right".
Definition FadeEffect.idl:294
@ HORIZONTAL_STRIPES
use the animation effect "Horizontal Stripes".
Definition AnimationEffect.idl:69
@ OPEN_HORIZONTAL
use the animation effect "Open Horizontal".
Definition AnimationEffect.idl:99
@ VERTICAL_CHECKERBOARD
use the animation effect "Vertical Checkerboard".
Definition AnimationEffect.idl:255
@ HORIZONTAL_CHECKERBOARD
use the animation effect "Horizontal Checkerboard".
Definition AnimationEffect.idl:258
@ ROLL_FROM_RIGHT
use the fade effect "Roll from Right".
Definition FadeEffect.idl:99
@ WAVYLINE_FROM_TOP
use the animation effect "Wavy Line from Top".
Definition AnimationEffect.idl:135
@ ROLL_FROM_LEFT
use the fade effect "Roll from Left".
Definition FadeEffect.idl:89
@ UNCOVER_TO_UPPERRIGHT
use the fade effect "Uncover to Upper Right".
Definition FadeEffect.idl:284
@ MOVE_FROM_RIGHT
use the animation effect "Move from Right".
Definition AnimationEffect.idl:60
@ ROLL_FROM_TOP
use the fade effect "Roll from Top".
Definition FadeEffect.idl:94
@ UNCOVER_TO_UPPERLEFT
use the fade effect "Uncover to Upper Left".
Definition FadeEffect.idl:274
@ SPIRALOUT_LEFT
use the animation effect "Spiral Outward Left".
Definition AnimationEffect.idl:123
@ FADE_FROM_LEFT
use the animation effect "Fade from Left".
Definition AnimationEffect.idl:36
@ WAVYLINE_FROM_LEFT
use the animation effect "Wavy Line from Left".
Definition AnimationEffect.idl:132
@ STRETCH_FROM_LEFT
use the animation effect "Stretch From Left".
Definition AnimationEffect.idl:273
@ FADE_FROM_UPPERRIGHT
use the animation effect "Fade from Upper Right".
Definition AnimationEffect.idl:81
@ STRETCH_FROM_RIGHT
use the animation effect "Stretch From Right".
Definition AnimationEffect.idl:285
@ SPIRALOUT_RIGHT
use the animation effect "Spiral Outward Right".
Definition AnimationEffect.idl:126
@ STRETCH_FROM_TOP
use the animation effect "Stretch From Top".
Definition AnimationEffect.idl:279
@ ROLL_FROM_BOTTOM
use the fade effect "Roll from Bottom".
Definition FadeEffect.idl:104
@ MOVE_FROM_TOP
use the animation effect "Move from Top".
Definition AnimationEffect.idl:57
@ UNCOVER_TO_LOWERLEFT
use the fade effect "Uncover to Lower Left".
Definition FadeEffect.idl:304
@ FADE_FROM_CENTER
use the animation effect "Fade from Center".
Definition AnimationEffect.idl:51
@ WAVYLINE_FROM_RIGHT
use the animation effect "Wavy Line from Right".
Definition AnimationEffect.idl:138
@ MOVE_FROM_LOWERRIGHT
use the animation effect "Move from Lower Right".
Definition AnimationEffect.idl:189
@ WAVYLINE_FROM_BOTTOM
use the animation effect "Wavy Line from Button".
Definition AnimationEffect.idl:141
@ CLOCKWISE
use the animation effect "Clockwise".
Definition AnimationEffect.idl:72
@ FADE_TO_CENTER
use the animation effect "Fade to Center".
Definition AnimationEffect.idl:48
@ CLOSE_VERTICAL
use the animation effect "Close Vertical".
Definition AnimationEffect.idl:90
Definition Ambiguous.idl:22