Lines Matching refs:aCurrencyLB
1198 aCurrencyLB( this, CUI_RES(LB_CURRENCY )), in OfaLanguagesTabPage()
1305 aCurrencyLB.InsertEntry( aDefaultCurr ); in OfaLanguagesTabPage()
1319 sal_uInt16 nPos = aCurrencyLB.InsertEntry( aStr_ ); in OfaLanguagesTabPage()
1320 aCurrencyLB.SetEntryData( nPos, (void*) pCurr ); in OfaLanguagesTabPage()
1504 sal_uInt16 nCurrPos = aCurrencyLB.GetSelectEntryPos(); in FillItemSet()
1506 aCurrencyLB.GetEntryData( nCurrPos ); in FillItemSet()
1662 sal_uInt16 nPos = aCurrencyLB.GetEntryPos( (void*) pCurr ); in Reset()
1663 aCurrencyLB.SelectEntryPos( nPos ); in Reset()
1665 aCurrencyLB.Enable(!bReadonly); in Reset()
1852 nPos = aCurrencyLB.GetEntryPos( (void*) NULL ); in IMPL_LINK()
1856 nPos = aCurrencyLB.GetEntryPos( (void*) pCurr ); in IMPL_LINK()
1858 aCurrencyLB.SelectEntryPos( nPos ); in IMPL_LINK()