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