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
animations
TransitionSubType.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_TransitionSubType_idl__
20
#define __com_sun_star_animations_TransitionSubType_idl__
21
22
23
module com { module sun { module star { module animations {
24
25
28
constants TransitionSubType
29
{
30
const
short
DEFAULT
= 0;
31
const
short
LEFTTORIGHT
= 1;
32
const
short
TOPTOBOTTOM
= 2;
33
const
short
TOPLEFT
= 3;
34
const
short
TOPRIGHT
= 4;
35
const
short
BOTTOMRIGHT
= 5;
36
const
short
BOTTOMLEFT
= 6;
37
const
short
TOPCENTER
= 7;
38
const
short
RIGHTCENTER
= 8;
39
const
short
BOTTOMCENTER
= 9;
40
const
short
LEFTCENTER
= 10;
41
const
short
CORNERSIN
= 11;
42
const
short
CORNERSOUT
= 12;
43
const
short
VERTICAL
= 13;
44
const
short
HORIZONTAL
= 14;
45
const
short
DIAGONALBOTTOMLEFT
= 15;
46
const
short
DIAGONALTOPLEFT
= 16;
47
const
short
DOUBLEBARNDOOR
= 17;
48
const
short
DOUBLEDIAMOND
= 18;
49
const
short
DOWN
= 19;
50
const
short
LEFT
= 20;
51
const
short
UP
= 21;
52
const
short
RIGHT
= 22;
53
const
short
RECTANGLE
= 25;
54
const
short
DIAMOND
= 26;
55
const
short
CIRCLE
= 27;
56
const
short
FOURPOINT
= 28;
57
const
short
FIVEPOINT
= 29;
58
const
short
SIXPOINT
= 30;
59
const
short
HEART
= 31;
60
const
short
KEYHOLE
= 32;
61
const
short
CLOCKWISETWELVE
= 33;
62
const
short
CLOCKWISETHREE
= 34;
63
const
short
CLOCKWISESIX
= 35;
64
const
short
CLOCKWISENINE
= 36;
65
const
short
TWOBLADEVERTICAL
= 37;
66
const
short
TWOBLADEHORIZONTAL
= 38;
67
const
short
FOURBLADE
= 39;
68
const
short
CLOCKWISETOP
= 40;
69
const
short
CLOCKWISERIGHT
= 41;
70
const
short
CLOCKWISEBOTTOM
= 42;
71
const
short
CLOCKWISELEFT
= 43;
72
const
short
CLOCKWISETOPLEFT
= 44;
73
const
short
COUNTERCLOCKWISEBOTTOMLEFT
= 45;
74
const
short
CLOCKWISEBOTTOMRIGHT
= 46;
75
const
short
COUNTERCLOCKWISETOPRIGHT
= 47;
76
const
short
CENTERTOP
= 48;
77
const
short
CENTERRIGHT
= 49;
78
const
short
TOP
= 50;
79
const
short
BOTTOM
= 52;
80
const
short
FANOUTVERTICAL
= 54;
81
const
short
FANOUTHORIZONTAL
= 55;
82
const
short
FANINVERTICAL
= 56;
83
const
short
FANINHORIZONTAL
= 57;
84
const
short
PARALLELVERTICAL
= 58;
85
const
short
PARALLELDIAGONAL
= 59;
86
const
short
OPPOSITEVERTICAL
= 60;
87
const
short
OPPOSITEHORIZONTAL
= 61;
88
const
short
PARALLELDIAGONALTOPLEFT
= 62;
89
const
short
PARALLELDIAGONALBOTTOMLEFT
= 63;
90
const
short
TOPLEFTHORIZONTAL
= 64;
91
const
short
TOPLEFTDIAGONAL
= 65;
92
const
short
TOPRIGHTDIAGONAL
= 66;
93
const
short
BOTTOMRIGHTDIAGONAL
= 67;
94
const
short
BOTTOMLEFTDIAGONAL
= 68;
95
const
short
TOPLEFTCLOCKWISE
= 69;
96
const
short
TOPRIGHTCLOCKWISE
= 70;
97
const
short
BOTTOMRIGHTCLOCKWISE
= 71;
98
const
short
BOTTOMLEFTCLOCKWISE
= 72;
99
const
short
TOPLEFTCOUNTERCLOCKWISE
= 73;
100
const
short
TOPRIGHTCOUNTERCLOCKWISE
= 74;
101
const
short
BOTTOMRIGHTCOUNTERCLOCKWISE
= 75;
102
const
short
BOTTOMLEFTCOUNTERCLOCKWISE
= 76;
103
const
short
VERTICALTOPSAME
= 77;
104
const
short
VERTICALBOTTOMSAME
= 78;
105
const
short
VERTICALTOPLEFTOPPOSITE
= 79;
106
const
short
VERTICALBOTTOMLEFTOPPOSITE
= 80;
107
const
short
HORIZONTALLEFTSAME
= 81;
108
const
short
HORIZONTALRIGHTSAME
= 82;
109
const
short
HORIZONTALTOPLEFTOPPOSITE
= 83;
110
const
short
HORIZONTALTOPRIGHTOPPOSITE
= 84;
111
const
short
DIAGONALBOTTOMLEFTOPPOSITE
= 85;
112
const
short
DIAGONALTOPLEFTOPPOSITE
= 86;
113
const
short
TWOBOXTOP
= 87;
114
const
short
TWOBOXBOTTOM
= 88;
115
const
short
TWOBOXLEFT
= 89;
116
const
short
TWOBOXRIGHT
= 90;
117
const
short
FOURBOXVERTICAL
= 91;
118
const
short
FOURBOXHORIZONTAL
= 92;
119
const
short
VERTICALLEFT
= 93;
120
const
short
VERTICALRIGHT
= 94;
121
const
short
HORIZONTALLEFT
= 95;
122
const
short
HORIZONTALRIGHT
= 96;
123
const
short
FROMLEFT
= 97;
124
const
short
FROMTOP
= 98;
125
const
short
FROMRIGHT
= 99;
126
const
short
FROMBOTTOM
= 100;
127
const
short
CROSSFADE
= 101;
128
const
short
FADETOCOLOR
= 102;
129
const
short
FADEFROMCOLOR
= 103;
130
const
short
FADEOVERCOLOR
= 104;
131
// new
132
const
short
THREEBLADE
= 105;
133
const
short
EIGHTBLADE
= 106;
134
const
short
ONEBLADE
= 107;
135
const
short
ACROSS
= 108;
136
const
short
TOPLEFTVERTICAL
= 109;
137
const
short
COMBHORIZONTAL
= 110;
138
const
short
COMBVERTICAL
= 111;
139
const
short
IN
= 112;
140
const
short
OUT
= 113;
141
const
short
ROTATEIN
= 114;
142
const
short
ROTATEOUT
= 115;
143
const
short
FROMTOPLEFT
= 116;
144
const
short
FROMTOPRIGHT
= 117;
145
const
short
FROMBOTTOMLEFT
= 118;
146
const
short
FROMBOTTOMRIGHT
= 119;
147
};
148
149
150
}; }; }; };
151
152
#endif
153
154
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4