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
/
ProcKind.idl
blob
649bda6dd1c4ddf0b3fb0f5a6ee22123cfa09827
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
module
ooo
{
module
vba
{
module
access
{
3
constants ProcKind
{
4
const long
Get
=
3
;
5
const long
Let
=
1
;
6
const long
Proc
=
0
;
7
const long
Set
=
2
;
8
};
9
}; }; };
10
11
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */