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
/
ConnectOptionEnum.idl
blob
002cbd5e66868f921f44873b40c4af7831a9b266
1
module
ooo
{
module
vba
{
module
adodb
{
2
constants ConnectOptionEnum
{
3
const long
adAsyncConnect
=
16
;
4
const long
adConnectUnspecified
= -
1
;
5
};
6
}; }; };