1*b63233d8Sdamjan/************************************************************** 2*b63233d8Sdamjan * 3*b63233d8Sdamjan * Licensed to the Apache Software Foundation (ASF) under one 4*b63233d8Sdamjan * or more contributor license agreements. See the NOTICE file 5*b63233d8Sdamjan * distributed with this work for additional information 6*b63233d8Sdamjan * regarding copyright ownership. The ASF licenses this file 7*b63233d8Sdamjan * to you under the Apache License, Version 2.0 (the 8*b63233d8Sdamjan * "License"); you may not use this file except in compliance 9*b63233d8Sdamjan * with the License. You may obtain a copy of the License at 10*b63233d8Sdamjan * 11*b63233d8Sdamjan * http://www.apache.org/licenses/LICENSE-2.0 12*b63233d8Sdamjan * 13*b63233d8Sdamjan * Unless required by applicable law or agreed to in writing, 14*b63233d8Sdamjan * software distributed under the License is distributed on an 15*b63233d8Sdamjan * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*b63233d8Sdamjan * KIND, either express or implied. See the License for the 17*b63233d8Sdamjan * specific language governing permissions and limitations 18*b63233d8Sdamjan * under the License. 19*b63233d8Sdamjan * 20*b63233d8Sdamjan *************************************************************/ 21*b63233d8Sdamjan 22*b63233d8Sdamjan 23*b63233d8Sdamjan#ifndef __ooo_vba_powerpoint_PpNumberedBulletStyle_idl__ 24*b63233d8Sdamjan#define __ooo_vba_powerpoint_PpNumberedBulletStyle_idl__ 25*b63233d8Sdamjan 26*b63233d8Sdamjanmodule ooo { module vba { module powerpoint { 27*b63233d8Sdamjan constants PpNumberedBulletStyle { 28*b63233d8Sdamjan const long ppBulletAlphaLCParenBoth = 8; 29*b63233d8Sdamjan const long ppBulletAlphaLCParenRight = 9; 30*b63233d8Sdamjan const long ppBulletAlphaLCPeriod = 0; 31*b63233d8Sdamjan const long ppBulletAlphaUCParenBoth = 10; 32*b63233d8Sdamjan const long ppBulletAlphaUCParenRight = 11; 33*b63233d8Sdamjan const long ppBulletAlphaUCPeriod = 1; 34*b63233d8Sdamjan const long ppBulletArabicAbjadDash = 24; 35*b63233d8Sdamjan const long ppBulletArabicAlphaDash = 23; 36*b63233d8Sdamjan const long ppBulletArabicDBPeriod = 29; 37*b63233d8Sdamjan const long ppBulletArabicDBPlain = 28; 38*b63233d8Sdamjan const long ppBulletArabicParenBoth = 12; 39*b63233d8Sdamjan const long ppBulletArabicParenRight = 2; 40*b63233d8Sdamjan const long ppBulletArabicPeriod = 3; 41*b63233d8Sdamjan const long ppBulletArabicPlain = 13; 42*b63233d8Sdamjan const long ppBulletCircleNumDBPlain = 18; 43*b63233d8Sdamjan const long ppBulletCircleNumWDBlackPlain = 20; 44*b63233d8Sdamjan const long ppBulletCircleNumWDWhitePlain = 19; 45*b63233d8Sdamjan const long ppBulletHebrewAlphaDash = 25; 46*b63233d8Sdamjan const long ppBulletHindiAlpha1Period = 40; 47*b63233d8Sdamjan const long ppBulletHindiAlphaPeriod = 36; 48*b63233d8Sdamjan const long ppBulletHindiNumParenRight = 39; 49*b63233d8Sdamjan const long ppBulletHindiNumPeriod = 37; 50*b63233d8Sdamjan const long ppBulletKanjiKoreanPeriod = 27; 51*b63233d8Sdamjan const long ppBulletKanjiKoreanPlain = 26; 52*b63233d8Sdamjan const long ppBulletKanjiSimpChinDBPeriod = 38; 53*b63233d8Sdamjan const long ppBulletRomanLCParenBoth = 4; 54*b63233d8Sdamjan const long ppBulletRomanLCParenRight = 5; 55*b63233d8Sdamjan const long ppBulletRomanLCPeriod = 6; 56*b63233d8Sdamjan const long ppBulletRomanUCParenBoth = 14; 57*b63233d8Sdamjan const long ppBulletRomanUCParenRight = 15; 58*b63233d8Sdamjan const long ppBulletRomanUCPeriod = 7; 59*b63233d8Sdamjan const long ppBulletSimpChinPeriod = 17; 60*b63233d8Sdamjan const long ppBulletSimpChinPlain = 16; 61*b63233d8Sdamjan const long ppBulletStyleMixed = -2; 62*b63233d8Sdamjan const long ppBulletThaiAlphaParenBoth = 32; 63*b63233d8Sdamjan const long ppBulletThaiAlphaParenRight = 31; 64*b63233d8Sdamjan const long ppBulletThaiAlphaPeriod = 30; 65*b63233d8Sdamjan const long ppBulletThaiNumParenBoth = 35; 66*b63233d8Sdamjan const long ppBulletThaiNumParenRight = 34; 67*b63233d8Sdamjan const long ppBulletThaiNumPeriod = 33; 68*b63233d8Sdamjan const long ppBulletTradChinPeriod = 22; 69*b63233d8Sdamjan const long ppBulletTradChinPlain = 21; 70*b63233d8Sdamjan }; 71*b63233d8Sdamjan}; }; }; 72*b63233d8Sdamjan 73*b63233d8Sdamjan#endif 74