summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoPresetLightingSoftness.idl
blob: 3defae219871b0b2c316ac6c7946b8c6e739d4ff (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module office {
    constants MsoPresetLightingSoftness {
        const long msoLightingBright = 3;
        const long msoLightingDim = 1;
        const long msoLightingNormal = 2;
        const long msoPresetLightingSoftnessMixed = -2;
    };
}; }; };