summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/powerpoint/PpPrintRangeType.idl
blob: ab82174c7fdce9a14993c62bb73adc0cb79e258f (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module powerpoint {
    constants PpPrintRangeType {
        const long ppPrintAll = 1;
        const long ppPrintCurrent = 3;
        const long ppPrintNamedSlideShow = 5;
        const long ppPrintSelection = 2;
        const long ppPrintSlideRange = 4;
    };
}; }; };