summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl b/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl
new file mode 100644
index 000000000000..427d7f008d3c
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoOrgChartLayoutType.idl
@@ -0,0 +1,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;
+ };
+}; }; };