summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpSelectionType.idl
blob: 36669d4d5f55031cf843ef22ba07b953eb513c74 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module powerpoint {
    constants PpSelectionType {
        const long ppSelectionNone = 0;
        const long ppSelectionShapes = 2;
        const long ppSelectionSlides = 1;
        const long ppSelectionText = 3;
    };
}; }; };