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_PpNumberedBulletStyle_idl__
24#define __ooo_vba_powerpoint_PpNumberedBulletStyle_idl__
25
26module ooo { module vba { module powerpoint {
27    constants PpNumberedBulletStyle {
28        const long ppBulletAlphaLCParenBoth = 8;
29        const long ppBulletAlphaLCParenRight = 9;
30        const long ppBulletAlphaLCPeriod = 0;
31        const long ppBulletAlphaUCParenBoth = 10;
32        const long ppBulletAlphaUCParenRight = 11;
33        const long ppBulletAlphaUCPeriod = 1;
34        const long ppBulletArabicAbjadDash = 24;
35        const long ppBulletArabicAlphaDash = 23;
36        const long ppBulletArabicDBPeriod = 29;
37        const long ppBulletArabicDBPlain = 28;
38        const long ppBulletArabicParenBoth = 12;
39        const long ppBulletArabicParenRight = 2;
40        const long ppBulletArabicPeriod = 3;
41        const long ppBulletArabicPlain = 13;
42        const long ppBulletCircleNumDBPlain = 18;
43        const long ppBulletCircleNumWDBlackPlain = 20;
44        const long ppBulletCircleNumWDWhitePlain = 19;
45        const long ppBulletHebrewAlphaDash = 25;
46        const long ppBulletHindiAlpha1Period = 40;
47        const long ppBulletHindiAlphaPeriod = 36;
48        const long ppBulletHindiNumParenRight = 39;
49        const long ppBulletHindiNumPeriod = 37;
50        const long ppBulletKanjiKoreanPeriod = 27;
51        const long ppBulletKanjiKoreanPlain = 26;
52        const long ppBulletKanjiSimpChinDBPeriod = 38;
53        const long ppBulletRomanLCParenBoth = 4;
54        const long ppBulletRomanLCParenRight = 5;
55        const long ppBulletRomanLCPeriod = 6;
56        const long ppBulletRomanUCParenBoth = 14;
57        const long ppBulletRomanUCParenRight = 15;
58        const long ppBulletRomanUCPeriod = 7;
59        const long ppBulletSimpChinPeriod = 17;
60        const long ppBulletSimpChinPlain = 16;
61        const long ppBulletStyleMixed = -2;
62        const long ppBulletThaiAlphaParenBoth = 32;
63        const long ppBulletThaiAlphaParenRight = 31;
64        const long ppBulletThaiAlphaPeriod = 30;
65        const long ppBulletThaiNumParenBoth = 35;
66        const long ppBulletThaiNumParenRight = 34;
67        const long ppBulletThaiNumPeriod = 33;
68        const long ppBulletTradChinPeriod = 22;
69        const long ppBulletTradChinPlain = 21;
70    };
71}; }; };
72
73#endif
74