Lines Matching refs:pStr

712 		const StringPtr pStr = new String(aNewFormNInfo);  in FillEListWithFormats_Impl()  local
719 rList.Insert( pStr,rList.Count()); in FillEListWithFormats_Impl()
757 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithDateTime_Impl() local
764 rList.Insert( pStr,rList.Count()); in FillEListWithDateTime_Impl()
846 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithSysCurrencys() local
853 rList.Insert( pStr,rList.Count()); in FillEListWithSysCurrencys()
889 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithSysCurrencys() local
892 rList.Insert( pStr,rList.Count()); in FillEListWithSysCurrencys()
1008 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithUserCurrencys() local
1010 aList.Insert( pStr,aList.Count()); in FillEListWithUserCurrencys()
1149 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithUsD_Impl() local
1152 rList.Insert( pStr,rList.Count()); in FillEListWithUsD_Impl()
1576 WSStringPtr pStr = new XubString(aString); in GetCurrencySymbols() local
1577 rList.Insert( pStr,rList.Count()); in GetCurrencySymbols()
1583 pStr = new XubString(aString); in GetCurrencySymbols()
1584 rList.Insert( pStr,rList.Count()); in GetCurrencySymbols()
1602 pStr = new XubString(aStr); in GetCurrencySymbols()
1604 … fprintf( stderr, "currency entry: %s\n", ByteString( *pStr, RTL_TEXTENCODING_UTF8).GetBuffer()); in GetCurrencySymbols()
1609 if (aCollator.compareString( *pStr, *pTestStr) < 0) in GetCurrencySymbols()
1612 rList.Insert( pStr,j); in GetCurrencySymbols()
1624 pStr = new XubString( ApplyLreOrRleEmbedding( rCurrencyTable[i]->GetBankSymbol())); in GetCurrencySymbols()
1630 if(*pTestStr==*pStr) in GetCurrencySymbols()
1633 if (aCollator.compareString( *pStr, *pTestStr) < 0) in GetCurrencySymbols()
1638 rList.Insert( pStr,j); in GetCurrencySymbols()