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
/
XlDisplayBlanksAs.idl
blob
ed4346ef3d1b80f313005b3e97e96e44eadb4fd0
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlDisplayBlanksAs
{
3
const long
xlInterpolated
=
3
;
4
const long
xlNotPlotted
=
1
;
5
const long
xlZero
=
2
;
6
};
7
}; }; };