summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/word/WdInternationalIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdInternationalIndex.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdInternationalIndex.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdInternationalIndex.idl b/oovbaapi/ooo/vba/word/WdInternationalIndex.idl
new file mode 100644
index 000000000000..272aef3f97ff
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdInternationalIndex.idl
@@ -0,0 +1,14 @@
+module ooo { module vba { module word {
+ constants WdInternationalIndex {
+ const long wd24HourClock = 21;
+ const long wdCurrencyCode = 20;
+ const long wdDateSeparator = 25;
+ const long wdDecimalSeparator = 18;
+ const long wdInternationalAM = 22;
+ const long wdInternationalPM = 23;
+ const long wdListSeparator = 17;
+ const long wdProductLanguageID = 26;
+ const long wdThousandsSeparator = 19;
+ const long wdTimeSeparator = 24;
+ };
+}; }; };