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 word
{
21 constants WdListNumberStyle
{
22 const long wdListNumberStyleAiueo
= 20;
23 const long wdListNumberStyleAiueoHalfWidth
= 12;
24 const long wdListNumberStyleArabic
= 0;
25 const long wdListNumberStyleArabic1
= 46;
26 const long wdListNumberStyleArabic2
= 48;
27 const long wdListNumberStyleArabicFullWidth
= 14;
28 const long wdListNumberStyleArabicLZ
= 22;
29 const long wdListNumberStyleBullet
= 23;
30 const long wdListNumberStyleCardinalText
= 6;
31 const long wdListNumberStyleChosung
= 25;
32 const long wdListNumberStyleGanada
= 24;
33 const long wdListNumberStyleGBNum1
= 26;
34 const long wdListNumberStyleGBNum2
= 27;
35 const long wdListNumberStyleGBNum3
= 28;
36 const long wdListNumberStyleGBNum4
= 29;
37 const long wdListNumberStyleHangul
= 43;
38 const long wdListNumberStyleHanja
= 44;
39 const long wdListNumberStyleHanjaRead
= 41;
40 const long wdListNumberStyleHanjaReadDigit
= 42;
41 const long wdListNumberStyleHebrew1
= 45;
42 const long wdListNumberStyleHebrew2
= 47;
43 const long wdListNumberStyleHindiArabic
= 51;
44 const long wdListNumberStyleHindiCardinalText
= 52;
45 const long wdListNumberStyleHindiLetter1
= 49;
46 const long wdListNumberStyleHindiLetter2
= 50;
47 const long wdListNumberStyleIroha
= 21;
48 const long wdListNumberStyleIrohaHalfWidth
= 13;
49 const long wdListNumberStyleKanji
= 10;
50 const long wdListNumberStyleKanjiDigit
= 11;
51 const long wdListNumberStyleKanjiTraditional
= 16;
52 const long wdListNumberStyleKanjiTraditional2
= 17;
53 const long wdListNumberStyleLegal
= 253;
54 const long wdListNumberStyleLegalLZ
= 254;
55 const long wdListNumberStyleLowercaseLetter
= 4;
56 const long wdListNumberStyleLowercaseRoman
= 2;
57 const long wdListNumberStyleLowercaseRussian
= 58;
58 const long wdListNumberStyleNone
= 255;
59 const long wdListNumberStyleNumberInCircle
= 18;
60 const long wdListNumberStyleOrdinal
= 5;
61 const long wdListNumberStyleOrdinalText
= 7;
62 const long wdListNumberStylePictureBullet
= 249;
63 const long wdListNumberStyleSimpChinNum1
= 37;
64 const long wdListNumberStyleSimpChinNum2
= 38;
65 const long wdListNumberStyleSimpChinNum3
= 39;
66 const long wdListNumberStyleSimpChinNum4
= 40;
67 const long wdListNumberStyleThaiArabic
= 54;
68 const long wdListNumberStyleThaiCardinalText
= 55;
69 const long wdListNumberStyleThaiLetter
= 53;
70 const long wdListNumberStyleTradChinNum1
= 33;
71 const long wdListNumberStyleTradChinNum2
= 34;
72 const long wdListNumberStyleTradChinNum3
= 35;
73 const long wdListNumberStyleTradChinNum4
= 36;
74 const long wdListNumberStyleUppercaseLetter
= 3;
75 const long wdListNumberStyleUppercaseRoman
= 1;
76 const long wdListNumberStyleUppercaseRussian
= 59;
77 const long wdListNumberStyleVietCardinalText
= 56;
78 const long wdListNumberStyleZodiac1
= 30;
79 const long wdListNumberStyleZodiac2
= 31;
80 const long wdListNumberStyleZodiac3
= 32;
84 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */