summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/MsoAnimCommandType.idl
blob: c9a83baaf10a968d1d663aa3189cbc87e6dbbc5c (plain)
1
2
3
4
5
6
7
module ooo { module vba { module powerpoint {
    constants MsoAnimCommandType {
        const long msoAnimCommandTypeCall = 1;
        const long msoAnimCommandTypeEvent = 0;
        const long msoAnimCommandTypeVerb = 2;
    };
}; }; };