Home
last modified time | relevance | path

Searched refs:zSlot (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/chart2/source/view/charttypes/
H A DBarChart.cxx350 void BarChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() argument
360 zSlot = nAxisIndex; in addSeries()
363 zSlot = 0; in addSeries()
364 if(zSlot>=static_cast<sal_Int32>(m_aZSlots.size())) in addSeries()
365 m_aZSlots.resize(zSlot+1); in addSeries()
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() argument
228 DBG_ASSERT( zSlot==-1,"3D xy charts should be deep stacked in model also" ); in addSeries()
229 zSlot=-1; in addSeries()
233 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
H A DBubbleChart.cxx182 void BubbleChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlo… in addSeries() argument
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 DVSeriesPlotter.cxx196 void VSeriesPlotter::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 y… in addSeries() argument
217 if(zSlot<0 || zSlot>=static_cast<sal_Int32>(m_aZSlots.size())) in addSeries()
227 ::std::vector< VDataSeriesGroup >& rXSlots = m_aZSlots[zSlot]; in addSeries()
H A DPieChart.hxx52 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
/aoo42x/main/chart2/source/view/main/
H A DChartView.cxx738 sal_Int32 zSlot=-1; in initializeCooSysAndSeriesPlotter() local
782 if(zSlot<0) in initializeCooSysAndSeriesPlotter()
783 zSlot=0; in initializeCooSysAndSeriesPlotter()
789 if(zSlot<0) in initializeCooSysAndSeriesPlotter()
790 zSlot=0; in initializeCooSysAndSeriesPlotter()
793 zSlot++; xSlot=-1; ySlot=-1; in initializeCooSysAndSeriesPlotter()
799 pPlotter->addSeries( pSeries, zSlot, xSlot, ySlot ); in initializeCooSysAndSeriesPlotter()
/aoo42x/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx155 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…

Completed in 82 milliseconds