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