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
/
XlChartGallery.idl
blob
1f2302e02821f276b875abea38ef0426e8fd4293
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlChartGallery
{
3
const long
xlAnyGallery
=
23
;
4
const long
xlBuiltIn
=
21
;
5
const long
xlUserDefined
=
22
;
6
};
7
}; }; };