1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module excel
{
4 const long xlCellTypeAllFormatConditions
= -4172;
5 const long xlCellTypeAllValidation
= -4174;
6 const long xlCellTypeBlanks
= 4;
7 const long xlCellTypeComments
= -4144;
8 const long xlCellTypeConstants
= 2;
9 const long xlCellTypeFormulas
= -4123;
10 const long xlCellTypeLastCell
= 11;
11 const long xlCellTypeSameFormatConditions
= -4173;
12 const long xlCellTypeSameValidation
= -4175;
13 const long xlCellTypeVisible
= 12;
17 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */