Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dtabstpge.cxx118 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()
[all …]
/AOO41X/main/cui/source/inc/
H A Dtabstpge.hxx110 Edit aDezChar; member in SvxTabulatorTabPage