summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl b/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl
new file mode 100644
index 000000000000..b4d1aabe3725
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlTickLabelOrientation.idl
@@ -0,0 +1,9 @@
+module ooo { module vba { module excel {
+ constants XlTickLabelOrientation {
+ const long xlTickLabelOrientationAutomatic = -4105;
+ const long xlTickLabelOrientationDownward = -4170;
+ const long xlTickLabelOrientationHorizontal = -4128;
+ const long xlTickLabelOrientationUpward = -4171;
+ const long xlTickLabelOrientationVertical = -4166;
+ };
+}; }; };