Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlEditionFormat.idl
blob3a06245aea389bbb0cb97006fbafe91a14c45e01
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 }; }; };
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */