Lines Matching refs:rList

574 short SvxNumberFormatShell::FillEntryList_Impl( SvStrings& rList )  in FillEntryList_Impl()  argument
588 FillEListWithStd_Impl(rList,CAT_NUMBER,nSelPos); in FillEntryList_Impl()
589 FillEListWithStd_Impl(rList,CAT_PERCENT,nSelPos); in FillEntryList_Impl()
590 FillEListWithStd_Impl(rList,CAT_CURRENCY,nSelPos); in FillEntryList_Impl()
591 FillEListWithStd_Impl(rList,CAT_DATE,nSelPos); in FillEntryList_Impl()
592 FillEListWithStd_Impl(rList,CAT_TIME,nSelPos); in FillEntryList_Impl()
593 FillEListWithStd_Impl(rList,CAT_SCIENTIFIC,nSelPos); in FillEntryList_Impl()
594 FillEListWithStd_Impl(rList,CAT_FRACTION,nSelPos); in FillEntryList_Impl()
595 FillEListWithStd_Impl(rList,CAT_BOOLEAN,nSelPos); in FillEntryList_Impl()
596 FillEListWithStd_Impl(rList,CAT_TEXT,nSelPos); in FillEntryList_Impl()
601 FillEListWithStd_Impl(rList,nPrivCat,nSelPos); in FillEntryList_Impl()
605 nSelPos=FillEListWithUsD_Impl(rList,nPrivCat,nSelPos); in FillEntryList_Impl()
610 void SvxNumberFormatShell::FillEListWithStd_Impl( SvStrings& rList,sal_uInt16 nPrivCat,short &nSelP… in FillEListWithStd_Impl() argument
624 nSelPos=FillEListWithCurrency_Impl(rList,nSelPos); in FillEListWithStd_Impl()
663 nSelPos=FillEListWithFormats_Impl(rList,nSelPos,eOffsetStart,eOffsetEnd); in FillEListWithStd_Impl()
667 nSelPos=FillEListWithDateTime_Impl(rList,nSelPos); in FillEListWithStd_Impl()
673 short SvxNumberFormatShell::FillEListWithFormats_Impl( SvStrings& rList,short nSelPos, in FillEListWithFormats_Impl() argument
719 rList.Insert( pStr,rList.Count()); in FillEListWithFormats_Impl()
726 short SvxNumberFormatShell::FillEListWithDateTime_Impl( SvStrings& rList,short nSelPos) in FillEListWithDateTime_Impl() argument
764 rList.Insert( pStr,rList.Count()); in FillEListWithDateTime_Impl()
772 short SvxNumberFormatShell::FillEListWithCurrency_Impl( SvStrings& rList,short nSelPos) in FillEListWithCurrency_Impl() argument
793 FillEListWithUserCurrencys(rList,nSelPos); in FillEListWithCurrency_Impl()
794 nSelPos=FillEListWithSysCurrencys(rList,nSelPos); in FillEListWithCurrency_Impl()
798 nSelPos=FillEListWithUserCurrencys(rList,nSelPos); in FillEListWithCurrency_Impl()
805 short SvxNumberFormatShell::FillEListWithSysCurrencys( SvStrings& rList,short nSelPos) in FillEListWithSysCurrencys() argument
853 rList.Insert( pStr,rList.Count()); in FillEListWithSysCurrencys()
892 rList.Insert( pStr,rList.Count()); in FillEListWithSysCurrencys()
902 short SvxNumberFormatShell::FillEListWithUserCurrencys( SvStrings& rList,short nSelPos) in FillEListWithUserCurrencys() argument
1047 sal_uInt16 nOldListCount = rList.Count(); in FillEListWithUserCurrencys()
1065 rList.Insert(new String(aInsStr),nPos); in FillEListWithUserCurrencys()
1070 rList.Insert(aList[j],nPos); in FillEListWithUserCurrencys()
1081 rList.Insert(aList[i],rList.Count()); in FillEListWithUserCurrencys()
1086 for(i=nOldListCount;i<rList.Count();i++) in FillEListWithUserCurrencys()
1088 aCurrencyFormatList.Insert(new String(*rList[i]),aCurrencyFormatList.Count()); in FillEListWithUserCurrencys()
1101 short SvxNumberFormatShell::FillEListWithUsD_Impl( SvStrings& rList, sal_uInt16 nPrivCat, short nSe… in FillEListWithUsD_Impl() argument
1152 rList.Insert( pStr,rList.Count()); in FillEListWithUsD_Impl()
1520 void SvxNumberFormatShell::GetCurrencySymbols( SvStringsDtor& rList, sal_uInt16* pPos ) in GetCurrencySymbols() argument
1527 GetCurrencySymbols( rList, bFlag); in GetCurrencySymbols()
1560 void SvxNumberFormatShell::GetCurrencySymbols( SvStringsDtor& rList, sal_Bool bFlag ) in GetCurrencySymbols() argument
1577 rList.Insert( pStr,rList.Count()); in GetCurrencySymbols()
1584 rList.Insert( pStr,rList.Count()); in GetCurrencySymbols()
1606 for(j=nStart;j<rList.Count();j++) in GetCurrencySymbols()
1608 const StringPtr pTestStr=rList[j]; in GetCurrencySymbols()
1612 rList.Insert( pStr,j); in GetCurrencySymbols()
1619 sal_uInt16 nCont = rList.Count(); in GetCurrencySymbols()
1626 for (j = nCont; j < rList.Count() && bInsert; ++j) in GetCurrencySymbols()
1628 const StringPtr pTestStr=rList[j]; in GetCurrencySymbols()
1638 rList.Insert( pStr,j); in GetCurrencySymbols()