1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module excel
{
4 const long xlValidateCustom
= 7;
5 const long xlValidateDate
= 4;
6 const long xlValidateDecimal
= 2;
7 const long xlValidateInputOnly
= 0;
8 const long xlValidateList
= 3;
9 const long xlValidateTextLength
= 6;
10 const long xlValidateTime
= 5;
11 const long xlValidateWholeNumber
= 1;
15 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */