Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / VbMsgBoxResult.idl
blobe6771b951536a34a0d11f153c1cff373a66a6323
1 module ooo { module vba {
2 constants VbMsgBoxResult {
3 const long vbAbort = 3;
4 const long vbCancel = 2;
5 const long vbIgnore = 5;
6 const long vbNo = 7;
7 const long vbOK = 1;
8 const long vbRetry = 4;
9 const long vbYes = 6;
11 }; };