update emoji autocorrect entries from po-files
[LibreOffice.git] / oovbaapi / ooo / vba / powerpoint / PpEntryEffect.idl
blob60cc21ff4106bc7c0987b682657d06692684144d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 module ooo { module vba { module powerpoint {
21 constants PpEntryEffect {
22 const long ppEffectAppear = 3844;
23 const long ppEffectBlindsHorizontal = 769;
24 const long ppEffectBlindsVertical = 770;
25 const long ppEffectBoxIn = 3074;
26 const long ppEffectBoxOut = 3073;
27 const long ppEffectCheckerboardAcross = 1025;
28 const long ppEffectCheckerboardDown = 1026;
29 const long ppEffectCircleOut = 3845;
30 const long ppEffectCombHorizontal = 3847;
31 const long ppEffectCombVertical = 3848;
32 const long ppEffectCoverDown = 1284;
33 const long ppEffectCoverLeft = 1281;
34 const long ppEffectCoverLeftDown = 1287;
35 const long ppEffectCoverLeftUp = 1285;
36 const long ppEffectCoverRight = 1283;
37 const long ppEffectCoverRightDown = 1288;
38 const long ppEffectCoverRightUp = 1286;
39 const long ppEffectCoverUp = 1282;
40 const long ppEffectCrawlFromDown = 3344;
41 const long ppEffectCrawlFromLeft = 3341;
42 const long ppEffectCrawlFromRight = 3343;
43 const long ppEffectCrawlFromUp = 3342;
44 const long ppEffectCut = 257;
45 const long ppEffectCutThroughBlack = 258;
46 const long ppEffectDiamondOut = 3846;
47 const long ppEffectDissolve = 1537;
48 const long ppEffectFade = 1793;
49 const long ppEffectFadeSmoothly = 3849;
50 const long ppEffectFlashOnceFast = 3841;
51 const long ppEffectFlashOnceMedium = 3842;
52 const long ppEffectFlashOnceSlow = 3843;
53 const long ppEffectFlyFromBottom = 3332;
54 const long ppEffectFlyFromBottomLeft = 3335;
55 const long ppEffectFlyFromBottomRight = 3336;
56 const long ppEffectFlyFromLeft = 3329;
57 const long ppEffectFlyFromRight = 3331;
58 const long ppEffectFlyFromTop = 3330;
59 const long ppEffectFlyFromTopLeft = 3333;
60 const long ppEffectFlyFromTopRight = 3334;
61 const long ppEffectMixed = -2;
62 const long ppEffectNewsflash = 3850;
63 const long ppEffectNone = 0;
64 const long ppEffectPeekFromDown = 3338;
65 const long ppEffectPeekFromLeft = 3337;
66 const long ppEffectPeekFromRight = 3339;
67 const long ppEffectPeekFromUp = 3340;
68 const long ppEffectPlusOut = 3851;
69 const long ppEffectPushDown = 3852;
70 const long ppEffectPushLeft = 3853;
71 const long ppEffectPushRight = 3854;
72 const long ppEffectPushUp = 3855;
73 const long ppEffectRandom = 513;
74 const long ppEffectRandomBarsHorizontal = 2305;
75 const long ppEffectRandomBarsVertical = 2306;
76 const long ppEffectSpiral = 3357;
77 const long ppEffectSplitHorizontalIn = 3586;
78 const long ppEffectSplitHorizontalOut = 3585;
79 const long ppEffectSplitVerticalIn = 3588;
80 const long ppEffectSplitVerticalOut = 3587;
81 const long ppEffectStretchAcross = 3351;
82 const long ppEffectStretchDown = 3355;
83 const long ppEffectStretchLeft = 3352;
84 const long ppEffectStretchRight = 3354;
85 const long ppEffectStretchUp = 3353;
86 const long ppEffectStripsDownLeft = 2563;
87 const long ppEffectStripsDownRight = 2564;
88 const long ppEffectStripsLeftDown = 2567;
89 const long ppEffectStripsLeftUp = 2565;
90 const long ppEffectStripsRightDown = 2568;
91 const long ppEffectStripsRightUp = 2566;
92 const long ppEffectStripsUpLeft = 2561;
93 const long ppEffectStripsUpRight = 2562;
94 const long ppEffectSwivel = 3356;
95 const long ppEffectUncoverDown = 2052;
96 const long ppEffectUncoverLeft = 2049;
97 const long ppEffectUncoverLeftDown = 2055;
98 const long ppEffectUncoverLeftUp = 2053;
99 const long ppEffectUncoverRight = 2051;
100 const long ppEffectUncoverRightDown = 2056;
101 const long ppEffectUncoverRightUp = 2054;
102 const long ppEffectUncoverUp = 2050;
103 const long ppEffectWedge = 3856;
104 const long ppEffectWheel1Spoke = 3857;
105 const long ppEffectWheel2Spokes = 3858;
106 const long ppEffectWheel3Spokes = 3859;
107 const long ppEffectWheel4Spokes = 3860;
108 const long ppEffectWheel8Spokes = 3861;
109 const long ppEffectWipeDown = 2820;
110 const long ppEffectWipeLeft = 2817;
111 const long ppEffectWipeRight = 2819;
112 const long ppEffectWipeUp = 2818;
113 const long ppEffectZoomBottom = 3350;
114 const long ppEffectZoomCenter = 3349;
115 const long ppEffectZoomIn = 3345;
116 const long ppEffectZoomInSlightly = 3346;
117 const long ppEffectZoomOut = 3347;
118 const long ppEffectZoomOutSlightly = 3348;
120 }; }; };
122 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */