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
/
access
/
AcCloseSave.idl
blob
cde435725ae06d284f733794d1f99533512f1148
1
module
ooo
{
module
vba
{
module
access
{
2
constants AcCloseSave
{
3
const long
acSaveNo
=
2
;
4
const long
acSavePrompt
=
0
;
5
const long
acSaveYes
=
1
;
6
};
7
}; }; };