Searched refs:m_aCBShowCorrelationCoeff (Results 1 – 2 of 2) sorted by relevance
98 m_aCBShowCorrelationCoeff( pParent, SchResId( CB_SHOW_CORRELATION_COEFF )), in TrendlineResources()132 aControlRightEdges.push_back( lcl_getRightEdge( m_aCBShowCorrelationCoeff )); in adjustControlSizes()140 lcl_AdjustControlSize( m_aCBShowCorrelationCoeff ); in adjustControlSizes()211 m_aCBShowCorrelationCoeff.EnableTriState( sal_True ); in Reset()212 m_aCBShowCorrelationCoeff.SetState( STATE_DONTKNOW ); in Reset()216 m_aCBShowCorrelationCoeff.EnableTriState( sal_False ); in Reset()218 … m_aCBShowCorrelationCoeff.Check( static_cast< const SfxBoolItem * >( pPoolItem )->GetValue()); in Reset()251 if( m_aCBShowCorrelationCoeff.GetState() != STATE_DONTKNOW ) in FillItemSet()252 …rOutAttrs.Put( SfxBoolItem( SCHATTR_REGRESSION_SHOW_COEFF, m_aCBShowCorrelationCoeff.IsChecked() )… in FillItemSet()274 m_aCBShowCorrelationCoeff.Enable( bEnableEquationControls ); in UpdateControlStates()
65 CheckBox m_aCBShowCorrelationCoeff; member in chart::TrendlineResources
Completed in 13 milliseconds