summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdLinkType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdLinkType.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdLinkType.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdLinkType.idl b/oovbaapi/ooo/vba/word/WdLinkType.idl
new file mode 100644
index 000000000000..f9557e4efeef
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdLinkType.idl
@@ -0,0 +1,12 @@
+module ooo { module vba { module word {
+ constants WdLinkType {
+ const long wdLinkTypeDDE = 6;
+ const long wdLinkTypeDDEAuto = 7;
+ const long wdLinkTypeImport = 5;
+ const long wdLinkTypeInclude = 4;
+ const long wdLinkTypeOLE = 0;
+ const long wdLinkTypePicture = 1;
+ const long wdLinkTypeReference = 3;
+ const long wdLinkTypeText = 2;
+ };
+}; }; };