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
/
XlHtmlType.idl
blob
802fa5dd64fdc339516347fd8473e7fc649587a2
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlHtmlType
{
3
const long
xlHtmlCalc
=
1
;
4
const long
xlHtmlChart
=
3
;
5
const long
xlHtmlList
=
2
;
6
const long
xlHtmlStatic
=
0
;
7
};
8
}; }; };