1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module excel
{
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;
12 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */