Lines Matching refs:j

861 	for ( sal_uInt16 j=0; j<nCount; j++ )  in Load()  local
863 LanguageType eLang = aList[j]; in Load()
1090 for ( sal_Int32 j = 0; j < xSeq.getLength(); j++ ) in ImpGenerateCL() local
1092 sal_Int16 nIdx = xSeq[j].formatIndex; in ImpGenerateCL()
1096 if ( i != j && xSeq[i].formatIndex == nIdx ) in ImpGenerateCL()
1112 aMsg += String::CreateFromInt32( j ); in ImpGenerateCL()
1114 aMsg += String( xSeq[j].formatKey ); in ImpGenerateCL()
2009 for ( sal_Int32 j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex() local
2011 if ( rSeq[j].Index == nTabOff ) in ImpGetFormatCodeIndex()
2012 return j; in ImpGetFormatCodeIndex()
2027 sal_Int32 j; in ImpGetFormatCodeIndex() local
2029 for ( j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
2031 if ( rSeq[j].Default ) in ImpGetFormatCodeIndex()
2032 return j; in ImpGetFormatCodeIndex()
2039 for ( j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
2041 if ( rSeq[j].Index == NF_CURRENCY_1000DEC2 ) in ImpGetFormatCodeIndex()
2042 return j; in ImpGetFormatCodeIndex()
2045 for ( j=0; j<nLen; j++ ) in ImpGetFormatCodeIndex()
2047 if ( rSeq[j].Index == NF_CURRENCY_1000INT ) in ImpGetFormatCodeIndex()
2048 return j; in ImpGetFormatCodeIndex()
2179 for ( sal_uInt16 j=0; j<NF_INDEX_TABLE_ENTRIES; j++ ) in ImpGenerateFormats() local
2181 theIndexTable[j] = NUMBERFORMAT_ENTRY_NOT_FOUND; in ImpGenerateFormats()
2624 sal_Int32 j; in ImpGenerateAdditionalFormats() local
2633 for ( j = 0; j < nCodes; j++ ) in ImpGenerateAdditionalFormats()
2640 if ( pFormatArr[j].Index < NF_INDEX_TABLE_ENTRIES && in ImpGenerateAdditionalFormats()
2641 pFormatArr[j].Index != NF_CURRENCY_1000DEC2_CCC ) in ImpGenerateAdditionalFormats()
2644 sal_Int16 nOrgIndex = pFormatArr[j].Index; in ImpGenerateAdditionalFormats()
2645 pFormatArr[j].Index = sal::static_int_cast< sal_Int16 >( in ImpGenerateAdditionalFormats()
2646 pFormatArr[j].Index + nCodes + NF_INDEX_TABLE_ENTRIES); in ImpGenerateAdditionalFormats()
2648 sal_Bool bDefault = aFormatSeq[j].Default; in ImpGenerateAdditionalFormats()
2649 aFormatSeq[j].Default = sal_False; in ImpGenerateAdditionalFormats()
2650 if ( ImpInsertNewStandardFormat( pFormatArr[j], nPos+1, in ImpGenerateAdditionalFormats()
2654 pFormatArr[j].Index = nOrgIndex; in ImpGenerateAdditionalFormats()
2655 aFormatSeq[j].Default = bDefault; in ImpGenerateAdditionalFormats()
2669 for ( j = 0; j < nCodes; j++ ) in ImpGenerateAdditionalFormats()
2676 if ( pFormatArr[j].Index >= NF_INDEX_TABLE_ENTRIES ) in ImpGenerateAdditionalFormats()
2677 if ( ImpInsertNewStandardFormat( pFormatArr[j], nPos+1, in ImpGenerateAdditionalFormats()
3010 for ( sal_uInt16 j = 0; j < NF_INDEX_TABLE_ENTRIES; j++ ) in GetIndexTableOffset() local
3012 if ( theIndexTable[j] == nOffset ) in GetIndexTableOffset()
3013 return (NfIndexTableOffset) j; in GetIndexTableOffset()
3082 for ( sal_uInt16 j = 0; j < nCount; j++, ppData++ ) in GetCurrencyEntry() local
3100 for ( sal_uInt16 j = 0; j < nCount; j++, ppData++ ) in GetCurrencyEntry() local
3119 for ( sal_uInt16 j = 0; j < nCount; j++, ppData++ ) in GetLegacyOnlyCurrencyEntry() local
3152 for ( sal_uInt16 j = 0; j < nCount; j++, ppData++ ) in SetDefaultSystemCurrency() local
3156 nSystemCurrencyPosition = j; in SetDefaultSystemCurrency()
3163 for ( sal_uInt16 j = 0; j < nCount; j++, ppData++ ) in SetDefaultSystemCurrency() local
3167 nSystemCurrencyPosition = j; in SetDefaultSystemCurrency()
3392 for ( sal_uInt16 j = 0; j < nCount && bCont; j++, ppData++ ) in GetCurrencyEntry() local
3401 *ppData, j, rSymbol ); in GetCurrencyEntry()
3414 for ( sal_uInt16 j = 0; j < nCount && bCont; j++, ppData++ ) in GetCurrencyEntry() local
3423 *ppData, j, rSymbol ); in GetCurrencyEntry()
3436 for ( sal_uInt16 j = 0; j < nCount && bCont; j++, ppData++ ) in GetCurrencyEntry() local
3439 *ppData, j, rSymbol ); in GetCurrencyEntry()
3452 sal_Int32 j; in GetCompatibilityCurrency() local
3453 for ( j=0; j < nCurrencies; ++j ) in GetCompatibilityCurrency()
3455 if ( xCurrencies[j].UsedInCompatibleFormatCodes ) in GetCompatibilityCurrency()
3457 rSymbol = xCurrencies[j].Symbol; in GetCompatibilityCurrency()
3458 rAbbrev = xCurrencies[j].BankSymbol; in GetCompatibilityCurrency()
3462 if ( j >= nCurrencies ) in GetCompatibilityCurrency()
3674 for ( sal_uInt16 j=1; j<n; j++ ) in ImpInitCurrencyTable() local