Home
last modified time | relevance | path

Searched refs:AreaChart (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx68 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()
150 LegendSymbolStyle AreaChart::getLegendSymbolStyle() in getLegendSymbolStyle()
184 drawing::Direction3D AreaChart::getPreferredDiagramAspectRatio() const in getPreferredDiagramAspectRatio()
203 bool AreaChart::keepAspectRatio() const in keepAspectRatio()
314 bool AreaChart::impl_createLine( VDataSeries* pSeries in impl_createLine()
409 bool AreaChart::impl_createArea( VDataSeries* pSeries in impl_createArea()
489 void AreaChart::impl_createSeriesShapes() in impl_createSeriesShapes()
[all …]
H A DAreaChart.hxx36 class AreaChart : public VSeriesPlotter class
42 AreaChart( const ::com::sun::star::uno::Reference<
52 virtual ~AreaChart();
78 AreaChart();
H A DVSeriesPlotter.cxx2254 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 Dmakefile.mk45 $(SLO)$/AreaChart.obj \

Completed in 37 milliseconds