1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22module ooo { module vba { module excel {
23    constants XlApplicationInternational {
24        const long xl24HourClock = 33;
25        const long xl4DigitYears = 43;
26        const long xlAlternateArraySeparator = 16;
27        const long xlColumnSeparator = 14;
28        const long xlCountryCode = 1;
29        const long xlCountrySetting = 2;
30        const long xlCurrencyBefore = 37;
31        const long xlCurrencyCode = 25;
32        const long xlCurrencyDigits = 27;
33        const long xlCurrencyLeadingZeros = 40;
34        const long xlCurrencyMinusSign = 38;
35        const long xlCurrencyNegative = 28;
36        const long xlCurrencySpaceBefore = 36;
37        const long xlCurrencyTrailingZeros = 39;
38        const long xlDateOrder = 32;
39        const long xlDateSeparator = 17;
40        const long xlDayCode = 21;
41        const long xlDayLeadingZero = 42;
42        const long xlDecimalSeparator = 3;
43        const long xlGeneralFormatName = 26;
44        const long xlHourCode = 22;
45        const long xlLeftBrace = 12;
46        const long xlLeftBracket = 10;
47        const long xlListSeparator = 5;
48        const long xlLowerCaseColumnLetter = 9;
49        const long xlLowerCaseRowLetter = 8;
50        const long xlMDY = 44;
51        const long xlMetric = 35;
52        const long xlMinuteCode = 23;
53        const long xlMonthCode = 20;
54        const long xlMonthLeadingZero = 41;
55        const long xlMonthNameChars = 30;
56        const long xlNoncurrencyDigits = 29;
57        const long xlNonEnglishFunctions = 34;
58        const long xlRightBrace = 13;
59        const long xlRightBracket = 11;
60        const long xlRowSeparator = 15;
61        const long xlSecondCode = 24;
62        const long xlThousandsSeparator = 4;
63        const long xlTimeLeadingZero = 45;
64        const long xlTimeSeparator = 18;
65        const long xlUpperCaseColumnLetter = 7;
66        const long xlUpperCaseRowLetter = 6;
67        const long xlWeekdayNameChars = 31;
68        const long xlYearCode = 19;
69    };
70}; }; };
71