repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
VbMsgBoxResult.idl
blob
e6771b951536a34a0d11f153c1cff373a66a6323
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
;
10
};
11
}; };