bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlFileFormat.idl
blobdca659a98b31b583dd13585700cc06f2cde84822
1 /*
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 XlFileFormat {
21 const long xlAddIn = 18;
22 const long xlCSV = 6;
23 const long xlCSVMac = 22;
24 const long xlCSVMSDOS = 24;
25 const long xlCSVWindows = 23;
26 const long xlCurrentPlatformText = -4158;
27 const long xlDBF2 = 7;
28 const long xlDBF3 = 8;
29 const long xlDBF4 = 11;
30 const long xlDIF = 9;
31 const long xlExcel2 = 16;
32 const long xlExcel2FarEast = 27;
33 const long xlExcel3 = 29;
34 const long xlExcel4 = 33;
35 const long xlExcel4Workbook = 35;
36 const long xlExcel5 = 39;
37 const long xlExcel7 = 39;
38 const long xlExcel9795 = 43;
39 const long xlHtml = 44;
40 const long xlIntlAddIn = 26;
41 const long xlIntlMacro = 25;
42 const long xlSYLK = 2;
43 const long xlTemplate = 17;
44 const long xlTextMac = 19;
45 const long xlTextMSDOS = 21;
46 const long xlTextPrinter = 36;
47 const long xlTextWindows = 20;
48 const long xlUnicodeText = 42;
49 const long xlWebArchive = 45;
50 const long xlWJ2WD1 = 14;
51 const long xlWJ3 = 40;
52 const long xlWJ3FJ3 = 41;
53 const long xlWK1 = 5;
54 const long xlWK1ALL = 31;
55 const long xlWK1FMT = 30;
56 const long xlWK3 = 15;
57 const long xlWK3FM3 = 32;
58 const long xlWK4 = 38;
59 const long xlWKS = 4;
60 const long xlWorkbookNormal = -4143;
61 const long xlWorks2FarEast = 28;
62 const long xlWQ1 = 34;
63 const long xlXMLSpreadsheet = 46;
65 }; }; };