summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlLegendPosition.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlLegendPosition.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlLegendPosition.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlLegendPosition.idl b/oovbaapi/ooo/vba/excel/XlLegendPosition.idl
new file mode 100644
index 000000000..ae4a68deb
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlLegendPosition.idl
@@ -0,0 +1,12 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+module ooo { module vba { module excel {
+ constants XlLegendPosition {
+ const long xlLegendPositionBottom = -4107;
+ const long xlLegendPositionCorner = 2;
+ const long xlLegendPositionLeft = -4131;
+ const long xlLegendPositionRight = -4152;
+ const long xlLegendPositionTop = -4160;
+ };
+}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */