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
/
XlChartSplitType.idl
blob
7fd7b495323210a9b56c03ed60edad5b2b66a1d2
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlChartSplitType
{
3
const long
xlSplitByCustomSplit
=
4
;
4
const long
xlSplitByPercentValue
=
3
;
5
const long
xlSplitByPosition
=
1
;
6
const long
xlSplitByValue
=
2
;
7
};
8
}; }; };