Lines Matching refs:j

517             sal_Int16 i, j;  in getAllCalendars()  local
530 for(j = 0; j < allCalendars[0][i]; j++) { in getAllCalendars()
533 days[j] = day; in getAllCalendars()
541 for(j = 0; j < allCalendars[1][i]; j++) { in getAllCalendars()
544 months[j] = month; in getAllCalendars()
552 for(j = 0; j < allCalendars[2][i]; j++) { in getAllCalendars()
555 eras[j] = era; in getAllCalendars()
640 sal_Int32 j = 0, last = k; in replace() local
642 while (formatCode[i] > 0 && oldStr[j] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()
644 if (formatCode[i++] != oldStr[j++]) in replace()
647 if (oldStr[j] == 0) { in replace()
649 k = last; j = 0; in replace()
650 while (newStr[j] > 0 && k < MAX_FORMATCODE_LENTH) in replace()
651 str[k++] = newStr[j++]; in replace()
1108 for( int j=0; j<nAttributes; j++ ) { // prefix, numberingtype, ... in getContinuousNumberingLevels() local
1109 sal_Unicode* pString = pAttribute[j]; in getContinuousNumberingLevels()
1110 beans::PropertyValue& rVal = pv[i][j]; in getContinuousNumberingLevels()
1113 if( 0 != j && 2 != j ) in getContinuousNumberingLevels()
1119 switch( j ) in getContinuousNumberingLevels()
1236 int j; in getOutlineNumberingLevels() local
1240 for( j = 0; j < nLevels; j++ ) in getOutlineNumberingLevels()
1242 sal_Unicode** pAttribute = pLevel[j]; in getOutlineNumberingLevels()
1248 case 0: level[j].sPrefix = tmp; break; in getOutlineNumberingLevels()
1249 … case 1: level[j].nNumType = sal::static_int_cast<sal_Int16>(tmp.toInt32()); break; in getOutlineNumberingLevels()
1250 case 2: level[j].sSuffix = tmp; break; in getOutlineNumberingLevels()
1252 …case 3: level[j].cBulletChar = sal::static_int_cast<sal_Unicode>(tmp.toInt32(16)); break; … in getOutlineNumberingLevels()
1253 case 4: level[j].sBulletFontName = U2C( tmp ); break; in getOutlineNumberingLevels()
1254 … case 5: level[j].nParentNumbering = sal::static_int_cast<sal_Int16>(tmp.toInt32()); break; in getOutlineNumberingLevels()
1255 case 6: level[j].nLeftMargin = tmp.toInt32(); break; in getOutlineNumberingLevels()
1256 case 7: level[j].nSymbolTextDistance = tmp.toInt32(); break; in getOutlineNumberingLevels()
1257 case 8: level[j].nFirstLineOffset = tmp.toInt32(); break; in getOutlineNumberingLevels()
1263 case 10: level[j].sTransliteration = tmp; break; in getOutlineNumberingLevels()
1264 case 11: level[j].nNatNum = tmp.toInt32(); break; in getOutlineNumberingLevels()
1270 level[j].sPrefix = aEmptyStr; in getOutlineNumberingLevels()
1271 level[j].nNumType = 0; in getOutlineNumberingLevels()
1272 level[j].sSuffix = aEmptyStr; in getOutlineNumberingLevels()
1273 level[j].cBulletChar = 0; in getOutlineNumberingLevels()
1274 level[j].sBulletFontName = 0; in getOutlineNumberingLevels()
1275 level[j].nParentNumbering = 0; in getOutlineNumberingLevels()
1276 level[j].nLeftMargin = 0; in getOutlineNumberingLevels()
1277 level[j].nSymbolTextDistance = 0; in getOutlineNumberingLevels()
1278 level[j].nFirstLineOffset = 0; in getOutlineNumberingLevels()
1279 level[j].sTransliteration = aEmptyStr; in getOutlineNumberingLevels()
1280 level[j].nNatNum = 0; in getOutlineNumberingLevels()