Lines Matching refs:aNewFormNInfo

690 	String			aNewFormNInfo;  in FillEListWithFormats_Impl()  local
710 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithFormats_Impl()
712 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithFormats_Impl()
736 String aNewFormNInfo; in FillEListWithDateTime_Impl() local
755 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithDateTime_Impl()
757 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithDateTime_Impl()
820 String aNewFormNInfo; in FillEListWithSysCurrencys() local
844 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithSysCurrencys()
846 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithSysCurrencys()
887 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithSysCurrencys()
889 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithSysCurrencys()
915 String aNewFormNInfo; in FillEListWithUserCurrencys() local
980 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithUserCurrencys()
985 else if( (!bTmpBanking && aNewFormNInfo.Search(rSymbol)!=STRING_NOTFOUND) || in FillEListWithUserCurrencys()
986 (bTmpBanking && aNewFormNInfo.Search(rBankSymbol)!=STRING_NOTFOUND) ) in FillEListWithUserCurrencys()
990 else if(aNewFormNInfo.Search(rShortSymbol)!=STRING_NOTFOUND) in FillEListWithUserCurrencys()
1008 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithUserCurrencys()
1115 String aNewFormNInfo; in FillEListWithUsD_Impl() local
1138 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithUsD_Impl()
1144 sal_uInt16 nPos=FindCurrencyTableEntry(aNewFormNInfo,bTestBanking); in FillEListWithUsD_Impl()
1145 bFlag=!IsInTable(nPos,bTestBanking,aNewFormNInfo); in FillEListWithUsD_Impl()
1149 const StringPtr pStr = new String(aNewFormNInfo); in FillEListWithUsD_Impl()