Lines Matching refs:NfCurrencyEntry
169 SV_IMPL_PTRARR( NfCurrencyTable, NfCurrencyEntry* );
2690 NfCurrencyEntry::CompletePositiveFormatString( sPosStr, in ImpGetPosCurrFormat()
2696 NfCurrencyEntry::CompleteNegativeFormatString( sNegStr, in ImpGetNegCurrFormat()
2762 const NfCurrencyEntry* pEntry; in GenerateFormat()
2768 sal_uInt16 nPosiForm = NfCurrencyEntry::GetEffectivePositiveFormat( in GenerateFormat()
2771 sal_uInt16 nNegaForm = NfCurrencyEntry::GetEffectiveNegativeFormat( in GenerateFormat()
2781 sal_uInt16 nPosiForm = NfCurrencyEntry::GetEffectivePositiveFormat( in GenerateFormat()
2784 sal_uInt16 nNegaForm = NfCurrencyEntry::GetEffectiveNegativeFormat( in GenerateFormat()
2787 NfCurrencyEntry::CompletePositiveFormatString( sString, aCurr, in GenerateFormat()
2789 NfCurrencyEntry::CompleteNegativeFormatString( sNegStr, aCurr, in GenerateFormat()
3060 const NfCurrencyEntry* SvNumberFormatter::MatchSystemCurrency() in MatchSystemCurrency()
3069 const NfCurrencyEntry& SvNumberFormatter::GetCurrencyEntry( LanguageType eLang ) in GetCurrencyEntry()
3073 const NfCurrencyEntry* pCurr = MatchSystemCurrency(); in GetCurrencyEntry()
3093 const NfCurrencyEntry* SvNumberFormatter::GetCurrencyEntry( in GetCurrencyEntry()
3111 const NfCurrencyEntry* SvNumberFormatter::GetLegacyOnlyCurrencyEntry( in GetLegacyOnlyCurrencyEntry()
3271 const NfCurrencyEntry*& pFoundEntry, sal_Bool& bFoundBank, in ImpLookupCurrencyEntryLoopBody()
3272 const NfCurrencyEntry* pData, sal_uInt16 nPos, const String& rSymbol ) in ImpLookupCurrencyEntryLoopBody()
3312 String& rStr, const NfCurrencyEntry** ppEntry /* = NULL */, in GetNewCurrencySymbolString()
3330 const NfCurrencyEntry* pFoundEntry = GetCurrencyEntry( in GetNewCurrencySymbolString()
3366 const NfCurrencyEntry* SvNumberFormatter::GetCurrencyEntry( sal_Bool & bFoundBank, in GetCurrencyEntry()
3383 const NfCurrencyEntry* pFoundEntry = NULL; in GetCurrencyEntry()
3477 void lcl_CheckCurrencySymbolPosition( const NfCurrencyEntry& rCurr ) in lcl_CheckCurrencySymbolPosition()
3603 pEntry = new NfCurrencyEntry( *pLocaleData, LANGUAGE_SYSTEM ); in ImpInitCurrencyTable()
3639 pEntry = new NfCurrencyEntry( pCurrencies[nDefault], *pLocaleData, eLang ); in ImpInitCurrencyTable()
3641 pEntry = new NfCurrencyEntry( *pLocaleData, eLang ); // first or ShellsAndPebbles in ImpInitCurrencyTable()
3663 pEntry = new NfCurrencyEntry( pCurrencies[nCurrency], *pLocaleData, eLang ); in ImpInitCurrencyTable()
3668 pEntry = new NfCurrencyEntry( pCurrencies[nCurrency], *pLocaleData, eLang ); in ImpInitCurrencyTable()
3671 NfCurrencyEntry const * const * pData = rCurrencyTable.GetData(); in ImpInitCurrencyTable()
3722 const NfCurrencyEntry& rCurr, sal_Bool bBank ) const in GetCurrencyFormatStrings()
3814 NfCurrencyEntry::NfCurrencyEntry() in NfCurrencyEntry() function in NfCurrencyEntry
3824 NfCurrencyEntry::NfCurrencyEntry( const LocaleDataWrapper& rLocaleData, LanguageType eLang ) in NfCurrencyEntry() function in NfCurrencyEntry
3836 NfCurrencyEntry::NfCurrencyEntry( const ::com::sun::star::i18n::Currency & rCurr, in NfCurrencyEntry() function in NfCurrencyEntry
3849 sal_Bool NfCurrencyEntry::operator==( const NfCurrencyEntry& r ) const in operator ==()
3858 void NfCurrencyEntry::SetEuro() in SetEuro()
3860 aSymbol = NfCurrencyEntry::GetEuroSymbol(); in SetEuro()
3870 sal_Bool NfCurrencyEntry::IsEuro() const in IsEuro()
3874 String aEuro( NfCurrencyEntry::GetEuroSymbol() ); in IsEuro()
3879 void NfCurrencyEntry::ApplyVariableInformation( const NfCurrencyEntry& r ) in ApplyVariableInformation()
3887 void NfCurrencyEntry::BuildSymbolString( String& rStr, sal_Bool bBank, in BuildSymbolString()
3914 void NfCurrencyEntry::Impl_BuildFormatStringNumChars( String& rStr, in Impl_BuildFormatStringNumChars()
3927 void NfCurrencyEntry::BuildPositiveFormatString( String& rStr, sal_Bool bBank, in BuildPositiveFormatString()
3931 sal_uInt16 nPosiForm = NfCurrencyEntry::GetEffectivePositiveFormat( in BuildPositiveFormatString()
3937 void NfCurrencyEntry::BuildNegativeFormatString( String& rStr, sal_Bool bBank, in BuildNegativeFormatString()
3941 sal_uInt16 nNegaForm = NfCurrencyEntry::GetEffectiveNegativeFormat( in BuildNegativeFormatString()
3947 void NfCurrencyEntry::CompletePositiveFormatString( String& rStr, sal_Bool bBank, in CompletePositiveFormatString()
3952 NfCurrencyEntry::CompletePositiveFormatString( rStr, aSymStr, nPosiForm ); in CompletePositiveFormatString()
3956 void NfCurrencyEntry::CompleteNegativeFormatString( String& rStr, sal_Bool bBank, in CompleteNegativeFormatString()
3961 NfCurrencyEntry::CompleteNegativeFormatString( rStr, aSymStr, nNegaForm ); in CompleteNegativeFormatString()
3966 void NfCurrencyEntry::CompletePositiveFormatString( String& rStr, in CompletePositiveFormatString()
3997 void NfCurrencyEntry::CompleteNegativeFormatString( String& rStr, in CompleteNegativeFormatString()
4119 sal_uInt16 NfCurrencyEntry::GetEffectivePositiveFormat( sal_uInt16 in GetEffectivePositiveFormat()
4240 sal_uInt16 NfCurrencyEntry::GetEffectiveNegativeFormat( sal_uInt16 nIntlFormat, in GetEffectiveNegativeFormat()
4369 sal_Char NfCurrencyEntry::GetEuroSymbol( rtl_TextEncoding eTextEncoding ) in GetEuroSymbol()