Lines Matching refs:j

401     for ( sal_uInt16 j=0; j<nAnzStrings; j++ )  in HasNewCurrency()  local
403 if ( aI.nTypeArray[j] == NF_SYMBOLTYPE_CURRENCY ) in HasNewCurrency()
417 for ( sal_uInt16 j=0; j<nAnzStrings; j++ ) in GetNewCurrencySymbol() local
419 if ( aI.nTypeArray[j] == NF_SYMBOLTYPE_CURRENCY ) in GetNewCurrencySymbol()
421 rSymbol = aI.sStrArray[j]; in GetNewCurrencySymbol()
422 if ( j < nAnzStrings-1 && aI.nTypeArray[j+1] == NF_SYMBOLTYPE_CURREXT ) in GetNewCurrencySymbol()
423 rExtension = aI.sStrArray[j+1]; in GetNewCurrencySymbol()
436 sal_uInt16 j; in SaveNewCurrencyMap() local
438 for ( j=0; j<nAnzStrings; j++ ) in SaveNewCurrencyMap()
440 switch ( aI.nTypeArray[j] ) in SaveNewCurrencyMap()
450 for ( j=0; j<nAnzStrings; j++ ) in SaveNewCurrencyMap()
452 switch ( aI.nTypeArray[j] ) in SaveNewCurrencyMap()
457 rStream << j << aI.nTypeArray[j]; in SaveNewCurrencyMap()
468 for ( sal_uInt16 j=0; j<nCnt; j++ ) in LoadNewCurrencyMap() local
1512 for ( sal_uInt16 j=0; j<4; j++ ) in Load() local
1514 NumFor[j].LoadNewCurrencyMap( rStream ); in Load()
1698 for ( sal_uInt16 j=0; j<4; j++ ) in Save() local
1700 NumFor[j].SaveNewCurrencyMap( rStream ); in Save()
1717 for ( sal_uInt16 j=0; j<4; j++ ) in HasNewCurrency() local
1719 if ( NumFor[j].HasNewCurrency() ) in HasNewCurrency()
1727 for ( sal_uInt16 j=0; j<4; j++ ) in HasTextFormatCode() local
1729 if ( NumFor[j].HasTextFormatCode() ) in HasTextFormatCode()
1738 for ( sal_uInt16 j=0; j<4; j++ ) in GetNewCurrencySymbol() local
1740 if ( NumFor[j].GetNewCurrencySymbol( rSymbol, rExtension ) ) in GetNewCurrencySymbol()
2442 sal_uInt16 j = nAnz-1; // letztes Symbol->rueckw. in GetOutputString() local
2444 bRes |= ImpNumberFill(sDiv, fNumber, k, j, nIx, NF_SYMBOLTYPE_FRAC); in GetOutputString()
2446 if (rInfo.nTypeArray[j] == NF_SYMBOLTYPE_FRAC) in GetOutputString()
2451 sDiv.Insert( rInfo.sStrArray[j].GetChar(0), 0 ); in GetOutputString()
2452 if ( j ) in GetOutputString()
2453 j--; in GetOutputString()
2462 bRes |= ImpNumberFill(sFrac, fNumber, k, j, nIx, NF_SYMBOLTYPE_FRACBLANK); in GetOutputString()
2463 if (rInfo.nTypeArray[j] == NF_SYMBOLTYPE_FRACBLANK) in GetOutputString()
2465 sFrac.Insert(rInfo.sStrArray[j],0); in GetOutputString()
2466 if ( j ) in GetOutputString()
2467 j--; in GetOutputString()
2478 bRes |= ImpNumberFillWithThousands(sStr, fNumber, k, j, nIx, in GetOutputString()
2534 sal_uInt16 j = nAnz-1; // last symbol in GetOutputString() local
2536 bRes |= ImpNumberFill(ExpStr, fNumber, k, j, nIx, NF_SYMBOLTYPE_EXP); in GetOutputString()
2545 if (rInfo.nTypeArray[j] == NF_SYMBOLTYPE_EXP) in GetOutputString()
2547 const String& rStr = rInfo.sStrArray[j]; in GetOutputString()
2553 if ( j ) in GetOutputString()
2554 j--; in GetOutputString()
2564 bRes |= ImpNumberFillWithThousands(sStr,fNumber, k,j,nIx, in GetOutputString()
2728 for (xub_StrLen j = 0; j < nLen && nSecPos < nCntPost; j++) in ImpGetTimeOutput() local
2827 for ( sal_Int32 j=0; j < nCnt; j++ ) in SwitchToOtherCalendar() local
2829 if ( xCals[j] != rGregorian ) in SwitchToOtherCalendar()
2836 rCal.loadCalendar( xCals[j], rLoc().getLocale() ); in SwitchToOtherCalendar()
3267 for (xub_StrLen j = 0; j < nLen && nSecPos < nCntPost; j++) in ImpGetDateTimeOutput() local
3471 sal_uInt16 i, j; in ImpGetNumberOutput() local
3533 j = NumFor[nIx].GetnAnz()-1; // letztes Symbol in ImpGetNumberOutput()
3540 while (j > 0 && // rueckwaerts in ImpGetNumberOutput()
3541 (nType = rInfo.nTypeArray[j]) != NF_SYMBOLTYPE_DECSEP) in ImpGetNumberOutput()
3549 sStr.Insert(rInfo.sStrArray[j].GetChar(1),k); in ImpGetNumberOutput()
3554 /*k = */ InsertBlanks( sStr,k,rInfo.sStrArray[j].GetChar(1) ); in ImpGetNumberOutput()
3559 sStr.Insert(rInfo.sStrArray[j],k); in ImpGetNumberOutput()
3563 sStr.Insert(rInfo.sStrArray[j],k); in ImpGetNumberOutput()
3567 const String& rStr = rInfo.sStrArray[j]; in ImpGetNumberOutput()
3611 j--; in ImpGetNumberOutput()
3615 bRes |= ImpNumberFillWithThousands(sStr, fNumber, k, j, nIx, // ggfs Auffuellen mit . in ImpGetNumberOutput()
3635 sal_uInt16 j, // symbol index within format code in ImpNumberFillWithThousands() argument
3650 if (j == 0) in ImpNumberFillWithThousands()
3652 switch (rInfo.nTypeArray[j]) in ImpNumberFillWithThousands()
3660 sStr.Insert(rInfo.sStrArray[j],k); in ImpNumberFillWithThousands()
3663 nLeadingStringChars + rInfo.sStrArray[j].Len(); in ImpNumberFillWithThousands()
3669 sStr.Insert(rInfo.sStrArray[j].GetChar(1),k); in ImpNumberFillWithThousands()
3674 /*k = */ InsertBlanks( sStr,k,rInfo.sStrArray[j].GetChar(1) ); in ImpNumberFillWithThousands()
3687 if ( !bDoThousands && j < NumFor[nIx].GetnAnz()-1 ) in ImpNumberFillWithThousands()
3688 bDoThousands = ((j == 0) || in ImpNumberFillWithThousands()
3689 (rInfo.nTypeArray[j-1] != NF_SYMBOLTYPE_DIGIT && in ImpNumberFillWithThousands()
3690 rInfo.nTypeArray[j-1] != NF_SYMBOLTYPE_THSEP) || in ImpNumberFillWithThousands()
3691 (rInfo.nTypeArray[j+1] == NF_SYMBOLTYPE_DIGIT)); in ImpNumberFillWithThousands()
3695 sStr.Insert(rInfo.sStrArray[j],k); in ImpNumberFillWithThousands()
3704 if (j > 0 && rInfo.nTypeArray[j-1] == NF_SYMBOLTYPE_DIGIT) in ImpNumberFillWithThousands()
3706 const String& rStr = rInfo.sStrArray[j-1]; in ImpNumberFillWithThousands()
3727 sStr.Insert(rInfo.sStrArray[j],k); in ImpNumberFillWithThousands()
3736 const String& rStr = rInfo.sStrArray[j]; in ImpNumberFillWithThousands()
3778 j--; // next format code string in ImpNumberFillWithThousands()
3815 sal_uInt16& j, // symbol index within format code in ImpNumberFill() argument
3825 while (j > 0 && (nType = rInfo.nTypeArray[j]) != eSymbolType ) in ImpNumberFill()
3833 sStr.Insert(rInfo.sStrArray[j].GetChar(1),k); in ImpNumberFill()
3838 k = InsertBlanks( sStr,k,rInfo.sStrArray[j].GetChar(1) ); in ImpNumberFill()
3846 if ( !bDoThousands && j < NumFor[nIx].GetnAnz()-1 ) in ImpNumberFill()
3847 bDoThousands = ((j == 0) || in ImpNumberFill()
3848 (rInfo.nTypeArray[j-1] != NF_SYMBOLTYPE_DIGIT && in ImpNumberFill()
3849 rInfo.nTypeArray[j-1] != NF_SYMBOLTYPE_THSEP) || in ImpNumberFill()
3850 (rInfo.nTypeArray[j+1] == NF_SYMBOLTYPE_DIGIT)); in ImpNumberFill()
3853 sStr.Insert(rInfo.sStrArray[j],k); in ImpNumberFill()
3859 const String& rStr = rInfo.sStrArray[j]; in ImpNumberFill()
3894 sStr.Insert(rInfo.sStrArray[j],k); in ImpNumberFill()
3897 j--; // naechster String in ImpNumberFill()
4064 for ( sal_uInt16 j=0; j<nAnz; j++ ) in GetDateOrder() local
4066 switch ( pType[j] ) in GetDateOrder()
4106 for ( sal_uInt16 j=0; j<nAnz && nShift < 3; j++ ) in GetExactDateOrder() local
4108 switch ( pType[j] ) in GetExactDateOrder()
4260 for ( int j=NF_KEY_FIRSTCOLOR; j<=NF_KEY_LASTCOLOR; j++ ) in GetMappedFormatstring() local
4262 if ( rKey[j] == rColorName ) in GetMappedFormatstring()
4265 aPrefix += rKeywords[j]; in GetMappedFormatstring()
4298 for ( sal_uInt16 j=0; j<nAnz; j++ ) in GetMappedFormatstring() local
4300 if ( 0 <= pType[j] && pType[j] < NF_KEYWORD_ENTRIES_COUNT ) in GetMappedFormatstring()
4302 aStr += rKeywords[pType[j]]; in GetMappedFormatstring()
4303 if( NF_KEY_NNNN == pType[j] ) in GetMappedFormatstring()
4308 switch ( pType[j] ) in GetMappedFormatstring()
4327 aStr += pStr[j]; in GetMappedFormatstring()
4328 else if ( pStr[j].Len() == 1 ) in GetMappedFormatstring()
4331 aStr += pStr[j]; in GetMappedFormatstring()
4336 aStr += pStr[j]; in GetMappedFormatstring()
4341 aStr += pStr[j]; in GetMappedFormatstring()
4603 for ( sal_uInt16 j=0; j<nAnz; ++j ) in ImpGetNumForStringElementCount() local
4605 switch ( pType[j] ) in ImpGetNumForStringElementCount()