Lines Matching refs:aDezChar
118 aDezChar ( this, CUI_RES( ED_TABTYPE_DECCHAR ) ), in SvxTabulatorTabPage()
164 aDezChar.SetLoseFocusHdl( LINK( this, SvxTabulatorTabPage, GetDezCharHdl_Impl ) ); in SvxTabulatorTabPage()
165 aDezChar.SetMaxTextLen(1); in SvxTabulatorTabPage()
166 aDezChar.Disable(); in SvxTabulatorTabPage()
187 aDezChar.SetAccessibleRelationMemberOf( &aTabTypeLabel ); in SvxTabulatorTabPage()
232 GetDezCharHdl_Impl( &aDezChar ); in FillItemSet()
362 aDezChar.Disable(); in DisableControls()
455 aDezChar.Disable(); in SetFillAndTabType_Impl()
465 aDezChar.Enable(); in SetFillAndTabType_Impl()
467 aDezChar.SetText( String( (sal_Unicode)aAktTab.GetDecimal() ) ); in SetFillAndTabType_Impl()
620 aDezChar.Disable(); in IMPL_LINK()
622 aDezChar.SetText( String() ); in IMPL_LINK()
633 aDezChar.Enable(); in IMPL_LINK()
635 aDezChar.SetText( String( (sal_Unicode)aAktTab.GetDecimal() ) ); in IMPL_LINK()