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
/
PropertyAttributesEnum.idl
blob
4b870d604a683bffc04ce192c6ff914abfff23f6
1
module
ooo
{
module
vba
{
module
adodb
{
2
constants PropertyAttributesEnum
{
3
const long
adPropNotSupported
=
0
;
4
const long
adPropOptional
=
2
;
5
const long
adPropRead
=
512
;
6
const long
adPropRequired
=
1
;
7
const long
adPropWrite
=
1024
;
8
};
9
}; }; };