Home
last modified time | relevance | path

Searched refs:aXSlotEnd (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx174 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in ~VSeriesPlotter() local
175 for( ; aXSlotIter != aXSlotEnd; aXSlotIter++ ) in ~VSeriesPlotter()
289 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in releaseShapes() local
290 for( ; aXSlotIter != aXSlotEnd; aXSlotIter++ ) in releaseShapes()
1372 for( ; aXSlotIter != aXSlotEnd; aXSlotIter++ ) in getMinimumAndMaximiumX()
1399 for( ; aXSlotIter != aXSlotEnd; aXSlotIter++ ) in getMinimumAndMaximiumYInContinuousXRange()
1427 for( ; aXSlotIter != aXSlotEnd; aXSlotIter++ ) in getPointCount()
1742 if( aXSlotIter != aXSlotEnd ) in getFirstSeries()
1771 if( aXSlotIter != aXSlotEnd ) in getSeriesNames()
1863 for( ; aXSlotIter!=aXSlotEnd && !bBreak; aXSlotIter++ ) in createLegendEntries()
[all …]
H A DBarChart.cxx478 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in createShapes() local
480 for( aXSlotIter = aZSlotIter->begin(); aXSlotIter != aXSlotEnd; aXSlotIter++ ) in createShapes()
502 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in createShapes() local
507 … for( aXSlotIter = aZSlotIter->begin(); aXSlotIter != aXSlotEnd; aXSlotIter++, fSlotX+=1.0 ) in createShapes()
511 if( aXSlotIter != aXSlotEnd ) in createShapes()
903 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in createShapes() local
906 if( aXSlotIter != aXSlotEnd ) in createShapes()
918 for( double fSlotX=0; aXSlotIter != aXSlotEnd; aXSlotIter++, fSlotX+=1.0 ) in createShapes()
H A DBubbleChart.cxx93 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in calculateMaximumLogicBubbleSize() local
94 for( ; aXSlotIter != aXSlotEnd; aXSlotIter++ ) in calculateMaximumLogicBubbleSize()
252 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in createShapes() local
255 for( sal_Int32 nX=0; aXSlotIter != aXSlotEnd; aXSlotIter++, nX++ ) in createShapes()
H A DAreaChart.cxx500 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in impl_createSeriesShapes() local
503 for( ; aXSlotIter != aXSlotEnd; aXSlotIter++ ) in impl_createSeriesShapes()
642 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in createShapes() local
645 for( ; aXSlotIter != aXSlotEnd; aXSlotIter++ ) in createShapes()
678 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in createShapes() local
683 for( sal_Int32 nX=0; aXSlotIter != aXSlotEnd; aXSlotIter++, nX++ ) in createShapes()
H A DCandleStickChart.cxx188 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = aZSlotIter->end(); in createShapes() local
192 if( aXSlotIter != aXSlotEnd ) in createShapes()
206 for( double fSlotX=0; aXSlotIter != aXSlotEnd; aXSlotIter++, fSlotX+=1.0 ) in createShapes()
H A DPieChart.cxx360 const ::std::vector< VDataSeriesGroup >::const_iterator aXSlotEnd = m_aZSlots[0].end(); in createShapes() local
381 …for( double fSlotX=0; aXSlotIter != aXSlotEnd && (m_bUseRings||fSlotX<0.5 ); aXSlotIter++, fSlotX+… in createShapes()

Completed in 78 milliseconds