Lines Matching refs:j

1052 		sal_uInt16 j;  in FillEListWithUserCurrencys()  local
1053 for(j=0;j<aList.Count();j++) in FillEListWithUserCurrencys()
1055 const StringPtr pTestStr=aList[j]; in FillEListWithUserCurrencys()
1070 rList.Insert(aList[j],nPos); in FillEListWithUserCurrencys()
1071 aList.Remove(j); in FillEListWithUserCurrencys()
1072 aCurEntryList.Insert( aKeyList[j],nPos++); in FillEListWithUserCurrencys()
1073 aKeyList.Remove(j); in FillEListWithUserCurrencys()
1546 const sal_uInt16 j = aCurCurrencyList[i]; in GetCurrencySymbols() local
1547 if (j != (sal_uInt16)-1 && j < nTableCount && in GetCurrencySymbols()
1548 pTmpCurrencyEntry == rCurrencyTable[j]) in GetCurrencySymbols()
1570 sal_uInt16 i,j; in GetCurrencySymbols() local
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()
1613 aCurCurrencyList.Insert(i,j); 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()
1639 aCurCurrencyList.Insert(i,j); in GetCurrencySymbols()
1738 for(sal_uInt16 j=nStart;j<aCurCurrencyList.Count();j++) in FindCurrencyFormat() local
1740 if(aCurCurrencyList[j]==nPos) return j; in FindCurrencyFormat()
1823 for(sal_uInt16 j=nStart;j<aCurCurrencyList.Count();j++) in FindCurrencyFormat() local
1825 if(aCurCurrencyList[j]==nPos) return j; in FindCurrencyFormat()