summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlLinkInfoType.idl
blob: e72a1b351f21e4e0c32772ef6689ec7eeac41795 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module excel {
    constants XlLinkInfoType {
        const long xlLinkInfoOLELinks = 2;
        const long xlLinkInfoPublishers = 5;
        const long xlLinkInfoSubscribers = 6;
    };
}; }; };