summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdIndexFilter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdIndexFilter.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdIndexFilter.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdIndexFilter.idl b/oovbaapi/ooo/vba/word/WdIndexFilter.idl
new file mode 100644
index 000000000000..b21ae54aee72
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdIndexFilter.idl
@@ -0,0 +1,11 @@
+module ooo { module vba { module word {
+ constants WdIndexFilter {
+ const long wdIndexFilterAiueo = 1;
+ const long wdIndexFilterAkasatana = 2;
+ const long wdIndexFilterChosung = 3;
+ const long wdIndexFilterFull = 6;
+ const long wdIndexFilterLow = 4;
+ const long wdIndexFilterMedium = 5;
+ const long wdIndexFilterNone = 0;
+ };
+}; }; };