summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdOpenFormat.idl
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-05-30 18:08:50 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 16:41:08 +0200
commit246efa0d481c4b3bb55c1f53d954557cc027c008 (patch)
tree76742dc66aaa690f9588450e590a6694f391ba00 /oovbaapi/ooo/vba/word/WdOpenFormat.idl
parent3c822ccbf013b2c9129cbb4717890114bfdd06ee (diff)
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdOpenFormat.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdOpenFormat.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdOpenFormat.idl b/oovbaapi/ooo/vba/word/WdOpenFormat.idl
new file mode 100644
index 000000000000..cd708c3d1112
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdOpenFormat.idl
@@ -0,0 +1,14 @@
+module ooo { module vba { module word {
+ constants WdOpenFormat {
+ const long wdOpenFormatAllWord = 6;
+ const long wdOpenFormatAuto = 0;
+ const long wdOpenFormatDocument = 1;
+ const long wdOpenFormatEncodedText = 5;
+ const long wdOpenFormatRTF = 3;
+ const long wdOpenFormatTemplate = 2;
+ const long wdOpenFormatText = 4;
+ const long wdOpenFormatUnicodeText = 5;
+ const long wdOpenFormatWebPages = 7;
+ const long wdOpenFormatXML = 8;
+ };
+}; }; };