1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef __ooo_vba_office_MsoAnimationType_idl__ 24#define __ooo_vba_office_MsoAnimationType_idl__ 25 26module ooo { module vba { module office { 27 constants MsoAnimationType { 28 const long msoAnimationAppear = 32; 29 const long msoAnimationBeginSpeaking = 4; 30 const long msoAnimationCharacterSuccessMajor = 6; 31 const long msoAnimationCheckingSomething = 103; 32 const long msoAnimationDisappear = 31; 33 const long msoAnimationEmptyTrash = 116; 34 const long msoAnimationGestureDown = 113; 35 const long msoAnimationGestureLeft = 114; 36 const long msoAnimationGestureRight = 19; 37 const long msoAnimationGestureUp = 115; 38 const long msoAnimationGetArtsy = 100; 39 const long msoAnimationGetAttentionMajor = 11; 40 const long msoAnimationGetAttentionMinor = 12; 41 const long msoAnimationGetTechy = 101; 42 const long msoAnimationGetWizardy = 102; 43 const long msoAnimationGoodbye = 3; 44 const long msoAnimationGreeting = 2; 45 const long msoAnimationIdle = 1; 46 const long msoAnimationListensToComputer = 26; 47 const long msoAnimationLookDown = 104; 48 const long msoAnimationLookDownLeft = 105; 49 const long msoAnimationLookDownRight = 106; 50 const long msoAnimationLookLeft = 107; 51 const long msoAnimationLookRight = 108; 52 const long msoAnimationLookUp = 109; 53 const long msoAnimationLookUpLeft = 110; 54 const long msoAnimationLookUpRight = 111; 55 const long msoAnimationPrinting = 18; 56 const long msoAnimationRestPose = 5; 57 const long msoAnimationSaving = 112; 58 const long msoAnimationSearching = 13; 59 const long msoAnimationSendingMail = 25; 60 const long msoAnimationThinking = 24; 61 const long msoAnimationWorkingAtSomething = 23; 62 const long msoAnimationWritingNotingSomething = 22; 63 }; 64}; }; }; 65 66#endif 67