Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/tools/
H A DChartTypeHelper.cxx260 bool bDonut = false; in getSupportedLabelPlacements() local
263 xChartTypeProp->getPropertyValue( C2U("UseRings")) >>= bDonut; in getSupportedLabelPlacements()
265 if(!bDonut) in getSupportedLabelPlacements()
561 bool bDonut = false; in getNumberOfDisplayedSeries() local
562 if( (xChartTypeProp->getPropertyValue( C2U("UseRings")) >>= bDonut) in getNumberOfDisplayedSeries()
563 && !bDonut ) in getNumberOfDisplayedSeries()
/aoo4110/main/sc/source/filter/excel/
H A Dxechart.cxx2158 bool bDonut = aTypeProp.GetBoolProperty( EXC_CHPROP_USERINGS ); in Convert() local
2159 maTypeInfo = GetChartTypeInfo( bDonut ? EXC_CHTYPEID_DONUT : EXC_CHTYPEID_PIE ); in Convert()
2160 maData.mnPieHole = bDonut ? 50 : 0; in Convert()

Completed in 38 milliseconds