summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlMSApplication.idl
blob: f26d2d82896d684b8c2eb1e291e85741e8d1d670 (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module excel {
    constants XlMSApplication {
        const long xlMicrosoftAccess = 4;
        const long xlMicrosoftFoxPro = 5;
        const long xlMicrosoftMail = 3;
        const long xlMicrosoftPowerPoint = 2;
        const long xlMicrosoftProject = 6;
        const long xlMicrosoftSchedulePlus = 7;
        const long xlMicrosoftWord = 1;
    };
}; }; };