Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDVType.idl
blob6116f44c7c19d30b6534205f8ca6324a977b27e7
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlDVType {
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;
13 }; }; };
15 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */