bump product version to 4.1.6.2
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDisplayUnit.idl
blobfc34781f9da214739a74af8fa2b0a0d7b7d41a4b
1 module ooo { module vba { module excel {
2 constants XlDisplayUnit {
3 const long xlHundredMillions = -8;
4 const long xlHundreds = -2;
5 const long xlHundredThousands = -5;
6 const long xlMillionMillions = -10;
7 const long xlMillions = -6;
8 const long xlTenMillions = -7;
9 const long xlTenThousands = -4;
10 const long xlThousandMillions = -9;
11 const long xlThousands = -3;
13 }; }; };