Lines Matching refs:i

154 		for ( sal_uInt16 i = 0; i < aAddList.Count(); ++i )  local
155 pFormatter->DeleteEntry( aAddList[i] );
184 for ( sal_uInt16 i = 0; i < aDelList.Count(); ++i ) in GetUpdateData() local
185 *pDelArray++ = aDelList[i]; in GetUpdateData()
262 for ( sal_uInt16 i = 0; !bFound && i < aDelList.Count(); ++i ) in AddFormat() local
264 if ( aDelList[i] == nAddKey ) in AddFormat()
267 nAt = i; in AddFormat()
334 for ( sal_uInt16 i = 0; !bFound && i < aAddList.Count(); ++i ) in RemoveFormat() local
336 if ( aAddList[i] == nDelKey ) in RemoveFormat()
339 nAt = i; in RemoveFormat()
1035 for ( sal_uInt16 i=0; i < nCurrCount; ++i ) in FillEListWithUserCurrencys() local
1037 const NfCurrencyEntry* pCurr = rCurrencyTable[i]; in FillEListWithUserCurrencys()
1046 sal_uInt16 i,nPos; in FillEListWithUserCurrencys() local
1048 for( i=0, nPos=nOldListCount; i<aWSStringsDtor.Count(); i++) in FillEListWithUserCurrencys()
1051 String aInsStr(*aWSStringsDtor[i]); in FillEListWithUserCurrencys()
1077 for(i=0;i<aKeyList.Count();i++) in FillEListWithUserCurrencys()
1079 if(aKeyList[i]!=NUMBERFORMAT_ENTRY_NOT_FOUND) in FillEListWithUserCurrencys()
1081 rList.Insert(aList[i],rList.Count()); in FillEListWithUserCurrencys()
1082 aCurEntryList.Insert( aKeyList[i],aCurEntryList.Count()); in FillEListWithUserCurrencys()
1086 for(i=nOldListCount;i<rList.Count();i++) in FillEListWithUserCurrencys()
1088 aCurrencyFormatList.Insert(new String(*rList[i]),aCurrencyFormatList.Count()); in FillEListWithUserCurrencys()
1090 if ( nSelPos == SELPOS_NONE && bAdaptSelPos && aCurEntryList[i] == nCurFormatKey ) in FillEListWithUserCurrencys()
1091 nSelPos = i; in FillEListWithUserCurrencys()
1184 for ( sal_uInt16 i = 0; !bFound && i < aDelList.Count(); ++i ) in IsRemoved_Impl() local
1185 if ( aDelList[i] == nKey ) in IsRemoved_Impl()
1195 for ( sal_uInt16 i = 0; !bFound && i < aAddList.Count(); ++i ) in IsAdded_Impl() local
1196 if ( aAddList[i] == nKey ) in IsAdded_Impl()
1471 for(short i=0;i<aCurEntryList.Count();i++) in GetListPos4Entry() local
1473 if(aCurEntryList[i]==nIdx) in GetListPos4Entry()
1475 nSelP=i; in GetListPos4Entry()
1501 for(sal_uInt16 i=0;i<aCurrencyFormatList.Count();i++) in GetListPos4Entry() local
1503 if (rFmtString==*aCurrencyFormatList[i]) in GetListPos4Entry()
1505 nSelP=i; in GetListPos4Entry()
1544 for(sal_uInt16 i=1;i<nCount;i++) in GetCurrencySymbols() local
1546 const sal_uInt16 j = aCurCurrencyList[i]; in GetCurrencySymbols()
1550 *pPos=i; in GetCurrencySymbols()
1551 nCurCurrencyEntryPos=i; in GetCurrencySymbols()
1570 sal_uInt16 i,j; in GetCurrencySymbols() local
1594 for(i=1;i<nCount;i++) in GetCurrencySymbols()
1596 XubString aStr( ApplyLreOrRleEmbedding( rCurrencyTable[i]->GetBankSymbol())); in GetCurrencySymbols()
1598 aStr += ApplyLreOrRleEmbedding( rCurrencyTable[i]->GetSymbol()); in GetCurrencySymbols()
1600 … aStr += ApplyLreOrRleEmbedding( pLanguageTable->GetString( rCurrencyTable[i]->GetLanguage())); in GetCurrencySymbols()
1613 aCurCurrencyList.Insert(i,j); in GetCurrencySymbols()
1621 for(i=1;i<nCount;i++) in GetCurrencySymbols()
1624 pStr = new XubString( ApplyLreOrRleEmbedding( rCurrencyTable[i]->GetBankSymbol())); in GetCurrencySymbols()
1639 aCurCurrencyList.Insert(i,j); in GetCurrencySymbols()
1654 for(sal_uInt16 i=0;i<aWSStringsDtor.Count();i++) in GetCurrencyFormats() local
1656 aListDtor.Insert(new String(*aWSStringsDtor[i]),aListDtor.Count()); in GetCurrencyFormats()
1765 for(sal_uInt16 i=0;i<nCount;i++) in FindCurrencyTableEntry() local
1767 if(pTmpCurrencyEntry==rCurrencyTable[i]) in FindCurrencyTableEntry()
1769 nPos=i; in FindCurrencyTableEntry()
1777 for(sal_uInt16 i=0;i<nCount;i++) in FindCurrencyTableEntry() local
1779 const NfCurrencyEntry* pTmpCurrencyEntry=rCurrencyTable[i]; in FindCurrencyTableEntry()
1787 nPos=i; in FindCurrencyTableEntry()
1793 nPos=i; in FindCurrencyTableEntry()
1809 for(sal_uInt16 i=0;i<nCount;i++) in FindCurrencyFormat() local
1811 if(pTmpCurrencyEntry==rCurrencyTable[i]) in FindCurrencyFormat()
1813 nPos=i; in FindCurrencyFormat()
1851 for(sal_uInt16 i=0;i<aWSStringsDtor.Count();i++) in IsInTable() local
1853 if(*aWSStringsDtor[i]==rFmtString) in IsInTable()