lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlChartItem.idl
blobab4c6de5b1c53a3eafe3c1745bf9fadd1e6587f8
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlChartItem {
4 const long xlAxis = 21;
5 const long xlAxisTitle = 17;
6 const long xlChartArea = 2;
7 const long xlChartTitle = 4;
8 const long xlCorners = 6;
9 const long xlDataLabel = 0;
10 const long xlDataTable = 7;
11 const long xlDisplayUnitLabel = 30;
12 const long xlDownBars = 20;
13 const long xlDropLines = 26;
14 const long xlErrorBars = 9;
15 const long xlFloor = 23;
16 const long xlHiLoLines = 25;
17 const long xlLeaderLines = 29;
18 const long xlLegend = 24;
19 const long xlLegendEntry = 12;
20 const long xlLegendKey = 13;
21 const long xlMajorGridlines = 15;
22 const long xlMinorGridlines = 16;
23 const long xlNothing = 28;
24 const long xlPivotChartDropZone = 32;
25 const long xlPivotChartFieldButton = 31;
26 const long xlPlotArea = 19;
27 const long xlRadarAxisLabels = 27;
28 const long xlSeries = 3;
29 const long xlSeriesLines = 22;
30 const long xlShape = 14;
31 const long xlTrendline = 8;
32 const long xlUpBars = 18;
33 const long xlWalls = 5;
34 const long xlXErrorBars = 10;
35 const long xlYErrorBars = 11;
37 }; }; };
39 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */