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