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
/
XlDeleteShiftDirection.idl
blob
f530b3964c65f10f890d16059e8c52099ceec215
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlDeleteShiftDirection
{
3
const long
xlShiftToLeft
= -
4159
;
4
const long
xlShiftUp
= -
4162
;
5
};
6
}; }; };