Home
last modified time | relevance | path

Searched refs:aCurrencyFormatList (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/items/
H A Dnumfmtsh.cxx164 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()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dnumfmtsh.hxx236 SvStrings aCurrencyFormatList; member in SvxNumberFormatShell