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 office
{
20 constants MsoAnimationType
{
21 const long msoAnimationAppear
= 32;
22 const long msoAnimationBeginSpeaking
= 4;
23 const long msoAnimationCharacterSuccessMajor
= 6;
24 const long msoAnimationCheckingSomething
= 103;
25 const long msoAnimationDisappear
= 31;
26 const long msoAnimationEmptyTrash
= 116;
27 const long msoAnimationGestureDown
= 113;
28 const long msoAnimationGestureLeft
= 114;
29 const long msoAnimationGestureRight
= 19;
30 const long msoAnimationGestureUp
= 115;
31 const long msoAnimationGetArtsy
= 100;
32 const long msoAnimationGetAttentionMajor
= 11;
33 const long msoAnimationGetAttentionMinor
= 12;
34 const long msoAnimationGetTechy
= 101;
35 const long msoAnimationGetWizardy
= 102;
36 const long msoAnimationGoodbye
= 3;
37 const long msoAnimationGreeting
= 2;
38 const long msoAnimationIdle
= 1;
39 const long msoAnimationListensToComputer
= 26;
40 const long msoAnimationLookDown
= 104;
41 const long msoAnimationLookDownLeft
= 105;
42 const long msoAnimationLookDownRight
= 106;
43 const long msoAnimationLookLeft
= 107;
44 const long msoAnimationLookRight
= 108;
45 const long msoAnimationLookUp
= 109;
46 const long msoAnimationLookUpLeft
= 110;
47 const long msoAnimationLookUpRight
= 111;
48 const long msoAnimationPrinting
= 18;
49 const long msoAnimationRestPose
= 5;
50 const long msoAnimationSaving
= 112;
51 const long msoAnimationSearching
= 13;
52 const long msoAnimationSendingMail
= 25;
53 const long msoAnimationThinking
= 24;
54 const long msoAnimationWorkingAtSomething
= 23;
55 const long msoAnimationWritingNotingSomething
= 22;