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 MsoAnimateByLevel
{
21 const long msoAnimateChartAllAtOnce
= 7;
22 const long msoAnimateChartByCategory
= 8;
23 const long msoAnimateChartByCategoryElements
= 9;
24 const long msoAnimateChartBySeries
= 10;
25 const long msoAnimateChartBySeriesElements
= 11;
26 const long msoAnimateDiagramAllAtOnce
= 12;
27 const long msoAnimateDiagramBreadthByLevel
= 16;
28 const long msoAnimateDiagramBreadthByNode
= 15;
29 const long msoAnimateDiagramClockwise
= 17;
30 const long msoAnimateDiagramClockwiseIn
= 18;
31 const long msoAnimateDiagramClockwiseOut
= 19;
32 const long msoAnimateDiagramCounterClockwise
= 20;
33 const long msoAnimateDiagramCounterClockwiseIn
= 21;
34 const long msoAnimateDiagramCounterClockwiseOut
= 22;
35 const long msoAnimateDiagramDepthByBranch
= 14;
36 const long msoAnimateDiagramDepthByNode
= 13;
37 const long msoAnimateDiagramDown
= 26;
38 const long msoAnimateDiagramInByRing
= 23;
39 const long msoAnimateDiagramOutByRing
= 24;
40 const long msoAnimateDiagramUp
= 25;
41 const long msoAnimateLevelMixed
= -1;
42 const long msoAnimateLevelNone
= 0;
43 const long msoAnimateTextByAllLevels
= 1;
44 const long msoAnimateTextByFifthLevel
= 6;
45 const long msoAnimateTextByFirstLevel
= 2;
46 const long msoAnimateTextByFourthLevel
= 5;
47 const long msoAnimateTextBySecondLevel
= 3;
48 const long msoAnimateTextByThirdLevel
= 4;