Home
last modified time | relevance | path

Searched refs:fSlotX (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx381 …for( double fSlotX=0; aXSlotIter != aXSlotEnd && (m_bUseRings||fSlotX<0.5 ); aXSlotIter++, fSlotX+… in createShapes() local
415 …bool bIsVisible = m_pPosHelper->getInnerAndOuterRadius( fSlotX+1.0, fLogicInnerRadius, fLogicOuter… in createShapes()
442 …lode = ( nExplodeableSlot == static_cast< ::std::vector< VDataSeriesGroup >::size_type >(fSlotX) ); in createShapes()
H A DBarChart.cxx506 double fSlotX=0; in createShapes() local
507 … for( aXSlotIter = aZSlotIter->begin(); aXSlotIter != aXSlotEnd; aXSlotIter++, fSlotX+=1.0 ) in createShapes()
615 double fLogicX = pPosHelper->getScaledSlotPos( fUnscaledLogicX, fSlotX ); in createShapes()
918 for( double fSlotX=0; aXSlotIter != aXSlotEnd; aXSlotIter++, fSlotX+=1.0 ) in createShapes() local
H A DCandleStickChart.cxx206 for( double fSlotX=0; aXSlotIter != aXSlotEnd; aXSlotIter++, fSlotX+=1.0 ) in createShapes() local
223 double fScaledX = pPosHelper->getScaledSlotPos( fUnscaledX, fSlotX ); in createShapes()

Completed in 22 milliseconds