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
/
excel
/
XlHighlightChangesTime.idl
blob
969d43aa6f08a4b938821c4fa070e9cf0b35c903
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlHighlightChangesTime
{
3
const long
xlAllChanges
=
2
;
4
const long
xlNotYetReviewed
=
3
;
5
const long
xlSinceMyLastSave
=
1
;
6
};
7
}; }; };