summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/powerpoint/PpIndentControl.idl
blob: 777620ff0a2fec502955aaa2110b54923a8b3f7a (plain)
1
2
3
4
5
6
7
module ooo { module vba { module powerpoint {
    constants PpIndentControl {
        const long ppIndentControlMixed = -2;
        const long ppIndentKeepAttr = 2;
        const long ppIndentReplaceAttr = 1;
    };
}; }; };