summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlHtmlType.idl
blob: 802fa5dd64fdc339516347fd8473e7fc649587a2 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlHtmlType {
        const long xlHtmlCalc = 1;
        const long xlHtmlChart = 3;
        const long xlHtmlList = 2;
        const long xlHtmlStatic = 0;
    };
}; }; };