Searched refs:AreaChart (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/chart2/source/view/charttypes/ |
| H A D | AreaChart.cxx | 68 AreaChart::AreaChart( const uno::Reference<XChartType>& xChartTypeModel in AreaChart() function in chart::AreaChart 123 AreaChart::~AreaChart() in ~AreaChart() 128 double AreaChart::getMaximumX() in getMaximumX() 136 bool AreaChart::isExpandIfValuesCloseToBorder( sal_Int32 nDimensionIndex ) in isExpandIfValuesCloseToBorder() 142 bool AreaChart::isSeperateStackingForDifferentSigns( sal_Int32 /*nDimensionIndex*/ ) in isSeperateStackingForDifferentSigns() 150 LegendSymbolStyle AreaChart::getLegendSymbolStyle() in getLegendSymbolStyle() 157 uno::Any AreaChart::getExplicitSymbol( const VDataSeries& rSeries, sal_Int32 nPointIndex ) in getExplicitSymbol() 184 drawing::Direction3D AreaChart::getPreferredDiagramAspectRatio() const in getPreferredDiagramAspectRatio() 203 bool AreaChart::keepAspectRatio() const in keepAspectRatio() 217 void AreaChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() [all …]
|
| H A D | AreaChart.hxx | 36 class AreaChart : public VSeriesPlotter class 42 AreaChart( const ::com::sun::star::uno::Reference< 52 virtual ~AreaChart(); 78 AreaChart();
|
| H A D | VSeriesPlotter.cxx | 2254 pRet = new AreaChart(xChartTypeModel,nDimensionCount,true); in createSeriesPlotter() 2256 pRet = new AreaChart(xChartTypeModel,nDimensionCount,true,true); in createSeriesPlotter() 2258 pRet = new AreaChart(xChartTypeModel,nDimensionCount,false,true); in createSeriesPlotter() 2264 …pRet = new AreaChart(xChartTypeModel,nDimensionCount,true,true,new PolarPlottingPositionHelper(),t… in createSeriesPlotter() 2266 …pRet = new AreaChart(xChartTypeModel,nDimensionCount,true,false,new PolarPlottingPositionHelper(),… in createSeriesPlotter() 2270 pRet = new AreaChart(xChartTypeModel,nDimensionCount,false,true); in createSeriesPlotter()
|
| H A D | makefile.mk | 45 $(SLO)$/AreaChart.obj \
|