Lines Matching refs:aLbCurrency
254 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()
1186 aLbCurrency.Show(); in UpdateFormatListBox_Impl()
1348 if(nTmpCatPos==CAT_CURRENCY && (ListBox *)pLb == &aLbCurrency ) in IMPL_LINK()
1350 nCurrencyPos=aLbCurrency.GetSelectEntryPos(); in IMPL_LINK()
1409 if ( pLb == &aLbCategory || pLb == &aLbCurrency) in IMPL_LINK()
1489 aLbCurrency.SelectEntryPos((sal_uInt16)pNumFmtShell->GetCurrencySymbol()); in IMPL_LINK()
1651 aLbCurrency.SelectEntryPos(nTmpCurPos); in IMPL_LINK()
1890 nPos=aLbCurrency.InsertEntry( *pEntry); in FillCurrencyBox()
1892 aLbCurrency.SelectEntryPos(nSelPos); in FillCurrencyBox()
1918 aLbCurrency.Hide(); in SetCategory()
1925 aLbCurrency.Show(); in SetCategory()