summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl16
1 files changed, 16 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl b/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl
new file mode 100644
index 000000000000..53311b287f46
--- /dev/null
+++ b/oovbaapi/ooo/vba/office/MsoBalloonErrorType.idl
@@ -0,0 +1,16 @@
+module ooo { module vba { module office {
+ constants MsoBalloonErrorType {
+ const long msoBalloonErrorBadCharacter = 8;
+ const long msoBalloonErrorBadPictureRef = 4;
+ const long msoBalloonErrorBadReference = 5;
+ const long msoBalloonErrorButtonlessModal = 6;
+ const long msoBalloonErrorButtonModeless = 7;
+ const long msoBalloonErrorCharNotTopmostForModal = 10;
+ const long msoBalloonErrorCOMFailure = 9;
+ const long msoBalloonErrorNone = 0;
+ const long msoBalloonErrorOther = 1;
+ const long msoBalloonErrorOutOfMemory = 3;
+ const long msoBalloonErrorTooBig = 2;
+ const long msoBalloonErrorTooManyControls = 11;
+ };
+}; }; };