summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlWebFormatting.idl
blob: b10edc7090bc74f8f11a8f3d4a9b1ff12d37f2fe (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlWebFormatting {
        const long xlWebFormattingAll = 1;
        const long xlWebFormattingNone = 3;
        const long xlWebFormattingRTF = 2;
    };
}; }; };