summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdCalendarType.idl
blob: 040119921ceaaeb9352567cb16136d1b25ec538f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module ooo { module vba { module word {
    constants WdCalendarType {
        const long wdCalendarArabic = 1;
        const long wdCalendarChina = 3;
        const long wdCalendarHebrew = 2;
        const long wdCalendarJapan = 4;
        const long wdCalendarKorean = 6;
        const long wdCalendarSakaEra = 7;
        const long wdCalendarThai = 5;
        const long wdCalendarWestern = 0;
    };
}; }; };