summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlCellType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlCellType.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlCellType.idl17
1 files changed, 17 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlCellType.idl b/oovbaapi/ooo/vba/excel/XlCellType.idl
new file mode 100644
index 000000000..8877f422f
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlCellType.idl
@@ -0,0 +1,17 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+module ooo { module vba { module excel {
+ constants XlCellType {
+ const long xlCellTypeAllFormatConditions = -4172;
+ const long xlCellTypeAllValidation = -4174;
+ const long xlCellTypeBlanks = 4;
+ const long xlCellTypeComments = -4144;
+ const long xlCellTypeConstants = 2;
+ const long xlCellTypeFormulas = -4123;
+ const long xlCellTypeLastCell = 11;
+ const long xlCellTypeSameFormatConditions = -4173;
+ const long xlCellTypeSameValidation = -4175;
+ const long xlCellTypeVisible = 12;
+ };
+}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */