summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSubscribeToFormat.idl
blob: b71b97d79343085be307197d536c0c7fca5091b0 (plain)
1
2
3
4
5
6
module ooo { module vba { module excel {
    constants XlSubscribeToFormat {
        const long xlSubscribeToPicture = -4147;
        const long xlSubscribeToText = -4158;
    };
}; }; };