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 MsoAnimDirection
{
21 const long msoAnimDirectionAcross
= 18;
22 const long msoAnimDirectionBottom
= 11;
23 const long msoAnimDirectionBottomLeft
= 15;
24 const long msoAnimDirectionBottomRight
= 14;
25 const long msoAnimDirectionCenter
= 28;
26 const long msoAnimDirectionClockwise
= 21;
27 const long msoAnimDirectionCounterclockwise
= 22;
28 const long msoAnimDirectionCycleClockwise
= 43;
29 const long msoAnimDirectionCycleCounterclockwise
= 44;
30 const long msoAnimDirectionDown
= 3;
31 const long msoAnimDirectionDownLeft
= 9;
32 const long msoAnimDirectionDownRight
= 8;
33 const long msoAnimDirectionFontAllCaps
= 40;
34 const long msoAnimDirectionFontBold
= 35;
35 const long msoAnimDirectionFontItalic
= 36;
36 const long msoAnimDirectionFontShadow
= 39;
37 const long msoAnimDirectionFontStrikethrough
= 38;
38 const long msoAnimDirectionFontUnderline
= 37;
39 const long msoAnimDirectionGradual
= 42;
40 const long msoAnimDirectionHorizontal
= 16;
41 const long msoAnimDirectionHorizontalIn
= 23;
42 const long msoAnimDirectionHorizontalOut
= 24;
43 const long msoAnimDirectionIn
= 19;
44 const long msoAnimDirectionInBottom
= 31;
45 const long msoAnimDirectionInCenter
= 30;
46 const long msoAnimDirectionInSlightly
= 29;
47 const long msoAnimDirectionInstant
= 41;
48 const long msoAnimDirectionLeft
= 4;
49 const long msoAnimDirectionNone
= 0;
50 const long msoAnimDirectionOrdinalMask
= 5;
51 const long msoAnimDirectionOut
= 20;
52 const long msoAnimDirectionOutBottom
= 34;
53 const long msoAnimDirectionOutCenter
= 33;
54 const long msoAnimDirectionOutSlightly
= 32;
55 const long msoAnimDirectionRight
= 2;
56 const long msoAnimDirectionSlightly
= 27;
57 const long msoAnimDirectionTop
= 10;
58 const long msoAnimDirectionTopLeft
= 12;
59 const long msoAnimDirectionTopRight
= 13;
60 const long msoAnimDirectionUp
= 1;
61 const long msoAnimDirectionUpLeft
= 6;
62 const long msoAnimDirectionUpRight
= 7;
63 const long msoAnimDirectionVertical
= 17;
64 const long msoAnimDirectionVerticalIn
= 25;
65 const long msoAnimDirectionVerticalOut
= 26;