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.cxx421 bool bShowCoeff = false; in ApplySpecialItem() local
422 xEqProp->getPropertyValue( C2U("ShowCorrelationCoefficient")) >>= bShowCoeff; in ApplySpecialItem()
425 if( bShowCoeff != bNewShowCoeff ) in ApplySpecialItem()
639 bool bShowCoeff = false; in FillSpecialItem() local
642 xEqProp->getPropertyValue( C2U("ShowCorrelationCoefficient")) >>= bShowCoeff; in FillSpecialItem()
643 rOutItemSet.Put( SfxBoolItem( nWhichId, bShowCoeff )); in FillSpecialItem()

Completed in 16 milliseconds