summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoMixedType.idl
blob: 0b9c808689b3f25cf61bb316f7b9710900994af5 (plain)
1
2
3
4
5
6
module ooo { module vba { module office {
    constants MsoMixedType {
        const long msoIntegerMixed = 32768;
        const long msoSingleMixed = -2147483648;
    };
}; }; };