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 XlRangeAutoFormat {
24        const long xlRangeAutoFormat3DEffects1 = 13;
25        const long xlRangeAutoFormat3DEffects2 = 14;
26        const long xlRangeAutoFormatAccounting1 = 4;
27        const long xlRangeAutoFormatAccounting2 = 5;
28        const long xlRangeAutoFormatAccounting3 = 6;
29        const long xlRangeAutoFormatAccounting4 = 17;
30        const long xlRangeAutoFormatClassic1 = 1;
31        const long xlRangeAutoFormatClassic2 = 2;
32        const long xlRangeAutoFormatClassic3 = 3;
33        const long xlRangeAutoFormatClassicPivotTable = 31;
34        const long xlRangeAutoFormatColor1 = 7;
35        const long xlRangeAutoFormatColor2 = 8;
36        const long xlRangeAutoFormatColor3 = 9;
37        const long xlRangeAutoFormatList1 = 10;
38        const long xlRangeAutoFormatList2 = 11;
39        const long xlRangeAutoFormatList3 = 12;
40        const long xlRangeAutoFormatLocalFormat1 = 15;
41        const long xlRangeAutoFormatLocalFormat2 = 16;
42        const long xlRangeAutoFormatLocalFormat3 = 19;
43        const long xlRangeAutoFormatLocalFormat4 = 20;
44        const long xlRangeAutoFormatNone = -4142;
45        const long xlRangeAutoFormatPTNone = 42;
46        const long xlRangeAutoFormatReport1 = 21;
47        const long xlRangeAutoFormatReport10 = 30;
48        const long xlRangeAutoFormatReport2 = 22;
49        const long xlRangeAutoFormatReport3 = 23;
50        const long xlRangeAutoFormatReport4 = 24;
51        const long xlRangeAutoFormatReport5 = 25;
52        const long xlRangeAutoFormatReport6 = 26;
53        const long xlRangeAutoFormatReport7 = 27;
54        const long xlRangeAutoFormatReport8 = 28;
55        const long xlRangeAutoFormatReport9 = 29;
56        const long xlRangeAutoFormatSimple = -4154;
57        const long xlRangeAutoFormatTable1 = 32;
58        const long xlRangeAutoFormatTable10 = 41;
59        const long xlRangeAutoFormatTable2 = 33;
60        const long xlRangeAutoFormatTable3 = 34;
61        const long xlRangeAutoFormatTable4 = 35;
62        const long xlRangeAutoFormatTable5 = 36;
63        const long xlRangeAutoFormatTable6 = 37;
64        const long xlRangeAutoFormatTable7 = 38;
65        const long xlRangeAutoFormatTable8 = 39;
66        const long xlRangeAutoFormatTable9 = 40;
67    };
68}; }; };
69