Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlCmdType.idl
blob3aaca4fa5e59263373de6d6c7e61d11f06781b8e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlCmdType {
4 const long xlCmdCube = 1;
5 const long xlCmdDefault = 4;
6 const long xlCmdList = 5;
7 const long xlCmdSql = 2;
8 const long xlCmdTable = 3;
9 };
10 }; }; };
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */