Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DStatisticsItemConverter.cxx420 bool bShowCoeff = false; in ApplySpecialItem() local
421 xEqProp->getPropertyValue( C2U("ShowCorrelationCoefficient")) >>= bShowCoeff; in ApplySpecialItem()
424 if( bShowCoeff != bNewShowCoeff ) in ApplySpecialItem()
637 bool bShowCoeff = false; in FillSpecialItem() local
640 xEqProp->getPropertyValue( C2U("ShowCorrelationCoefficient")) >>= bShowCoeff; in FillSpecialItem()
641 rOutItemSet.Put( SfxBoolItem( nWhichId, bShowCoeff )); in FillSpecialItem()