lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlDataLabelsType.idl
blob14f797f2151de33536808bf714702f400c0ffccb
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlDataLabelsType {
4 const long xlDataLabelsShowBubbleSizes = 6;
5 const long xlDataLabelsShowLabel = 4;
6 const long xlDataLabelsShowLabelAndPercent = 5;
7 const long xlDataLabelsShowNone = -4142;
8 const long xlDataLabelsShowPercent = 3;
9 const long xlDataLabelsShowValue = 2;
11 }; }; };
13 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */