summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlCalculation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlCalculation.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlCalculation.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlCalculation.idl b/oovbaapi/ooo/vba/excel/XlCalculation.idl
new file mode 100644
index 000000000000..f0e762374d8c
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlCalculation.idl
@@ -0,0 +1,7 @@
+module ooo { module vba { module excel {
+ constants XlCalculation {
+ const long xlCalculationAutomatic = -4105;
+ const long xlCalculationManual = -4135;
+ const long xlCalculationSemiautomatic = 2;
+ };
+}; }; };