1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 module ooo
{ module vba
{ module powerpoint
{
21 constants PpNumberedBulletStyle
{
22 const long ppBulletAlphaLCParenBoth
= 8;
23 const long ppBulletAlphaLCParenRight
= 9;
24 const long ppBulletAlphaLCPeriod
= 0;
25 const long ppBulletAlphaUCParenBoth
= 10;
26 const long ppBulletAlphaUCParenRight
= 11;
27 const long ppBulletAlphaUCPeriod
= 1;
28 const long ppBulletArabicAbjadDash
= 24;
29 const long ppBulletArabicAlphaDash
= 23;
30 const long ppBulletArabicDBPeriod
= 29;
31 const long ppBulletArabicDBPlain
= 28;
32 const long ppBulletArabicParenBoth
= 12;
33 const long ppBulletArabicParenRight
= 2;
34 const long ppBulletArabicPeriod
= 3;
35 const long ppBulletArabicPlain
= 13;
36 const long ppBulletCircleNumDBPlain
= 18;
37 const long ppBulletCircleNumWDBlackPlain
= 20;
38 const long ppBulletCircleNumWDWhitePlain
= 19;
39 const long ppBulletHebrewAlphaDash
= 25;
40 const long ppBulletHindiAlpha1Period
= 40;
41 const long ppBulletHindiAlphaPeriod
= 36;
42 const long ppBulletHindiNumParenRight
= 39;
43 const long ppBulletHindiNumPeriod
= 37;
44 const long ppBulletKanjiKoreanPeriod
= 27;
45 const long ppBulletKanjiKoreanPlain
= 26;
46 const long ppBulletKanjiSimpChinDBPeriod
= 38;
47 const long ppBulletRomanLCParenBoth
= 4;
48 const long ppBulletRomanLCParenRight
= 5;
49 const long ppBulletRomanLCPeriod
= 6;
50 const long ppBulletRomanUCParenBoth
= 14;
51 const long ppBulletRomanUCParenRight
= 15;
52 const long ppBulletRomanUCPeriod
= 7;
53 const long ppBulletSimpChinPeriod
= 17;
54 const long ppBulletSimpChinPlain
= 16;
55 const long ppBulletStyleMixed
= -2;
56 const long ppBulletThaiAlphaParenBoth
= 32;
57 const long ppBulletThaiAlphaParenRight
= 31;
58 const long ppBulletThaiAlphaPeriod
= 30;
59 const long ppBulletThaiNumParenBoth
= 35;
60 const long ppBulletThaiNumParenRight
= 34;
61 const long ppBulletThaiNumPeriod
= 33;
62 const long ppBulletTradChinPeriod
= 22;
63 const long ppBulletTradChinPlain
= 21;
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */