Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dnumfmt.cxx254 aLbCurrency ( this, CUI_RES( LB_CURRENCY) ), in SvxNumberFormatTabPage()
315 nStdFormatY =aLbCurrency.GetPosPixel().Y(); in Init_Impl()
345 aLbCurrency .SetSelectHdl( aLink ); in Init_Impl()
591 aLbCurrency.SelectEntryPos((sal_uInt16)pNumFmtShell->GetCurrencySymbol()); in Reset()
707 aLbCurrency .Enable( bEnable ); in EnableBySourceFormat_Impl()
1024 sal_uInt16 nCurrencyPos =aLbCurrency.GetSelectEntryPos(); in UpdateOptions_Impl()
1047 aLbCurrency.SelectEntryPos(nTstPos); in UpdateOptions_Impl()
1173 aLbCurrency.Disable(); in UpdateFormatListBox_Impl()
1175 aLbCurrency.Hide(); in UpdateFormatListBox_Impl()
1184 aLbCurrency.Enable(); in UpdateFormatListBox_Impl()
[all …]
/AOO41X/main/cui/source/inc/
H A Dnumfmt.hxx108 ListBox aLbCurrency; member in SvxNumberFormatTabPage