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