summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdTextFormFieldType.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdTextFormFieldType.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl b/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl
new file mode 100644
index 000000000000..6e09a04c5c95
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdTextFormFieldType.idl
@@ -0,0 +1,10 @@
+module ooo { module vba { module word {
+ constants WdTextFormFieldType {
+ const long wdCalculationText = 5;
+ const long wdCurrentDateText = 3;
+ const long wdCurrentTimeText = 4;
+ const long wdDateText = 2;
+ const long wdNumberText = 1;
+ const long wdRegularText = 0;
+ };
+}; }; };