Lines Matching refs:pFormat1
3731 WSStringPtr pFormat1 = new String( aPositiveBank ); in GetCurrencyFormatStrings() local
3732 *pFormat1 += ';'; in GetCurrencyFormatStrings()
3733 WSStringPtr pFormat2 = new String( *pFormat1 ); in GetCurrencyFormatStrings()
3741 *pFormat1 += aNegativeBank; in GetCurrencyFormatStrings()
3744 rStrArr.Insert( pFormat1, rStrArr.Count() ); in GetCurrencyFormatStrings()
3753 WSStringPtr pFormat1, pFormat2, pFormat3, pFormat4, pFormat5; in GetCurrencyFormatStrings() local
3768 pFormat1 = new String( aPositiveNoDec ); in GetCurrencyFormatStrings()
3769 *pFormat1 += ';'; in GetCurrencyFormatStrings()
3770 pFormat3 = new String( *pFormat1 ); in GetCurrencyFormatStrings()
3774 *pFormat1 += aNegativeNoDec; in GetCurrencyFormatStrings()
3784 pFormat1 = NULL; in GetCurrencyFormatStrings()
3798 if ( pFormat1 ) in GetCurrencyFormatStrings()
3799 rStrArr.Insert( pFormat1, rStrArr.Count() ); in GetCurrencyFormatStrings()