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
/
XlArrangeStyle.idl
blob
f3b335e304c7c8d61fac1c9006240965f1c26775
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlArrangeStyle
{
3
const long
xlArrangeStyleCascade
=
7
;
4
const long
xlArrangeStyleHorizontal
= -
4128
;
5
const long
xlArrangeStyleTiled
=
1
;
6
const long
xlArrangeStyleVertical
= -
4166
;
7
};
8
}; }; };