1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module excel
{
3 constants XlColumnDataType
{
4 const long xlDMYFormat
= 4;
5 const long xlDYMFormat
= 7;
6 const long xlEMDFormat
= 10;
7 const long xlGeneralFormat
= 1;
8 const long xlMDYFormat
= 3;
9 const long xlMYDFormat
= 6;
10 const long xlSkipColumn
= 9;
11 const long xlTextFormat
= 2;
12 const long xlYDMFormat
= 8;
13 const long xlYMDFormat
= 5;
17 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */