/aoo41x/main/chart2/source/view/charttypes/ |
H A D | CandleStickChart.cxx | 108 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 D | BubbleChart.cxx | 182 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 D | CandleStickChart.hxx | 47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | BubbleChart.hxx | 47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | BarChart.hxx | 47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | AreaChart.hxx | 55 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | PieChart.hxx | 52 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | PieChart.cxx | 242 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 D | BarChart.cxx | 350 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 D | AreaChart.cxx | 217 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 D | VSeriesPlotter.cxx | 134 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()
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | VSeriesPlotter.hxx | 96 void addSeries( VDataSeries* pSeries );//takes ownership of pSeries 155 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 799 pPlotter->addSeries( pSeries, zSlot, xSlot, ySlot ); in initializeCooSysAndSeriesPlotter()
|