repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the formfield patch from ooo-build
[ooovba.git]
/
idlc
/
test
/
enum.idl
blob
d287c57fccd9aea5a98dfda67dab65b98bb02aba
1
module
idlc
2
{
3
module
test
4
{
5
6
enum
Error
7
{
8
NONE
,
9
FATAL
,
10
SYSTEM
,
11
RUNTIME
12
};
13
14
enum
Warning
15
{
16
NO
,
17
USER
=
2
,
18
WRONGPASSWORD
=
4
,
19
IDFAILURE
20
};
21
22
23
};
24
};