summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdOLEVerb.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdOLEVerb.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdOLEVerb.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdOLEVerb.idl b/oovbaapi/ooo/vba/word/WdOLEVerb.idl
new file mode 100644
index 000000000000..e973d24a47c9
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdOLEVerb.idl
@@ -0,0 +1,11 @@
+module ooo { module vba { module word {
+ constants WdOLEVerb {
+ const long wdOLEVerbDiscardUndoState = -6;
+ const long wdOLEVerbHide = -3;
+ const long wdOLEVerbInPlaceActivate = -5;
+ const long wdOLEVerbOpen = -2;
+ const long wdOLEVerbPrimary = 0;
+ const long wdOLEVerbShow = -1;
+ const long wdOLEVerbUIActivate = -4;
+ };
+}; }; };