Lines Matching refs:bBank
2763 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()
3927 void NfCurrencyEntry::BuildPositiveFormatString( String& rStr, sal_Bool bBank, in BuildPositiveFormatString() argument
3932 rLoc.getCurrPositiveFormat(), nPositiveFormat, bBank ); in BuildPositiveFormatString()
3933 CompletePositiveFormatString( rStr, bBank, nPosiForm ); in BuildPositiveFormatString()
3937 void NfCurrencyEntry::BuildNegativeFormatString( String& rStr, sal_Bool bBank, in BuildNegativeFormatString() argument
3942 rLoc.getCurrNegativeFormat(), nNegativeFormat, bBank ); in BuildNegativeFormatString()
3943 CompleteNegativeFormatString( rStr, bBank, nNegaForm ); in BuildNegativeFormatString()
3947 void NfCurrencyEntry::CompletePositiveFormatString( String& rStr, sal_Bool bBank, in CompletePositiveFormatString() argument
3951 BuildSymbolString( aSymStr, bBank ); in CompletePositiveFormatString()
3956 void NfCurrencyEntry::CompleteNegativeFormatString( String& rStr, sal_Bool bBank, in CompleteNegativeFormatString() argument
3960 BuildSymbolString( aSymStr, bBank ); in CompleteNegativeFormatString()
4123 , sal_uInt16 nCurrFormat, sal_Bool bBank ) in GetEffectivePositiveFormat() argument
4125 if ( bBank ) in GetEffectivePositiveFormat()
4241 sal_uInt16 nCurrFormat, sal_Bool bBank ) in GetEffectiveNegativeFormat() argument
4243 if ( bBank ) in GetEffectiveNegativeFormat()