Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/controller/dialogs/
H A Dres_ErrorBar.cxx125 m_aRbBoth( pParent, SchResId( RB_BOTH )), in ErrorBarResources()
170 m_aRbBoth.SetClickHdl( LINK( this, ErrorBarResources, IndicatorChanged )); in ErrorBarResources()
303 bool bPosEnabled = ( m_aRbPositive.IsChecked() || m_aRbBoth.IsChecked()); in UpdateControlStates()
304 bool bNegEnabled = ( m_aRbNegative.IsChecked() || m_aRbBoth.IsChecked()); in UpdateControlStates()
449 if( m_aRbBoth.IsChecked()) in IMPL_LINK()
599 m_aRbBoth.Check(); break; in Reset()
608 m_aRbBoth.Check( sal_False ); in Reset()
/aoo4110/main/chart2/source/controller/inc/
H A Dres_ErrorBar.hxx104 RadioButton m_aRbBoth; member in chart::ErrorBarResources

Completed in 13 milliseconds