summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl
blob: 427d7f008d3c96a87e90410493b7ff816fa197e9 (plain)
1
2
3
4
5
6
7
8
9
module ooo { module vba { module office {
    constants MsoOrgChartLayoutType {
        const long msoOrgChartLayoutBothHanging = 2;
        const long msoOrgChartLayoutLeftHanging = 3;
        const long msoOrgChartLayoutMixed = -2;
        const long msoOrgChartLayoutRightHanging = 4;
        const long msoOrgChartLayoutStandard = 1;
    };
}; }; };