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
Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git]
/
oovbaapi
/
ooo
/
vba
/
access
/
AcOpenDataMode.idl
blob
e2c0216802609b80468181a8eed7177a3624b5a9
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
module
ooo
{
module
vba
{
module
access
{
3
constants AcOpenDataMode
{
4
const long
acAdd
=
0
;
5
const long
acEdit
=
1
;
6
const long
acReadOnly
=
2
;
7
};
8
}; }; };
9
10
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */