1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef __ooo_vba_powerpoint_PpEntryEffect_idl__
24#define __ooo_vba_powerpoint_PpEntryEffect_idl__
25
26module ooo { module vba { module powerpoint {
27    constants PpEntryEffect {
28        const long ppEffectAppear = 3844;
29        const long ppEffectBlindsHorizontal = 769;
30        const long ppEffectBlindsVertical = 770;
31        const long ppEffectBoxIn = 3074;
32        const long ppEffectBoxOut = 3073;
33        const long ppEffectCheckerboardAcross = 1025;
34        const long ppEffectCheckerboardDown = 1026;
35        const long ppEffectCircleOut = 3845;
36        const long ppEffectCombHorizontal = 3847;
37        const long ppEffectCombVertical = 3848;
38        const long ppEffectCoverDown = 1284;
39        const long ppEffectCoverLeft = 1281;
40        const long ppEffectCoverLeftDown = 1287;
41        const long ppEffectCoverLeftUp = 1285;
42        const long ppEffectCoverRight = 1283;
43        const long ppEffectCoverRightDown = 1288;
44        const long ppEffectCoverRightUp = 1286;
45        const long ppEffectCoverUp = 1282;
46        const long ppEffectCrawlFromDown = 3344;
47        const long ppEffectCrawlFromLeft = 3341;
48        const long ppEffectCrawlFromRight = 3343;
49        const long ppEffectCrawlFromUp = 3342;
50        const long ppEffectCut = 257;
51        const long ppEffectCutThroughBlack = 258;
52        const long ppEffectDiamondOut = 3846;
53        const long ppEffectDissolve = 1537;
54        const long ppEffectFade = 1793;
55        const long ppEffectFadeSmoothly = 3849;
56        const long ppEffectFlashOnceFast = 3841;
57        const long ppEffectFlashOnceMedium = 3842;
58        const long ppEffectFlashOnceSlow = 3843;
59        const long ppEffectFlyFromBottom = 3332;
60        const long ppEffectFlyFromBottomLeft = 3335;
61        const long ppEffectFlyFromBottomRight = 3336;
62        const long ppEffectFlyFromLeft = 3329;
63        const long ppEffectFlyFromRight = 3331;
64        const long ppEffectFlyFromTop = 3330;
65        const long ppEffectFlyFromTopLeft = 3333;
66        const long ppEffectFlyFromTopRight = 3334;
67        const long ppEffectMixed = -2;
68        const long ppEffectNewsflash = 3850;
69        const long ppEffectNone = 0;
70        const long ppEffectPeekFromDown = 3338;
71        const long ppEffectPeekFromLeft = 3337;
72        const long ppEffectPeekFromRight = 3339;
73        const long ppEffectPeekFromUp = 3340;
74        const long ppEffectPlusOut = 3851;
75        const long ppEffectPushDown = 3852;
76        const long ppEffectPushLeft = 3853;
77        const long ppEffectPushRight = 3854;
78        const long ppEffectPushUp = 3855;
79        const long ppEffectRandom = 513;
80        const long ppEffectRandomBarsHorizontal = 2305;
81        const long ppEffectRandomBarsVertical = 2306;
82        const long ppEffectSpiral = 3357;
83        const long ppEffectSplitHorizontalIn = 3586;
84        const long ppEffectSplitHorizontalOut = 3585;
85        const long ppEffectSplitVerticalIn = 3588;
86        const long ppEffectSplitVerticalOut = 3587;
87        const long ppEffectStretchAcross = 3351;
88        const long ppEffectStretchDown = 3355;
89        const long ppEffectStretchLeft = 3352;
90        const long ppEffectStretchRight = 3354;
91        const long ppEffectStretchUp = 3353;
92        const long ppEffectStripsDownLeft = 2563;
93        const long ppEffectStripsDownRight = 2564;
94        const long ppEffectStripsLeftDown = 2567;
95        const long ppEffectStripsLeftUp = 2565;
96        const long ppEffectStripsRightDown = 2568;
97        const long ppEffectStripsRightUp = 2566;
98        const long ppEffectStripsUpLeft = 2561;
99        const long ppEffectStripsUpRight = 2562;
100        const long ppEffectSwivel = 3356;
101        const long ppEffectUncoverDown = 2052;
102        const long ppEffectUncoverLeft = 2049;
103        const long ppEffectUncoverLeftDown = 2055;
104        const long ppEffectUncoverLeftUp = 2053;
105        const long ppEffectUncoverRight = 2051;
106        const long ppEffectUncoverRightDown = 2056;
107        const long ppEffectUncoverRightUp = 2054;
108        const long ppEffectUncoverUp = 2050;
109        const long ppEffectWedge = 3856;
110        const long ppEffectWheel1Spoke = 3857;
111        const long ppEffectWheel2Spokes = 3858;
112        const long ppEffectWheel3Spokes = 3859;
113        const long ppEffectWheel4Spokes = 3860;
114        const long ppEffectWheel8Spokes = 3861;
115        const long ppEffectWipeDown = 2820;
116        const long ppEffectWipeLeft = 2817;
117        const long ppEffectWipeRight = 2819;
118        const long ppEffectWipeUp = 2818;
119        const long ppEffectZoomBottom = 3350;
120        const long ppEffectZoomCenter = 3349;
121        const long ppEffectZoomIn = 3345;
122        const long ppEffectZoomInSlightly = 3346;
123        const long ppEffectZoomOut = 3347;
124        const long ppEffectZoomOutSlightly = 3348;
125    };
126}; }; };
127
128#endif
129