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 excel
{
21 constants XlApplicationInternational
{
22 const long xl24HourClock
= 33;
23 const long xl4DigitYears
= 43;
24 const long xlAlternateArraySeparator
= 16;
25 const long xlColumnSeparator
= 14;
26 const long xlCountryCode
= 1;
27 const long xlCountrySetting
= 2;
28 const long xlCurrencyBefore
= 37;
29 const long xlCurrencyCode
= 25;
30 const long xlCurrencyDigits
= 27;
31 const long xlCurrencyLeadingZeros
= 40;
32 const long xlCurrencyMinusSign
= 38;
33 const long xlCurrencyNegative
= 28;
34 const long xlCurrencySpaceBefore
= 36;
35 const long xlCurrencyTrailingZeros
= 39;
36 const long xlDateOrder
= 32;
37 const long xlDateSeparator
= 17;
38 const long xlDayCode
= 21;
39 const long xlDayLeadingZero
= 42;
40 const long xlDecimalSeparator
= 3;
41 const long xlGeneralFormatName
= 26;
42 const long xlHourCode
= 22;
43 const long xlLeftBrace
= 12;
44 const long xlLeftBracket
= 10;
45 const long xlListSeparator
= 5;
46 const long xlLowerCaseColumnLetter
= 9;
47 const long xlLowerCaseRowLetter
= 8;
48 const long xlMDY
= 44;
49 const long xlMetric
= 35;
50 const long xlMinuteCode
= 23;
51 const long xlMonthCode
= 20;
52 const long xlMonthLeadingZero
= 41;
53 const long xlMonthNameChars
= 30;
54 const long xlNoncurrencyDigits
= 29;
55 const long xlNonEnglishFunctions
= 34;
56 const long xlRightBrace
= 13;
57 const long xlRightBracket
= 11;
58 const long xlRowSeparator
= 15;
59 const long xlSecondCode
= 24;
60 const long xlThousandsSeparator
= 4;
61 const long xlTimeLeadingZero
= 45;
62 const long xlTimeSeparator
= 18;
63 const long xlUpperCaseColumnLetter
= 7;
64 const long xlUpperCaseRowLetter
= 6;
65 const long xlWeekdayNameChars
= 31;
66 const long xlYearCode
= 19;
70 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */