Searched refs:aCbShowDescription (Results 1 – 2 of 2) sorted by relevance
49 aCbShowDescription( this, SchResId( CB_AXIS_LABEL_SCHOW_DESCR ) ), in SchAxisLabelTabPage()86 aCbShowDescription.SetClickHdl( LINK( this, SchAxisLabelTabPage, ToggleShowLabel ) ); in SchAxisLabelTabPage()148 if( aCbShowDescription.GetState() != STATE_DONTKNOW ) in FillItemSet()149 rOutAttrs.Put( SfxBoolItem( SCHATTR_AXIS_SHOWDESCR, aCbShowDescription.IsChecked() ) ); in FillItemSet()166 aCbShowDescription.EnableTriState( sal_True ); in Reset()167 aCbShowDescription.SetState( STATE_DONTKNOW ); in Reset()171 aCbShowDescription.EnableTriState( sal_False ); in Reset()175 aCbShowDescription.Check( bCheck ); in Reset()178 aCbShowDescription.Hide(); in Reset()305 sal_Bool bEnable = ( aCbShowDescription.GetState() != STATE_NOCHECK ); in IMPL_LINK()
46 CheckBox aCbShowDescription; member in chart::SchAxisLabelTabPage
Completed in 18 milliseconds