summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlLink.idl
blob: d430237f9cdf7e3ee9ff6b0aa1ade769700d0777 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module excel {
    constants XlLink {
        const long xlExcelLinks = 1;
        const long xlOLELinks = 2;
        const long xlPublishers = 5;
        const long xlSubscribers = 6;
    };
}; }; };