summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/office/DocProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/DocProperties.idl')
-rw-r--r--oovbaapi/ooo/vba/office/DocProperties.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/DocProperties.idl b/oovbaapi/ooo/vba/office/DocProperties.idl
new file mode 100644
index 000000000000..2a3c007c4942
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/DocProperties.idl
@@ -0,0 +1,9 @@
+module ooo { module vba { module office {
+ constants DocProperties {
+ const long offPropertyTypeBoolean = 2;
+ const long offPropertyTypeDate = 3;
+ const long offPropertyTypeFloat = 5;
+ const long offPropertyTypeNumber = 1;
+ const long offPropertyTypeString = 4;
+ };
+}; }; };