1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module access
{
3 constants AcSpreadSheetType
{
4 const long acSpreadsheetTypeExcel3
= 0;
5 const long acSpreadsheetTypeExcel4
= 6;
6 const long acSpreadsheetTypeExcel5
= 5;
7 const long acSpreadsheetTypeExcel7
= 5;
8 const long acSpreadsheetTypeExcel8
= 8;
9 const long acSpreadsheetTypeExcel9
= 8;
10 const long acSpreadsheetTypeExcel97
= 8;
11 const long acSpreadsheetTypeLotusWJ2
= 4;
12 const long acSpreadsheetTypeLotusWK1
= 2;
13 const long acSpreadsheetTypeLotusWK3
= 3;
14 const long acSpreadsheetTypeLotusWK4
= 7;
18 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */