1*d1766043SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*d1766043SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*d1766043SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*d1766043SAndrew Rist * distributed with this work for additional information
6*d1766043SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*d1766043SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*d1766043SAndrew Rist * "License"); you may not use this file except in compliance
9*d1766043SAndrew Rist * with the License.  You may obtain a copy of the License at
10*d1766043SAndrew Rist *
11*d1766043SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*d1766043SAndrew Rist *
13*d1766043SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*d1766043SAndrew Rist * software distributed under the License is distributed on an
15*d1766043SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*d1766043SAndrew Rist * KIND, either express or implied.  See the License for the
17*d1766043SAndrew Rist * specific language governing permissions and limitations
18*d1766043SAndrew Rist * under the License.
19*d1766043SAndrew Rist *
20*d1766043SAndrew Rist *************************************************************/
21*d1766043SAndrew Rist
22*d1766043SAndrew Rist
23cdf0e10cSrcweir#ifndef __com_sun_star_animations_TransitionSubType_idl__
24cdf0e10cSrcweir#define __com_sun_star_animations_TransitionSubType_idl__
25cdf0e10cSrcweir
26cdf0e10cSrcweir//=============================================================================
27cdf0e10cSrcweir
28cdf0e10cSrcweir module com {  module sun {  module star {  module animations {
29cdf0e10cSrcweir
30cdf0e10cSrcweir//=============================================================================
31cdf0e10cSrcweir
32cdf0e10cSrcweir/**	@see http://www.w3.org/TR/smil20/smil-transitions.html#Table%201:%20Taxonomy%20Table
33cdf0e10cSrcweir*/
34cdf0e10cSrcweirconstants TransitionSubType
35cdf0e10cSrcweir{
36cdf0e10cSrcweir	const short DEFAULT = 0;
37cdf0e10cSrcweir	const short LEFTTORIGHT = 1;
38cdf0e10cSrcweir	const short TOPTOBOTTOM = 2;
39cdf0e10cSrcweir	const short TOPLEFT = 3;
40cdf0e10cSrcweir	const short TOPRIGHT = 4;
41cdf0e10cSrcweir	const short BOTTOMRIGHT = 5;
42cdf0e10cSrcweir	const short BOTTOMLEFT = 6;
43cdf0e10cSrcweir	const short TOPCENTER = 7;
44cdf0e10cSrcweir	const short RIGHTCENTER = 8;
45cdf0e10cSrcweir	const short BOTTOMCENTER = 9;
46cdf0e10cSrcweir	const short LEFTCENTER = 10;
47cdf0e10cSrcweir	const short CORNERSIN = 11;
48cdf0e10cSrcweir	const short CORNERSOUT = 12;
49cdf0e10cSrcweir	const short VERTICAL = 13;
50cdf0e10cSrcweir	const short HORIZONTAL = 14;
51cdf0e10cSrcweir	const short DIAGONALBOTTOMLEFT = 15;
52cdf0e10cSrcweir	const short DIAGONALTOPLEFT = 16;
53cdf0e10cSrcweir	const short DOUBLEBARNDOOR = 17;
54cdf0e10cSrcweir	const short DOUBLEDIAMOND = 18;
55cdf0e10cSrcweir	const short DOWN = 19;
56cdf0e10cSrcweir	const short LEFT = 20;
57cdf0e10cSrcweir	const short UP = 21;
58cdf0e10cSrcweir	const short RIGHT = 22;
59cdf0e10cSrcweir	const short RECTANGLE = 25;
60cdf0e10cSrcweir	const short DIAMOND = 26;
61cdf0e10cSrcweir	const short CIRCLE = 27;
62cdf0e10cSrcweir	const short FOURPOINT = 28;
63cdf0e10cSrcweir	const short FIVEPOINT = 29;
64cdf0e10cSrcweir	const short SIXPOINT = 30;
65cdf0e10cSrcweir	const short HEART = 31;
66cdf0e10cSrcweir	const short KEYHOLE = 32;
67cdf0e10cSrcweir	const short CLOCKWISETWELVE = 33;
68cdf0e10cSrcweir	const short CLOCKWISETHREE = 34;
69cdf0e10cSrcweir	const short CLOCKWISESIX = 35;
70cdf0e10cSrcweir	const short CLOCKWISENINE = 36;
71cdf0e10cSrcweir	const short TWOBLADEVERTICAL = 37;
72cdf0e10cSrcweir	const short TWOBLADEHORIZONTAL = 38;
73cdf0e10cSrcweir	const short FOURBLADE = 39;
74cdf0e10cSrcweir	const short CLOCKWISETOP = 40;
75cdf0e10cSrcweir	const short CLOCKWISERIGHT = 41;
76cdf0e10cSrcweir	const short CLOCKWISEBOTTOM = 42;
77cdf0e10cSrcweir	const short CLOCKWISELEFT = 43;
78cdf0e10cSrcweir	const short CLOCKWISETOPLEFT = 44;
79cdf0e10cSrcweir	const short COUNTERCLOCKWISEBOTTOMLEFT = 45;
80cdf0e10cSrcweir	const short CLOCKWISEBOTTOMRIGHT = 46;
81cdf0e10cSrcweir	const short COUNTERCLOCKWISETOPRIGHT = 47;
82cdf0e10cSrcweir	const short CENTERTOP = 48;
83cdf0e10cSrcweir	const short CENTERRIGHT = 49;
84cdf0e10cSrcweir	const short TOP = 50;
85cdf0e10cSrcweir	const short BOTTOM = 52;
86cdf0e10cSrcweir	const short FANOUTVERTICAL = 54;
87cdf0e10cSrcweir	const short FANOUTHORIZONTAL = 55;
88cdf0e10cSrcweir	const short FANINVERTICAL = 56;
89cdf0e10cSrcweir	const short FANINHORIZONTAL = 57;
90cdf0e10cSrcweir	const short PARALLELVERTICAL = 58;
91cdf0e10cSrcweir	const short PARALLELDIAGONAL = 59;
92cdf0e10cSrcweir	const short OPPOSITEVERTICAL = 60;
93cdf0e10cSrcweir	const short OPPOSITEHORIZONTAL = 61;
94cdf0e10cSrcweir	const short PARALLELDIAGONALTOPLEFT = 62;
95cdf0e10cSrcweir	const short PARALLELDIAGONALBOTTOMLEFT = 63;
96cdf0e10cSrcweir	const short TOPLEFTHORIZONTAL = 64;
97cdf0e10cSrcweir	const short TOPLEFTDIAGONAL = 65;
98cdf0e10cSrcweir	const short TOPRIGHTDIAGONAL = 66;
99cdf0e10cSrcweir	const short BOTTOMRIGHTDIAGONAL = 67;
100cdf0e10cSrcweir	const short BOTTOMLEFTDIAGONAL = 68;
101cdf0e10cSrcweir	const short TOPLEFTCLOCKWISE = 69;
102cdf0e10cSrcweir	const short TOPRIGHTCLOCKWISE = 70;
103cdf0e10cSrcweir	const short BOTTOMRIGHTCLOCKWISE = 71;
104cdf0e10cSrcweir	const short BOTTOMLEFTCLOCKWISE = 72;
105cdf0e10cSrcweir	const short TOPLEFTCOUNTERCLOCKWISE = 73;
106cdf0e10cSrcweir	const short TOPRIGHTCOUNTERCLOCKWISE = 74;
107cdf0e10cSrcweir	const short BOTTOMRIGHTCOUNTERCLOCKWISE = 75;
108cdf0e10cSrcweir	const short BOTTOMLEFTCOUNTERCLOCKWISE = 76;
109cdf0e10cSrcweir	const short VERTICALTOPSAME = 77;
110cdf0e10cSrcweir	const short VERTICALBOTTOMSAME = 78;
111cdf0e10cSrcweir	const short VERTICALTOPLEFTOPPOSITE = 79;
112cdf0e10cSrcweir	const short VERTICALBOTTOMLEFTOPPOSITE = 80;
113cdf0e10cSrcweir	const short HORIZONTALLEFTSAME = 81;
114cdf0e10cSrcweir	const short HORIZONTALRIGHTSAME = 82;
115cdf0e10cSrcweir	const short HORIZONTALTOPLEFTOPPOSITE = 83;
116cdf0e10cSrcweir	const short HORIZONTALTOPRIGHTOPPOSITE = 84;
117cdf0e10cSrcweir	const short DIAGONALBOTTOMLEFTOPPOSITE = 85;
118cdf0e10cSrcweir	const short DIAGONALTOPLEFTOPPOSITE = 86;
119cdf0e10cSrcweir	const short TWOBOXTOP = 87;
120cdf0e10cSrcweir	const short TWOBOXBOTTOM = 88;
121cdf0e10cSrcweir	const short TWOBOXLEFT = 89;
122cdf0e10cSrcweir	const short TWOBOXRIGHT = 90;
123cdf0e10cSrcweir	const short FOURBOXVERTICAL = 91;
124cdf0e10cSrcweir	const short FOURBOXHORIZONTAL = 92;
125cdf0e10cSrcweir	const short VERTICALLEFT = 93;
126cdf0e10cSrcweir	const short VERTICALRIGHT = 94;
127cdf0e10cSrcweir	const short HORIZONTALLEFT = 95;
128cdf0e10cSrcweir	const short HORIZONTALRIGHT = 96;
129cdf0e10cSrcweir	const short FROMLEFT = 97;
130cdf0e10cSrcweir	const short FROMTOP = 98;
131cdf0e10cSrcweir	const short FROMRIGHT = 99;
132cdf0e10cSrcweir	const short FROMBOTTOM = 100;
133cdf0e10cSrcweir	const short CROSSFADE = 101;
134cdf0e10cSrcweir	const short FADETOCOLOR = 102;
135cdf0e10cSrcweir	const short FADEFROMCOLOR = 103;
136cdf0e10cSrcweir	const short FADEOVERCOLOR = 104;
137cdf0e10cSrcweir	// new
138cdf0e10cSrcweir	const short THREEBLADE = 105;
139cdf0e10cSrcweir	const short EIGHTBLADE = 106;
140cdf0e10cSrcweir	const short ONEBLADE = 107;
141cdf0e10cSrcweir	const short ACROSS = 108;
142cdf0e10cSrcweir	const short TOPLEFTVERTICAL = 109;
143cdf0e10cSrcweir	const short COMBHORIZONTAL = 110;
144cdf0e10cSrcweir	const short COMBVERTICAL = 111;
145cdf0e10cSrcweir	const short IN = 112;
146cdf0e10cSrcweir	const short OUT = 113;
147cdf0e10cSrcweir	const short ROTATEIN = 114;
148cdf0e10cSrcweir	const short ROTATEOUT = 115;
149cdf0e10cSrcweir	const short FROMTOPLEFT = 116;
150cdf0e10cSrcweir	const short FROMTOPRIGHT = 117;
151cdf0e10cSrcweir	const short FROMBOTTOMLEFT = 118;
152cdf0e10cSrcweir	const short FROMBOTTOMRIGHT = 119;
153cdf0e10cSrcweir};
154cdf0e10cSrcweir
155cdf0e10cSrcweir//=============================================================================
156cdf0e10cSrcweir
157cdf0e10cSrcweir}; }; }; };
158cdf0e10cSrcweir
159cdf0e10cSrcweir#endif
160