Searched refs:m_aCBCategory (Results 1 – 2 of 2) sorted by relevance
113 m_aCBCategory(pWindow, SchResId(CB_CATEGORY)), in DataLabelResources()205 m_aCBCategory.SetClickHdl( LINK( this, DataLabelResources, CheckHdl )); in DataLabelResources()289 …Checked() || (m_aCBPercent.IsChecked() && m_aCBPercent.IsEnabled()) || m_aCBCategory.IsChecked() ); in EnableControls()298 if( m_aCBCategory.IsChecked() ) in EnableControls()312 …bool bEnableRotation = ( m_aCBNumber.IsChecked() || m_aCBPercent.IsChecked() || m_aCBCategory.IsCh… in EnableControls()340 if( m_aCBCategory.GetState()!= STATE_DONTKNOW ) in FillItemSet()341 rOutAttrs.Put( SfxBoolItem( SCHATTR_DATADESCR_SHOW_CATEGORY, m_aCBCategory.IsChecked() ) ); in FillItemSet()372 lcl_setBoolItemToCheckBox( rInAttrs, SCHATTR_DATADESCR_SHOW_CATEGORY, m_aCBCategory ); in Reset()
58 CheckBox m_aCBCategory; member in chart::DataLabelResources
Completed in 19 milliseconds