summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoButtonStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoButtonStyle.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoButtonStyle.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoButtonStyle.idl b/oovbaapi/ooo/vba/office/MsoButtonStyle.idl
new file mode 100644
index 000000000000..61aaf6c3bde6
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoButtonStyle.idl
@@ -0,0 +1,12 @@
+module ooo { module vba { module office {
+ constants MsoButtonStyle {
+ const long msoButtonAutomatic = 0;
+ const long msoButtonCaption = 2;
+ const long msoButtonIcon = 1;
+ const long msoButtonIconAndCaption = 3;
+ const long msoButtonIconAndCaptionBelow = 11;
+ const long msoButtonIconAndWrapCaption = 7;
+ const long msoButtonIconAndWrapCaptionBelow = 15;
+ const long msoButtonWrapCaption = 14;
+ };
+}; }; };