summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlChartSplitType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlChartSplitType.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlChartSplitType.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlChartSplitType.idl b/oovbaapi/ooo/vba/excel/XlChartSplitType.idl
new file mode 100644
index 000000000..ae88b52d2
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlChartSplitType.idl
@@ -0,0 +1,11 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+module ooo { module vba { module excel {
+ constants XlChartSplitType {
+ const long xlSplitByCustomSplit = 4;
+ const long xlSplitByPercentValue = 3;
+ const long xlSplitByPosition = 1;
+ const long xlSplitByValue = 2;
+ };
+}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */