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
Bump version to 4.1-6
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
adodb
/
AffectEnum.idl
blob
c8cf82a83802fa59a2fd073a670fb88ec520e1bf
1
module
ooo
{
module
vba
{
module
adodb
{
2
constants AffectEnum
{
3
const long
adAffectAll
=
3
;
4
const long
adAffectAllChapters
=
4
;
5
const long
adAffectCurrent
=
1
;
6
const long
adAffectGroup
=
2
;
7
};
8
}; }; };