summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoAnimationType.idl
blob: 4f1be2a3f211f13a6a612e674eb67960c24ceec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module ooo { module vba { module office {
    constants MsoAnimationType {
        const long msoAnimationAppear = 32;
        const long msoAnimationBeginSpeaking = 4;
        const long msoAnimationCharacterSuccessMajor = 6;
        const long msoAnimationCheckingSomething = 103;
        const long msoAnimationDisappear = 31;
        const long msoAnimationEmptyTrash = 116;
        const long msoAnimationGestureDown = 113;
        const long msoAnimationGestureLeft = 114;
        const long msoAnimationGestureRight = 19;
        const long msoAnimationGestureUp = 115;
        const long msoAnimationGetArtsy = 100;
        const long msoAnimationGetAttentionMajor = 11;
        const long msoAnimationGetAttentionMinor = 12;
        const long msoAnimationGetTechy = 101;
        const long msoAnimationGetWizardy = 102;
        const long msoAnimationGoodbye = 3;
        const long msoAnimationGreeting = 2;
        const long msoAnimationIdle = 1;
        const long msoAnimationListensToComputer = 26;
        const long msoAnimationLookDown = 104;
        const long msoAnimationLookDownLeft = 105;
        const long msoAnimationLookDownRight = 106;
        const long msoAnimationLookLeft = 107;
        const long msoAnimationLookRight = 108;
        const long msoAnimationLookUp = 109;
        const long msoAnimationLookUpLeft = 110;
        const long msoAnimationLookUpRight = 111;
        const long msoAnimationPrinting = 18;
        const long msoAnimationRestPose = 5;
        const long msoAnimationSaving = 112;
        const long msoAnimationSearching = 13;
        const long msoAnimationSendingMail = 25;
        const long msoAnimationThinking = 24;
        const long msoAnimationWorkingAtSomething = 23;
        const long msoAnimationWritingNotingSomething = 22;
    };
}; }; };