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