Searched refs:bShowCoeff (Results 1 – 1 of 1) sorted by relevance
421 bool bShowCoeff = false; in ApplySpecialItem() local422 xEqProp->getPropertyValue( C2U("ShowCorrelationCoefficient")) >>= bShowCoeff; in ApplySpecialItem()425 if( bShowCoeff != bNewShowCoeff ) in ApplySpecialItem()639 bool bShowCoeff = false; in FillSpecialItem() local642 xEqProp->getPropertyValue( C2U("ShowCorrelationCoefficient")) >>= bShowCoeff; in FillSpecialItem()643 rOutItemSet.Put( SfxBoolItem( nWhichId, bShowCoeff )); in FillSpecialItem()
Completed in 15 milliseconds