summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdSmartTagControlType.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdSmartTagControlType.idl20
1 files changed, 20 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl b/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl
new file mode 100644
index 000000000000..52b6e63a50ea
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdSmartTagControlType.idl
@@ -0,0 +1,20 @@
+module ooo { module vba { module word {
+ constants WdSmartTagControlType {
+ const long wdControlActiveX = 13;
+ const long wdControlButton = 6;
+ const long wdControlCheckbox = 9;
+ const long wdControlCombo = 12;
+ const long wdControlDocumentFragment = 14;
+ const long wdControlDocumentFragmentURL = 15;
+ const long wdControlHelp = 3;
+ const long wdControlHelpURL = 4;
+ const long wdControlImage = 8;
+ const long wdControlLabel = 7;
+ const long wdControlLink = 2;
+ const long wdControlListbox = 11;
+ const long wdControlRadioGroup = 16;
+ const long wdControlSeparator = 5;
+ const long wdControlSmartTag = 1;
+ const long wdControlTextbox = 10;
+ };
+}; }; };