summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSmartTagDisplayMode.idl
blob: fda89eed96c058eb027a561a14f74c8526d816a2 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlSmartTagDisplayMode {
        const long xlButtonOnly = 2;
        const long xlDisplayNone = 1;
        const long xlIndicatorAndButton = 0;
    };
}; }; };