summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpAdvanceMode.idl
blob: 1e0c5fa3b207596b1147e5f45a1a1c1e01630267 (plain)
1
2
3
4
5
6
7
module ooo { module vba { module powerpoint {
    constants PpAdvanceMode {
        const long ppAdvanceModeMixed = -2;
        const long ppAdvanceOnClick = 1;
        const long ppAdvanceOnTime = 2;
    };
}; }; };