lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlCellType.idl
blob8877f422fa55e729cf596be20e466cfab0fb7103
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlCellType {
4 const long xlCellTypeAllFormatConditions = -4172;
5 const long xlCellTypeAllValidation = -4174;
6 const long xlCellTypeBlanks = 4;
7 const long xlCellTypeComments = -4144;
8 const long xlCellTypeConstants = 2;
9 const long xlCellTypeFormulas = -4123;
10 const long xlCellTypeLastCell = 11;
11 const long xlCellTypeSameFormatConditions = -4173;
12 const long xlCellTypeSameValidation = -4175;
13 const long xlCellTypeVisible = 12;
15 }; }; };
17 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */