Lines Matching refs:aCurrencyFormatList
164 if(aCurrencyFormatList.Count()>0)
165 aCurrencyFormatList.DeleteAndDestroy(0,aCurrencyFormatList.Count());
236 if(nFmtLbPos<aCurrencyFormatList.Count()) in FormatChanged()
239 MakePrevStringFromVal(*aCurrencyFormatList[nFmtLbPos], in FormatChanged()
368 if(aCurrencyFormatList.Count()>nCurrencyPos) in MakeFormat()
375 … sal_uInt32 nFound = pFormatter->TestNewString( *aCurrencyFormatList[nCurrencyPos], eCurLanguage ); in MakeFormat()
379 AddFormat( *aCurrencyFormatList[nCurrencyPos],rErrPos,rCatLbSelPos, in MakeFormat()
619 if(aCurrencyFormatList.Count()>0) in FillEListWithStd_Impl()
620 aCurrencyFormatList.DeleteAndDestroy(0,aCurrencyFormatList.Count()); in FillEListWithStd_Impl()
1088 aCurrencyFormatList.Insert(new String(*rList[i]),aCurrencyFormatList.Count()); in FillEListWithUserCurrencys()
1368 else if(aCurrencyFormatList.Count()>0) in GetCategory4Entry()
1435 if(aCurrencyFormatList.Count()>0) in GetFormat4Entry()
1437 if(aCurrencyFormatList.Count()>nEntry) in GetFormat4Entry()
1438 return *aCurrencyFormatList[nEntry]; in GetFormat4Entry()
1499 if(aCurrencyFormatList.Count()>0) in GetListPos4Entry()
1501 for(sal_uInt16 i=0;i<aCurrencyFormatList.Count();i++) in GetListPos4Entry()
1503 if (rFmtString==*aCurrencyFormatList[i]) in GetListPos4Entry()