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
/
VbCompareMethod.idl
blob
a6634ae3b80241b78f4858484e228f8186ae7dc2
1
module
ooo
{
module
vba
{
2
constants VbCompareMethod
{
3
const long
vbBinaryCompare
=
0
;
4
const long
vbDatabaseCompare
=
2
;
5
const long
vbTextCompare
=
1
;
6
};
7
}; };