Home
last modified time | relevance | path

Searched refs:addSeries (Results 1 – 13 of 13) sorted by relevance

/trunk/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx108 void CandleStickChart::addSeries( VDataSeries* pSeries, sal_Int32 /* zSlot */, sal_Int32 xSlot, sal… in addSeries() function in chart::CandleStickChart
111 VSeriesPlotter::addSeries( pSeries, 0, xSlot, ySlot ); in addSeries()
H A DBubbleChart.cxx182 void BubbleChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlo… in addSeries() function in chart::BubbleChart
184 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
H A DCandleStickChart.hxx47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DBubbleChart.hxx47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DBarChart.hxx47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DAreaChart.hxx55 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DPieChart.cxx242 void PieChart::addSeries( VDataSeries* pSeries, sal_Int32 /* zSlot */, sal_Int32 /* xSlot */, sal_I… in addSeries() function in chart::PieChart
244 VSeriesPlotter::addSeries( pSeries, 0, -1, 0 ); in addSeries()
H A DPieChart.hxx52 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
H A DBarChart.cxx350 void BarChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() function in chart::BarChart
367 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
H A DAreaChart.cxx217 void AreaChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() function in chart::AreaChart
233 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
H A DVSeriesPlotter.cxx134 void VDataSeriesGroup::addSeries( VDataSeries* pSeries ) in addSeries() function in chart::VDataSeriesGroup
196 void VSeriesPlotter::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 y… in addSeries() function in chart::VSeriesPlotter
251 rYSlots.addSeries(pSeries); in addSeries()
/trunk/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx96 void addSeries( VDataSeries* pSeries );//takes ownership of pSeries
155 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
/trunk/main/chart2/source/view/main/
H A DChartView.cxx799 pPlotter->addSeries( pSeries, zSlot, xSlot, ySlot ); in initializeCooSysAndSeriesPlotter()

Completed in 61 milliseconds