1*b63233d8Sdamjan/**************************************************************
2*b63233d8Sdamjan *
3*b63233d8Sdamjan * Licensed to the Apache Software Foundation (ASF) under one
4*b63233d8Sdamjan * or more contributor license agreements.  See the NOTICE file
5*b63233d8Sdamjan * distributed with this work for additional information
6*b63233d8Sdamjan * regarding copyright ownership.  The ASF licenses this file
7*b63233d8Sdamjan * to you under the Apache License, Version 2.0 (the
8*b63233d8Sdamjan * "License"); you may not use this file except in compliance
9*b63233d8Sdamjan * with the License.  You may obtain a copy of the License at
10*b63233d8Sdamjan *
11*b63233d8Sdamjan *   http://www.apache.org/licenses/LICENSE-2.0
12*b63233d8Sdamjan *
13*b63233d8Sdamjan * Unless required by applicable law or agreed to in writing,
14*b63233d8Sdamjan * software distributed under the License is distributed on an
15*b63233d8Sdamjan * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b63233d8Sdamjan * KIND, either express or implied.  See the License for the
17*b63233d8Sdamjan * specific language governing permissions and limitations
18*b63233d8Sdamjan * under the License.
19*b63233d8Sdamjan *
20*b63233d8Sdamjan *************************************************************/
21*b63233d8Sdamjan
22*b63233d8Sdamjanmodule ooo { module vba { module excel {
23*b63233d8Sdamjan    constants XlFileFormat {
24*b63233d8Sdamjan        const long xlAddIn = 18;
25*b63233d8Sdamjan        const long xlCSV = 6;
26*b63233d8Sdamjan        const long xlCSVMac = 22;
27*b63233d8Sdamjan        const long xlCSVMSDOS = 24;
28*b63233d8Sdamjan        const long xlCSVWindows = 23;
29*b63233d8Sdamjan        const long xlCurrentPlatformText = -4158;
30*b63233d8Sdamjan        const long xlDBF2 = 7;
31*b63233d8Sdamjan        const long xlDBF3 = 8;
32*b63233d8Sdamjan        const long xlDBF4 = 11;
33*b63233d8Sdamjan        const long xlDIF = 9;
34*b63233d8Sdamjan        const long xlExcel2 = 16;
35*b63233d8Sdamjan        const long xlExcel2FarEast = 27;
36*b63233d8Sdamjan        const long xlExcel3 = 29;
37*b63233d8Sdamjan        const long xlExcel4 = 33;
38*b63233d8Sdamjan        const long xlExcel4Workbook = 35;
39*b63233d8Sdamjan        const long xlExcel5 = 39;
40*b63233d8Sdamjan        const long xlExcel7 = 39;
41*b63233d8Sdamjan        const long xlExcel9795 = 43;
42*b63233d8Sdamjan        const long xlHtml = 44;
43*b63233d8Sdamjan        const long xlIntlAddIn = 26;
44*b63233d8Sdamjan        const long xlIntlMacro = 25;
45*b63233d8Sdamjan        const long xlSYLK = 2;
46*b63233d8Sdamjan        const long xlTemplate = 17;
47*b63233d8Sdamjan        const long xlTextMac = 19;
48*b63233d8Sdamjan        const long xlTextMSDOS = 21;
49*b63233d8Sdamjan        const long xlTextPrinter = 36;
50*b63233d8Sdamjan        const long xlTextWindows = 20;
51*b63233d8Sdamjan        const long xlUnicodeText = 42;
52*b63233d8Sdamjan        const long xlWebArchive = 45;
53*b63233d8Sdamjan        const long xlWJ2WD1 = 14;
54*b63233d8Sdamjan        const long xlWJ3 = 40;
55*b63233d8Sdamjan        const long xlWJ3FJ3 = 41;
56*b63233d8Sdamjan        const long xlWK1 = 5;
57*b63233d8Sdamjan        const long xlWK1ALL = 31;
58*b63233d8Sdamjan        const long xlWK1FMT = 30;
59*b63233d8Sdamjan        const long xlWK3 = 15;
60*b63233d8Sdamjan        const long xlWK3FM3 = 32;
61*b63233d8Sdamjan        const long xlWK4 = 38;
62*b63233d8Sdamjan        const long xlWKS = 4;
63*b63233d8Sdamjan        const long xlWorkbookNormal = -4143;
64*b63233d8Sdamjan        const long xlWorks2FarEast = 28;
65*b63233d8Sdamjan        const long xlWQ1 = 34;
66*b63233d8Sdamjan        const long xlXMLSpreadsheet = 46;
67*b63233d8Sdamjan    };
68*b63233d8Sdamjan}; }; };
69