update emoji autocorrect entries from po-files
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDisplayUnit.idl
blob509b37bbd6ac9dd51a4a98c59d30f3de5e239856
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlDisplayUnit {
4 const long xlHundredMillions = -8;
5 const long xlHundreds = -2;
6 const long xlHundredThousands = -5;
7 const long xlMillionMillions = -10;
8 const long xlMillions = -6;
9 const long xlTenMillions = -7;
10 const long xlTenThousands = -4;
11 const long xlThousandMillions = -9;
12 const long xlThousands = -3;
14 }; }; };
16 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */