summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlDataSeriesDate.idl
blob: 0359acbae5fb2d3c1d2160313a8e379adad7c767 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlDataSeriesDate {
        const long xlDay = 1;
        const long xlMonth = 3;
        const long xlWeekday = 2;
        const long xlYear = 4;
    };
}; }; };