summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/office/MsoFileDialogView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoFileDialogView.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoFileDialogView.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoFileDialogView.idl b/oovbaapi/ooo/vba/office/MsoFileDialogView.idl
new file mode 100644
index 000000000000..7c48f70383ad
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoFileDialogView.idl
@@ -0,0 +1,13 @@
+module ooo { module vba { module office {
+ constants MsoFileDialogView {
+ const long msoFileDialogViewDetails = 2;
+ const long msoFileDialogViewLargeIcons = 6;
+ const long msoFileDialogViewList = 1;
+ const long msoFileDialogViewPreview = 4;
+ const long msoFileDialogViewProperties = 3;
+ const long msoFileDialogViewSmallIcons = 7;
+ const long msoFileDialogViewThumbnail = 5;
+ const long msoFileDialogViewTiles = 9;
+ const long msoFileDialogViewWebView = 8;
+ };
+}; }; };