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
Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
excel
/
XlEditionFormat.idl
blob
17be3db80da6d7194328dde80956b6a97d3ca71f
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlEditionFormat
{
3
const long
xlBIFF
=
2
;
4
const long
xlPICT
=
1
;
5
const long
xlRTF
=
4
;
6
const long
xlVALU
=
8
;
7
};
8
}; }; };