Home
last modified time | relevance | path

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

/aoo41x/main/svl/source/numbers/
H A Dzforlist.cxx3188 NfWSStringsDtor aCurrList; in ImpGetDefaultSystemCurrencyFormat() local
3189 sal_uInt16 nDefault = GetCurrencyFormatStrings( aCurrList, in ImpGetDefaultSystemCurrencyFormat()
3191 DBG_ASSERT( aCurrList.Count(), "where is the NewCurrency System standard format?!?" ); in ImpGetDefaultSystemCurrencyFormat()
3194 PutEntry( *aCurrList.GetObject( nDefault ), nCheck, nType, in ImpGetDefaultSystemCurrencyFormat()
3233 NfWSStringsDtor aCurrList; in ImpGetDefaultCurrencyFormat() local
3234 sal_uInt16 nDefault = GetCurrencyFormatStrings( aCurrList, in ImpGetDefaultCurrencyFormat()
3236 DBG_ASSERT( aCurrList.Count(), "where is the NewCurrency standard format?" ); in ImpGetDefaultCurrencyFormat()
3237 if ( aCurrList.Count() ) in ImpGetDefaultCurrencyFormat()
3241 PutEntry( *aCurrList.GetObject( nDefault ), nCheck, nType, in ImpGetDefaultCurrencyFormat()

Completed in 45 milliseconds