Home
last modified time | relevance | path

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

/AOO41X/main/svl/inc/svl/
H A Dzforlist.hxx227 class SVL_DLLPUBLIC NfCurrencyEntry class
238 NfCurrencyEntry( const NfCurrencyEntry& );
240 NfCurrencyEntry& operator=( const NfCurrencyEntry& );
253 NfCurrencyEntry();
254 NfCurrencyEntry( const LocaleDataWrapper& rLocaleData,
256 NfCurrencyEntry(
260 ~NfCurrencyEntry() {} in ~NfCurrencyEntry()
263 sal_Bool operator==( const NfCurrencyEntry& r ) const;
271 void ApplyVariableInformation( const NfCurrencyEntry& );
321 typedef NfCurrencyEntry* NfCurrencyEntryPtr;
[all …]
/AOO41X/main/svl/source/numbers/
H A Dzforlist.cxx169 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()
[all …]
H A Dnumfmuno.cxx828 const NfCurrencyEntry* pCurr = pFormatter->GetCurrencyEntry( bBank, in getPropertyValue()
890 const NfCurrencyEntry* pCurr = pFormatter->GetCurrencyEntry( bBank, in getPropertyValues()
H A Dzformat.cxx1619 sal_Char cStream = NfCurrencyEntry::GetEuroSymbol( eStream ); in LoadString()
1626 sal_Unicode cTarget = NfCurrencyEntry::GetEuroSymbol(); in LoadString()
/AOO41X/main/svx/inc/svx/
H A Dnumfmtsh.hxx51 class NfCurrencyEntry;
79 typedef NfCurrencyEntry* NfShCurrencyEntryPtr;
202 …sal_uInt16 FindCurrencyFormat(const NfCurrencyEntry* pTmpCurrencyEntry,sal_Bool bTmpB…
203 NfCurrencyEntry* GetCurCurrencyEntry();
204 void SetCurCurrencyEntry(NfCurrencyEntry*);
233 NfCurrencyEntry* pCurCurrencyEntry;
/AOO41X/main/svx/source/items/
H A Dnumfmtsh.cxx48 SV_IMPL_PTRARR( NfShCurrencyEntries, NfCurrencyEntry* );
781 const NfCurrencyEntry* pTmpCurrencyEntry; in FillEListWithCurrency_Impl()
872 const NfCurrencyEntry* pTmpCurrencyEntry; in FillEListWithSysCurrencys()
921 const NfCurrencyEntry* pTmpCurrencyEntry; in FillEListWithUserCurrencys()
941 pCurCurrencyEntry=(NfCurrencyEntry*)pTmpCurrencyEntry; in FillEListWithUserCurrencys()
993 const NfCurrencyEntry* pTstCurrencyEntry; in FillEListWithUserCurrencys()
1037 const NfCurrencyEntry* pCurr = rCurrencyTable[i]; in FillEListWithUserCurrencys()
1523 const NfCurrencyEntry* pTmpCurrencyEntry=SvNumberFormatter::MatchSystemCurrency(); in GetCurrencySymbols()
1699 NfCurrencyEntry* SvxNumberFormatShell::GetCurCurrencyEntry() in GetCurCurrencyEntry()
1704 void SvxNumberFormatShell::SetCurCurrencyEntry(NfCurrencyEntry* pCEntry) in SetCurCurrencyEntry()
[all …]
/AOO41X/main/cui/source/options/
H A Doptgdlg.cxx1300 const NfCurrencyEntry& rCurr = SvNumberFormatter::GetCurrencyEntry( LANGUAGE_SYSTEM ); in OfaLanguagesTabPage()
1312 const NfCurrencyEntry* pCurr = rCurrTab[j]; in OfaLanguagesTabPage()
1505 const NfCurrencyEntry* pCurr = (const NfCurrencyEntry*) in FillItemSet()
1654 const NfCurrencyEntry* pCurr = NULL; in Reset()
1855 const NfCurrencyEntry* pCurr = &SvNumberFormatter::GetCurrencyEntry( eLang ); in IMPL_LINK()
/AOO41X/main/xmloff/source/style/
H A Dnumehelp.cxx262 …if ( sCurrencySymbol.getLength() == 1 && sCurrencySymbol.toChar() == NfCurrencyEntry::GetEuroSymbo… in GetCurrencySymbol()
346 …if ( rCurrencySymbol.getLength() == 1 && rCurrencySymbol.toChar() == NfCurrencyEntry::GetEuroSymbo… in GetCurrencySymbol()