summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlCmdType.idl
blob: 3aaca4fa5e59263373de6d6c7e61d11f06781b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
    constants XlCmdType {
        const long xlCmdCube = 1;
        const long xlCmdDefault = 4;
        const long xlCmdList = 5;
        const long xlCmdSql = 2;
        const long xlCmdTable = 3;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */