Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / powerpoint / PpNumberedBulletStyle.idl
blobf32b41e927b0b29f78aa30c8010dfc40338af388
1 /*
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 powerpoint {
20 constants PpNumberedBulletStyle {
21 const long ppBulletAlphaLCParenBoth = 8;
22 const long ppBulletAlphaLCParenRight = 9;
23 const long ppBulletAlphaLCPeriod = 0;
24 const long ppBulletAlphaUCParenBoth = 10;
25 const long ppBulletAlphaUCParenRight = 11;
26 const long ppBulletAlphaUCPeriod = 1;
27 const long ppBulletArabicAbjadDash = 24;
28 const long ppBulletArabicAlphaDash = 23;
29 const long ppBulletArabicDBPeriod = 29;
30 const long ppBulletArabicDBPlain = 28;
31 const long ppBulletArabicParenBoth = 12;
32 const long ppBulletArabicParenRight = 2;
33 const long ppBulletArabicPeriod = 3;
34 const long ppBulletArabicPlain = 13;
35 const long ppBulletCircleNumDBPlain = 18;
36 const long ppBulletCircleNumWDBlackPlain = 20;
37 const long ppBulletCircleNumWDWhitePlain = 19;
38 const long ppBulletHebrewAlphaDash = 25;
39 const long ppBulletHindiAlpha1Period = 40;
40 const long ppBulletHindiAlphaPeriod = 36;
41 const long ppBulletHindiNumParenRight = 39;
42 const long ppBulletHindiNumPeriod = 37;
43 const long ppBulletKanjiKoreanPeriod = 27;
44 const long ppBulletKanjiKoreanPlain = 26;
45 const long ppBulletKanjiSimpChinDBPeriod = 38;
46 const long ppBulletRomanLCParenBoth = 4;
47 const long ppBulletRomanLCParenRight = 5;
48 const long ppBulletRomanLCPeriod = 6;
49 const long ppBulletRomanUCParenBoth = 14;
50 const long ppBulletRomanUCParenRight = 15;
51 const long ppBulletRomanUCPeriod = 7;
52 const long ppBulletSimpChinPeriod = 17;
53 const long ppBulletSimpChinPlain = 16;
54 const long ppBulletStyleMixed = -2;
55 const long ppBulletThaiAlphaParenBoth = 32;
56 const long ppBulletThaiAlphaParenRight = 31;
57 const long ppBulletThaiAlphaPeriod = 30;
58 const long ppBulletThaiNumParenBoth = 35;
59 const long ppBulletThaiNumParenRight = 34;
60 const long ppBulletThaiNumPeriod = 33;
61 const long ppBulletTradChinPeriod = 22;
62 const long ppBulletTradChinPlain = 21;
64 }; }; };