Home
last modified time | relevance | path

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

/AOO42X/main/svl/inc/svl/
H A Dzforlist.hxx284 void BuildSymbolString( String& rStr, sal_Bool bBank,
289 void BuildPositiveFormatString( String& rStr, sal_Bool bBank,
291 void BuildNegativeFormatString( String& rStr, sal_Bool bBank,
296 void CompletePositiveFormatString( String& rStr, sal_Bool bBank,
298 void CompleteNegativeFormatString( String& rStr, sal_Bool bBank,
310 sal_uInt16 nCurrFormat, sal_Bool bBank );
312 sal_uInt16 nCurrFormat, sal_Bool bBank );
729 sal_Bool bBank ) const;
/AOO42X/main/svl/source/numbers/
H A Dzforlist.cxx2763 sal_Bool bBank; in GenerateFormat() local
2764 if ( GetNewCurrencySymbolString( nIndex, aCurr, &pEntry, &bBank ) ) in GenerateFormat()
2770 pEntry->GetPositiveFormat(), bBank ); in GenerateFormat()
2773 pEntry->GetNegativeFormat(), bBank ); in GenerateFormat()
2774 pEntry->CompletePositiveFormatString( sString, bBank, in GenerateFormat()
2776 pEntry->CompleteNegativeFormatString( sNegStr, bBank, in GenerateFormat()
3722 const NfCurrencyEntry& rCurr, sal_Bool bBank ) const in GetCurrencyFormatStrings()
3725 if ( bBank ) in GetCurrencyFormatStrings()
3887 void NfCurrencyEntry::BuildSymbolString( String& rStr, sal_Bool bBank, in BuildSymbolString() argument
3892 if ( bBank ) in BuildSymbolString()
[all …]
H A Dnumfmuno.cxx826 sal_Bool bBank = sal_False; in getPropertyValue() local
828 const NfCurrencyEntry* pCurr = pFormatter->GetCurrencyEntry( bBank, in getPropertyValue()
888 sal_Bool bBank = sal_False; in getPropertyValues() local
890 const NfCurrencyEntry* pCurr = pFormatter->GetCurrencyEntry( bBank, in getPropertyValues()