Home
last modified time | relevance | path

Searched refs:m_bUseRings (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx124 , m_bUseRings(false) in PieChart()
137 xChartTypeProps->getPropertyValue( C2U( "UseRings" )) >>= m_bUseRings; in PieChart()
138 if( m_bUseRings ) in PieChart()
300 if( m_aZSlots.size()>0 && m_bUseRings) in getMaximumX()
363 if( m_pPosHelper->isMathematicalOrientationRadius() && m_bUseRings ) in createShapes()
381 …for( double fSlotX=0; aXSlotIter != aXSlotEnd && (m_bUseRings||fSlotX<0.5 ); aXSlotIter++, fSlotX+… in createShapes()
415 …->getInnerAndOuterRadius( fSlotX+1.0, fLogicInnerRadius, fLogicOuterRadius, m_bUseRings, fOffset ); in createShapes()
H A DPieChart.hxx98 bool m_bUseRings; member in chart::PieChart

Completed in 25 milliseconds