Lines Matching refs:j

515             sal_Int16 i, j;  in getAllCalendars()  local
528 for(j = 0; j < allCalendars[0][i]; j++) { in getAllCalendars()
531 days[j] = day; in getAllCalendars()
539 for(j = 0; j < allCalendars[1][i]; j++) { in getAllCalendars()
542 months[j] = month; in getAllCalendars()
550 for(j = 0; j < allCalendars[2][i]; j++) { in getAllCalendars()
553 eras[j] = era; in getAllCalendars()
638 sal_Int32 j = 0, last = k; in replace() local
640 while (formatCode[i] > 0 && oldStr[j] > 0 && k < MAX_FORMATCODE_LENTH) { in replace()
642 if (formatCode[i++] != oldStr[j++]) in replace()
645 if (oldStr[j] == 0) { in replace()
647 k = last; j = 0; in replace()
648 while (newStr[j] > 0 && k < MAX_FORMATCODE_LENTH) in replace()
649 str[k++] = newStr[j++]; in replace()
1106 for( int j=0; j<nAttributes; j++ ) { // prefix, numberingtype, ... in getContinuousNumberingLevels() local
1107 sal_Unicode* pString = pAttribute[j]; in getContinuousNumberingLevels()
1108 beans::PropertyValue& rVal = pv[i][j]; in getContinuousNumberingLevels()
1111 if( 0 != j && 2 != j ) in getContinuousNumberingLevels()
1117 switch( j ) in getContinuousNumberingLevels()
1234 int j; in getOutlineNumberingLevels() local
1238 for( j = 0; j < nLevels; j++ ) in getOutlineNumberingLevels()
1240 sal_Unicode** pAttribute = pLevel[j]; in getOutlineNumberingLevels()
1246 case 0: level[j].sPrefix = tmp; break; in getOutlineNumberingLevels()
1247 … case 1: level[j].nNumType = sal::static_int_cast<sal_Int16>(tmp.toInt32()); break; in getOutlineNumberingLevels()
1248 case 2: level[j].sSuffix = tmp; break; in getOutlineNumberingLevels()
1250 …case 3: level[j].cBulletChar = sal::static_int_cast<sal_Unicode>(tmp.toInt32(16)); break; … in getOutlineNumberingLevels()
1251 case 4: level[j].sBulletFontName = U2C( tmp ); break; in getOutlineNumberingLevels()
1252 … case 5: level[j].nParentNumbering = sal::static_int_cast<sal_Int16>(tmp.toInt32()); break; in getOutlineNumberingLevels()
1253 case 6: level[j].nLeftMargin = tmp.toInt32(); break; in getOutlineNumberingLevels()
1254 case 7: level[j].nSymbolTextDistance = tmp.toInt32(); break; in getOutlineNumberingLevels()
1255 case 8: level[j].nFirstLineOffset = tmp.toInt32(); break; in getOutlineNumberingLevels()
1261 case 10: level[j].sTransliteration = tmp; break; in getOutlineNumberingLevels()
1262 case 11: level[j].nNatNum = tmp.toInt32(); break; in getOutlineNumberingLevels()
1268 level[j].sPrefix = aEmptyStr; in getOutlineNumberingLevels()
1269 level[j].nNumType = 0; in getOutlineNumberingLevels()
1270 level[j].sSuffix = aEmptyStr; in getOutlineNumberingLevels()
1271 level[j].cBulletChar = 0; in getOutlineNumberingLevels()
1272 level[j].sBulletFontName = 0; in getOutlineNumberingLevels()
1273 level[j].nParentNumbering = 0; in getOutlineNumberingLevels()
1274 level[j].nLeftMargin = 0; in getOutlineNumberingLevels()
1275 level[j].nSymbolTextDistance = 0; in getOutlineNumberingLevels()
1276 level[j].nFirstLineOffset = 0; in getOutlineNumberingLevels()
1277 level[j].sTransliteration = aEmptyStr; in getOutlineNumberingLevels()
1278 level[j].nNatNum = 0; in getOutlineNumberingLevels()