summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
blob: 33dee6e5fc737cbbc77b9a72592c7c1f139f8f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
    constants AcSpreadSheetType {
        const long acSpreadsheetTypeExcel3 = 0;
        const long acSpreadsheetTypeExcel4 = 6;
        const long acSpreadsheetTypeExcel5 = 5;
        const long acSpreadsheetTypeExcel7 = 5;
        const long acSpreadsheetTypeExcel8 = 8;
        const long acSpreadsheetTypeExcel9 = 8;
        const long acSpreadsheetTypeExcel97 = 8;
        const long acSpreadsheetTypeLotusWJ2 = 4;
        const long acSpreadsheetTypeLotusWK1 = 2;
        const long acSpreadsheetTypeLotusWK3 = 3;
        const long acSpreadsheetTypeLotusWK4 = 7;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */