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
/
excel
/
XlEditionFormat.idl
blob
3a06245aea389bbb0cb97006fbafe91a14c45e01
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
module
ooo
{
module
vba
{
module
excel
{
3
constants XlEditionFormat
{
4
const long
xlBIFF
=
2
;
5
const long
xlPICT
=
1
;
6
const long
xlRTF
=
4
;
7
const long
xlVALU
=
8
;
8
};
9
}; }; };
10
11
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */