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
/
AcExportXMLEncoding.idl
blob
1b10ab33cd8b2ded34835ad5673569430e34b9d7
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
module
ooo
{
module
vba
{
module
access
{
3
constants AcExportXMLEncoding
{
4
const long
acUTF16
=
1
;
5
const long
acUTF8
=
0
;
6
};
7
}; }; };
8
9
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */