Lines Matching refs:aTsbAutoGrowWidth
102 aTsbAutoGrowWidth ( this, CUI_RES( TSB_AUTOGROW_WIDTH ) ), in SvxTextAttrPage()
136 aTsbAutoGrowWidth.SetClickHdl( aLink ); in SvxTextAttrPage()
236 …aTsbAutoGrowWidth.SetState( ( ( const SdrTextAutoGrowWidthItem& )rAttrs.Get( SDRATTR_TEXT_AUTOGROW… in Reset()
238 aTsbAutoGrowWidth.EnableTriState( sal_False ); in Reset()
241 aTsbAutoGrowWidth.SetState( STATE_DONTKNOW ); in Reset()
242 aTsbAutoGrowWidth.SaveValue(); in Reset()
418 eState = aTsbAutoGrowWidth.GetState(); in FillItemSet()
419 if( eState != aTsbAutoGrowWidth.GetSavedValue() ) in FillItemSet()
572 aTsbAutoGrowWidth.Enable( bAutoGrowWidthEnabled ); in Construct()
715 sal_Bool bAutoGrowWidth = aTsbAutoGrowWidth.GetState() == STATE_CHECK; in IMPL_LINK()
724 aTsbAutoGrowWidth.Enable( !bFitToSize && in IMPL_LINK()