summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/MsoAnimType.idl
blob: b3cc9ff670f29beed822f895afdee97eef942f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module ooo { module vba { module powerpoint {
    constants MsoAnimType {
        const long msoAnimTypeColor = 2;
        const long msoAnimTypeCommand = 6;
        const long msoAnimTypeFilter = 7;
        const long msoAnimTypeMixed = -2;
        const long msoAnimTypeMotion = 1;
        const long msoAnimTypeNone = 0;
        const long msoAnimTypeProperty = 5;
        const long msoAnimTypeRotation = 4;
        const long msoAnimTypeScale = 3;
        const long msoAnimTypeSet = 8;
    };
}; }; };