LibreOffice
LibreOffice 25.2 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
20
21
22 module com { module sun { module star { module presentation {
23
24
27published enum FadeEffect
28{
29
32 NONE,
33
34
38
39
43
44
48
49
53
54
58
59
63
64
68
69
73
74
78
79
83
84
88
89
93
94
98
99
103
104
108
109
113
114
117 CLOCKWISE,
118
119
123
124
128
129
133
134
138
139
143
144
148
149
153
154
158
159
163
164
168
169
173
174
178
179
183
184
187 DISSOLVE,
188
189
193
194
198
199
203
204
208
209
212 RANDOM,
213
214
218
219
223
224
228
229
233
234
238
239
243
244
248
249
253
254
258
259
263
264
268
269
273
274
278
279
283
284
288
289
293
294
298
299
303
304
308
309
313};
314
315
316}; }; }; };
317
318/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
FadeEffect
specifies the fade effects to fade one page into another.
Definition FadeEffect.idl:28
@ SPIRALIN_LEFT
use the animation effect "Spiral Inward Left".
Definition AnimationEffect.idl:115
@ UNCOVER_TO_RIGHT
use the fade effect "Uncover to Right".
Definition FadeEffect.idl:287
@ MOVE_FROM_UPPERLEFT
use the animation effect "Move from Upper Left".
Definition AnimationEffect.idl:181
@ CLOSE_HORIZONTAL
use the animation effect "Close Horizontal".
Definition AnimationEffect.idl:91
@ OPEN_VERTICAL
use the animation effect "Open Vertical".
Definition AnimationEffect.idl:94
@ FADE_FROM_LOWERRIGHT
use the animation effect "Fade from Lower Right".
Definition AnimationEffect.idl:85
@ FADE_FROM_TOP
use the animation effect "Fade from Top".
Definition AnimationEffect.idl:37
@ STRETCH_FROM_BOTTOM
use the animation effect "Stretch From Bottom".
Definition AnimationEffect.idl:289
@ VERTICAL_LINES
use the animation effect "Vertical Lines".
Definition AnimationEffect.idl:145
@ FADE_FROM_UPPERLEFT
use the animation effect "Fade from Upper Left".
Definition AnimationEffect.idl:76
@ HORIZONTAL_LINES
use the animation effect "Horizontal Lines".
Definition AnimationEffect.idl:148
@ MOVE_FROM_LEFT
use the animation effect "Move from Left".
Definition AnimationEffect.idl:52
@ COUNTERCLOCKWISE
use the animation effect "Counter Clockwise".
Definition AnimationEffect.idl:73
@ UNCOVER_TO_BOTTOM
use the fade effect "Uncover to Bottom".
Definition FadeEffect.idl:297
@ VERTICAL_STRIPES
use the animation effect "Vertical Stripes".
Definition AnimationEffect.idl:64
@ SPIRALIN_RIGHT
use the animation effect "Spiral Inward Right".
Definition AnimationEffect.idl:118
@ FADE_FROM_LOWERLEFT
use the animation effect "Fade from Lower Left".
Definition AnimationEffect.idl:82
@ MOVE_FROM_BOTTOM
use the animation effect "Move from Bottom".
Definition AnimationEffect.idl:61
@ MOVE_FROM_LOWERLEFT
use the animation effect "Move from Lower Left".
Definition AnimationEffect.idl:190
@ FADE_FROM_BOTTOM
use the animation effect "Fade from Bottom".
Definition AnimationEffect.idl:43
@ UNCOVER_TO_TOP
use the fade effect "Uncover to Top".
Definition FadeEffect.idl:277
@ UNCOVER_TO_LEFT
use the fade effect "Uncover to Left".
Definition FadeEffect.idl:267
@ FADE_FROM_RIGHT
use the animation effect "Fade from Right".
Definition AnimationEffect.idl:40
@ MOVE_FROM_UPPERRIGHT
use the animation effect "Move from Upper Right".
Definition AnimationEffect.idl:184
@ UNCOVER_TO_LOWERRIGHT
use the fade effect "Uncover to Lower Right".
Definition FadeEffect.idl:292
@ HORIZONTAL_STRIPES
use the animation effect "Horizontal Stripes".
Definition AnimationEffect.idl:67
@ RANDOM
use the animation effect "Random".
Definition AnimationEffect.idl:142
@ OPEN_HORIZONTAL
use the animation effect "Open Horizontal".
Definition AnimationEffect.idl:97
@ VERTICAL_CHECKERBOARD
use the animation effect "Vertical Checkerboard".
Definition AnimationEffect.idl:253
@ HORIZONTAL_CHECKERBOARD
use the animation effect "Horizontal Checkerboard".
Definition AnimationEffect.idl:256
@ NONE
use no animation effects.
Definition AnimationEffect.idl:31
@ ROLL_FROM_RIGHT
use the fade effect "Roll from Right".
Definition FadeEffect.idl:97
@ WAVYLINE_FROM_TOP
use the animation effect "Wavy Line from Top".
Definition AnimationEffect.idl:133
@ ROLL_FROM_LEFT
use the fade effect "Roll from Left".
Definition FadeEffect.idl:87
@ UNCOVER_TO_UPPERRIGHT
use the fade effect "Uncover to Upper Right".
Definition FadeEffect.idl:282
@ MOVE_FROM_RIGHT
use the animation effect "Move from Right".
Definition AnimationEffect.idl:58
@ ROLL_FROM_TOP
use the fade effect "Roll from Top".
Definition FadeEffect.idl:92
@ UNCOVER_TO_UPPERLEFT
use the fade effect "Uncover to Upper Left".
Definition FadeEffect.idl:272
@ SPIRALOUT_LEFT
use the animation effect "Spiral Outward Left".
Definition AnimationEffect.idl:121
@ FADE_FROM_LEFT
use the animation effect "Fade from Left".
Definition AnimationEffect.idl:34
@ WAVYLINE_FROM_LEFT
use the animation effect "Wavy Line from Left".
Definition AnimationEffect.idl:130
@ STRETCH_FROM_LEFT
use the animation effect "Stretch From Left".
Definition AnimationEffect.idl:271
@ FADE_FROM_UPPERRIGHT
use the animation effect "Fade from Upper Right".
Definition AnimationEffect.idl:79
@ STRETCH_FROM_RIGHT
use the animation effect "Stretch From Right".
Definition AnimationEffect.idl:283
@ SPIRALOUT_RIGHT
use the animation effect "Spiral Outward Right".
Definition AnimationEffect.idl:124
@ STRETCH_FROM_TOP
use the animation effect "Stretch From Top".
Definition AnimationEffect.idl:277
@ ROLL_FROM_BOTTOM
use the fade effect "Roll from Bottom".
Definition FadeEffect.idl:102
@ MOVE_FROM_TOP
use the animation effect "Move from Top".
Definition AnimationEffect.idl:55
@ UNCOVER_TO_LOWERLEFT
use the fade effect "Uncover to Lower Left".
Definition FadeEffect.idl:302
@ FADE_FROM_CENTER
use the animation effect "Fade from Center".
Definition AnimationEffect.idl:49
@ WAVYLINE_FROM_RIGHT
use the animation effect "Wavy Line from Right".
Definition AnimationEffect.idl:136
@ MOVE_FROM_LOWERRIGHT
use the animation effect "Move from Lower Right".
Definition AnimationEffect.idl:187
@ WAVYLINE_FROM_BOTTOM
use the animation effect "Wavy Line from Button".
Definition AnimationEffect.idl:139
@ DISSOLVE
use the animation effect "Spiral Inward Left".
Definition AnimationEffect.idl:127
@ CLOCKWISE
use the animation effect "Clockwise".
Definition AnimationEffect.idl:70
@ FADE_TO_CENTER
use the animation effect "Fade to Center".
Definition AnimationEffect.idl:46
@ CLOSE_VERTICAL
use the animation effect "Close Vertical".
Definition AnimationEffect.idl:88
Definition Ambiguous.idl:20