Home
last modified time | relevance | path

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

/aoo4110/main/cui/source/options/
H A Doptgdlg.cxx1198 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()
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()
[all …]
H A Doptgdlg.hxx172 ListBox aCurrencyLB; member in OfaLanguagesTabPage

Completed in 46 milliseconds