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 product version to 4.1.6.2
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
access
/
AcPrintQuality.idl
blob
6662456cb58b787b54ed1b55684dffad1b2f3a34
1
module
ooo
{
module
vba
{
module
access
{
2
constants AcPrintQuality
{
3
const long
acDraft
=
3
;
4
const long
acHigh
=
0
;
5
const long
acLow
=
2
;
6
const long
acMedium
=
1
;
7
};
8
}; }; };