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
lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
access
/
AcSearchDirection.idl
blob
4606060f61727d7bd1cf3fe731fa95c8ad1af6d6
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
module
ooo
{
module
vba
{
module
access
{
3
constants AcSearchDirection
{
4
const long
acDown
=
1
;
5
const long
acSearchAll
=
2
;
6
const long
acUp
=
0
;
7
};
8
}; }; };
9
10
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */