LibreOffice
LibreOffice 7.4 SDK API Reference
TransitionType.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_animations_TransitionType_idl__
20 #define __com_sun_star_animations_TransitionType_idl__
21 
22 
23  module com { module sun { module star { module animations {
24 
25 
28 constants TransitionType
29 {
30  const short BARWIPE = 1;
31  const short BOXWIPE = 2;
32  const short FOURBOXWIPE = 3;
33  const short BARNDOORWIPE = 4;
34  const short DIAGONALWIPE = 5;
35  const short BOWTIEWIPE = 6;
36  const short MISCDIAGONALWIPE = 7;
37  const short VEEWIPE = 8;
38  const short BARNVEEWIPE = 9;
39  const short ZIGZAGWIPE = 10;
40  const short BARNZIGZAGWIPE = 11;
41  const short IRISWIPE = 12;
42  const short TRIANGLEWIPE = 13;
43  const short ARROWHEADWIPE = 14;
44  const short PENTAGONWIPE = 15;
45  const short HEXAGONWIPE = 16;
46  const short ELLIPSEWIPE = 17;
47  const short EYEWIPE = 18;
48  const short ROUNDRECTWIPE = 19;
49  const short STARWIPE = 20;
50  const short MISCSHAPEWIPE = 21;
51  const short CLOCKWIPE = 22;
52  const short PINWHEELWIPE = 23;
53  const short SINGLESWEEPWIPE = 24;
54  const short FANWIPE = 25;
55  const short DOUBLEFANWIPE = 26;
56  const short DOUBLESWEEPWIPE = 27;
57  const short SALOONDOORWIPE = 28;
58  const short WINDSHIELDWIPE = 29;
59  const short SNAKEWIPE = 30;
60  const short SPIRALWIPE = 31;
61  const short PARALLELSNAKESWIPE = 32;
62  const short BOXSNAKESWIPE = 33;
63  const short WATERFALLWIPE = 34;
64  const short PUSHWIPE = 35;
65  const short SLIDEWIPE = 36;
66  const short FADE = 37;
67 
68  // Non-standard, not in SMIL 2.0:
69  const short RANDOMBARWIPE = 38;
70  const short CHECKERBOARDWIPE = 39;
71  const short DISSOLVE = 40;
72  const short BLINDSWIPE = 41;
73  const short RANDOM = 42;
74  const short ZOOM = 43;
75 };
76 
77 
78 }; }; }; };
79 
80 #endif
81 
82 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short WATERFALLWIPE
Definition: TransitionType.idl:63
const short ZIGZAGWIPE
Definition: TransitionType.idl:39
const short SALOONDOORWIPE
Definition: TransitionType.idl:57
const short CLOCKWIPE
Definition: TransitionType.idl:51
const short DOUBLESWEEPWIPE
Definition: TransitionType.idl:56
const short FANWIPE
Definition: TransitionType.idl:54
const short BLINDSWIPE
Definition: TransitionType.idl:72
const short RANDOMBARWIPE
Definition: TransitionType.idl:69
const short ELLIPSEWIPE
Definition: TransitionType.idl:46
const short DOUBLEFANWIPE
Definition: TransitionType.idl:55
const short MISCSHAPEWIPE
Definition: TransitionType.idl:50
const short MISCDIAGONALWIPE
Definition: TransitionType.idl:36
const short SNAKEWIPE
Definition: TransitionType.idl:59
const short WINDSHIELDWIPE
Definition: TransitionType.idl:58
const short TRIANGLEWIPE
Definition: TransitionType.idl:42
const short ROUNDRECTWIPE
Definition: TransitionType.idl:48
const short RANDOM
Definition: TransitionType.idl:73
const short BOXWIPE
Definition: TransitionType.idl:31
const short PINWHEELWIPE
Definition: TransitionType.idl:52
const short PENTAGONWIPE
Definition: TransitionType.idl:44
const short SINGLESWEEPWIPE
Definition: TransitionType.idl:53
const short FOURBOXWIPE
Definition: TransitionType.idl:32
const short BOWTIEWIPE
Definition: TransitionType.idl:35
const short FADE
Definition: TransitionType.idl:66
const short VEEWIPE
Definition: TransitionType.idl:37
const short BOXSNAKESWIPE
Definition: TransitionType.idl:62
const short PARALLELSNAKESWIPE
Definition: TransitionType.idl:61
const short BARNZIGZAGWIPE
Definition: TransitionType.idl:40
const short ARROWHEADWIPE
Definition: TransitionType.idl:43
const short SLIDEWIPE
Definition: TransitionType.idl:65
const short BARNDOORWIPE
Definition: TransitionType.idl:33
const short IRISWIPE
Definition: TransitionType.idl:41
const short ZOOM
Definition: TransitionType.idl:74
const short PUSHWIPE
Definition: TransitionType.idl:64
const short DIAGONALWIPE
Definition: TransitionType.idl:34
const short DISSOLVE
Definition: TransitionType.idl:71
const short HEXAGONWIPE
Definition: TransitionType.idl:45
const short SPIRALWIPE
Definition: TransitionType.idl:60
const short EYEWIPE
Definition: TransitionType.idl:47
const short BARWIPE
Definition: TransitionType.idl:30
const short STARWIPE
Definition: TransitionType.idl:49
const short CHECKERBOARDWIPE
Definition: TransitionType.idl:70
const short BARNVEEWIPE
Definition: TransitionType.idl:38
Definition: Ambiguous.idl:22