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
/
XlApplyNamesOrder.idl
blob
68445c8662b9eaf2f942a08c76101d7b8259af63
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlApplyNamesOrder
{
3
const long
xlColumnThenRow
=
2
;
4
const long
xlRowThenColumn
=
1
;
5
};
6
}; }; };