summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/powerpoint/PpSoundEffectType.idl
blob: 9e644638ba6594e3b898d7c5e3847a59bbea0627 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module powerpoint {
    constants PpSoundEffectType {
        const long ppSoundEffectsMixed = -2;
        const long ppSoundFile = 2;
        const long ppSoundNone = 0;
        const long ppSoundStopPrevious = 1;
    };
}; }; };