LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
presentation
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
29
published
enum
FadeEffect
30
{
31
34
NONE
,
35
36
39
FADE_FROM_LEFT
,
40
41
44
FADE_FROM_TOP
,
45
46
49
FADE_FROM_RIGHT
,
50
51
54
FADE_FROM_BOTTOM
,
55
56
59
FADE_TO_CENTER
,
60
61
64
FADE_FROM_CENTER
,
65
66
69
MOVE_FROM_LEFT
,
70
71
74
MOVE_FROM_TOP
,
75
76
79
MOVE_FROM_RIGHT
,
80
81
84
MOVE_FROM_BOTTOM
,
85
86
89
ROLL_FROM_LEFT
,
90
91
94
ROLL_FROM_TOP
,
95
96
99
ROLL_FROM_RIGHT
,
100
101
104
ROLL_FROM_BOTTOM
,
105
106
109
VERTICAL_STRIPES
,
110
111
114
HORIZONTAL_STRIPES
,
115
116
119
CLOCKWISE
,
120
121
124
COUNTERCLOCKWISE
,
125
126
129
FADE_FROM_UPPERLEFT
,
130
131
134
FADE_FROM_UPPERRIGHT
,
135
136
139
FADE_FROM_LOWERLEFT
,
140
141
144
FADE_FROM_LOWERRIGHT
,
145
146
149
CLOSE_VERTICAL
,
150
151
154
CLOSE_HORIZONTAL
,
155
156
159
OPEN_VERTICAL
,
160
161
164
OPEN_HORIZONTAL
,
165
166
169
SPIRALIN_LEFT
,
170
171
174
SPIRALIN_RIGHT
,
175
176
179
SPIRALOUT_LEFT
,
180
181
184
SPIRALOUT_RIGHT
,
185
186
189
DISSOLVE
,
190
191
194
WAVYLINE_FROM_LEFT
,
195
196
199
WAVYLINE_FROM_TOP
,
200
201
204
WAVYLINE_FROM_RIGHT
,
205
206
209
WAVYLINE_FROM_BOTTOM
,
210
211
214
RANDOM
,
215
216
219
STRETCH_FROM_LEFT
,
220
221
224
STRETCH_FROM_TOP
,
225
226
229
STRETCH_FROM_RIGHT
,
230
231
234
STRETCH_FROM_BOTTOM
,
235
236
239
VERTICAL_LINES
,
240
241
244
HORIZONTAL_LINES
,
245
246
249
MOVE_FROM_UPPERLEFT
,
250
251
254
MOVE_FROM_UPPERRIGHT
,
255
256
259
MOVE_FROM_LOWERRIGHT
,
260
261
264
MOVE_FROM_LOWERLEFT
,
265
266
269
UNCOVER_TO_LEFT
,
270
271
274
UNCOVER_TO_UPPERLEFT
,
275
276
279
UNCOVER_TO_TOP
,
280
281
284
UNCOVER_TO_UPPERRIGHT
,
285
286
289
UNCOVER_TO_RIGHT
,
290
291
294
UNCOVER_TO_LOWERRIGHT
,
295
296
299
UNCOVER_TO_BOTTOM
,
300
301
304
UNCOVER_TO_LOWERLEFT
,
305
306
309
VERTICAL_CHECKERBOARD
,
310
311
314
HORIZONTAL_CHECKERBOARD
315
};
316
317
318
}; }; }; };
319
320
#endif
321
322
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4