Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisLabel.cxx49 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()
H A Dtp_AxisLabel.hxx46 CheckBox aCbShowDescription; member in chart::SchAxisLabelTabPage

Completed in 15 milliseconds