summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/excel/XlChartType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlChartType.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlChartType.idl80
1 files changed, 80 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlChartType.idl b/oovbaapi/ooo/vba/excel/XlChartType.idl
new file mode 100644
index 000000000..e83f9911a
--- /dev/null
+++ b/oovbaapi/ooo/vba/excel/XlChartType.idl
@@ -0,0 +1,80 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+module ooo { module vba { module excel {
+ constants XlChartType {
+ const long xl3DArea = -4098;
+ const long xl3DAreaStacked = 78;
+ const long xl3DAreaStacked100 = 79;
+ const long xl3DBarClustered = 60;
+ const long xl3DBarStacked = 61;
+ const long xl3DBarStacked100 = 62;
+ const long xl3DColumn = -4100;
+ const long xl3DColumnClustered = 54;
+ const long xl3DColumnStacked = 55;
+ const long xl3DColumnStacked100 = 56;
+ const long xl3DLine = -4101;
+ const long xl3DPie = -4102;
+ const long xl3DPieExploded = 70;
+ const long xlArea = 1;
+ const long xlAreaStacked = 76;
+ const long xlAreaStacked100 = 77;
+ const long xlBarClustered = 57;
+ const long xlBarOfPie = 71;
+ const long xlBarStacked = 58;
+ const long xlBarStacked100 = 59;
+ const long xlBubble = 15;
+ const long xlBubble3DEffect = 87;
+ const long xlColumnClustered = 51;
+ const long xlColumnStacked = 52;
+ const long xlColumnStacked100 = 53;
+ const long xlConeBarClustered = 102;
+ const long xlConeBarStacked = 103;
+ const long xlConeBarStacked100 = 104;
+ const long xlConeCol = 105;
+ const long xlConeColClustered = 99;
+ const long xlConeColStacked = 100;
+ const long xlConeColStacked100 = 101;
+ const long xlCylinderBarClustered = 95;
+ const long xlCylinderBarStacked = 96;
+ const long xlCylinderBarStacked100 = 97;
+ const long xlCylinderCol = 98;
+ const long xlCylinderColClustered = 92;
+ const long xlCylinderColStacked = 93;
+ const long xlCylinderColStacked100 = 94;
+ const long xlDoughnut = -4120;
+ const long xlDoughnutExploded = 80;
+ const long xlLine = 4;
+ const long xlLineMarkers = 65;
+ const long xlLineMarkersStacked = 66;
+ const long xlLineMarkersStacked100 = 67;
+ const long xlLineStacked = 63;
+ const long xlLineStacked100 = 64;
+ const long xlPie = 5;
+ const long xlPieExploded = 69;
+ const long xlPieOfPie = 68;
+ const long xlPyramidBarClustered = 109;
+ const long xlPyramidBarStacked = 110;
+ const long xlPyramidBarStacked100 = 111;
+ const long xlPyramidCol = 112;
+ const long xlPyramidColClustered = 106;
+ const long xlPyramidColStacked = 107;
+ const long xlPyramidColStacked100 = 108;
+ const long xlRadar = -4151;
+ const long xlRadarFilled = 82;
+ const long xlRadarMarkers = 81;
+ const long xlStockHLC = 88;
+ const long xlStockOHLC = 89;
+ const long xlStockVHLC = 90;
+ const long xlStockVOHLC = 91;
+ const long xlSurface = 83;
+ const long xlSurfaceTopView = 85;
+ const long xlSurfaceTopViewWireframe = 86;
+ const long xlSurfaceWireframe = 84;
+ const long xlXYScatter = -4169;
+ const long xlXYScatterLines = 74;
+ const long xlXYScatterLinesNoMarkers = 75;
+ const long xlXYScatterSmooth = 72;
+ const long xlXYScatterSmoothNoMarkers = 73;
+ };
+}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */