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 XlFileFormat
{
22 const long xlAddIn
= 18;
24 const long xlCSVMac
= 22;
25 const long xlCSVMSDOS
= 24;
26 const long xlCSVWindows
= 23;
27 const long xlCurrentPlatformText
= -4158;
28 const long xlDBF2
= 7;
29 const long xlDBF3
= 8;
30 const long xlDBF4
= 11;
32 const long xlExcel2
= 16;
33 const long xlExcel2FarEast
= 27;
34 const long xlExcel3
= 29;
35 const long xlExcel4
= 33;
36 const long xlExcel4Workbook
= 35;
37 const long xlExcel5
= 39;
38 const long xlExcel7
= 39;
39 const long xlExcel9795
= 43;
40 const long xlHtml
= 44;
41 const long xlIntlAddIn
= 26;
42 const long xlIntlMacro
= 25;
43 const long xlSYLK
= 2;
44 const long xlTemplate
= 17;
45 const long xlTextMac
= 19;
46 const long xlTextMSDOS
= 21;
47 const long xlTextPrinter
= 36;
48 const long xlTextWindows
= 20;
49 const long xlUnicodeText
= 42;
50 const long xlWebArchive
= 45;
51 const long xlWJ2WD1
= 14;
52 const long xlWJ3
= 40;
53 const long xlWJ3FJ3
= 41;
55 const long xlWK1ALL
= 31;
56 const long xlWK1FMT
= 30;
57 const long xlWK3
= 15;
58 const long xlWK3FM3
= 32;
59 const long xlWK4
= 38;
61 const long xlWorkbookNormal
= -4143;
62 const long xlWorks2FarEast
= 28;
63 const long xlWQ1
= 34;
64 const long xlXMLSpreadsheet
= 46;
68 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */