summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl b/oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl
new file mode 100644
index 000000000000..b29e6c4e6de2
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlInsertShiftDirection.idl
@@ -0,0 +1,6 @@
+module ooo { module vba { module excel {
+ constants XlInsertShiftDirection {
+ const long xlShiftDown = -4121;
+ const long xlShiftToRight = -4161;
+ };
+}; }; };