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
/
XlCalculationInterruptKey.idl
blob
c0193ed9b85a92fd98ca50003dd2ca80fcd2d9ff
1
module
ooo
{
module
vba
{
module
excel
{
2
constants XlCalculationInterruptKey
{
3
const long
xlAnyKey
=
2
;
4
const long
xlEscKey
=
1
;
5
const long
xlNoKey
=
0
;
6
};
7
}; }; };