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
/
XlInsertShiftDirection.idl
blob
b29e6c4e6de265c0bf282529dcc226c85cf18508
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlInsertShiftDirection
{
3
const long
xlShiftDown
= -
4121
;
4
const long
xlShiftToRight
= -
4161
;
5
};
6
}; }; };