Lines Matching refs:j

327 				for (sal_Int32 j=0; j<nToolbars; ++j)  in doMigration()  local
329 ::rtl::OUString sToolbarName = vModulesInfo[i].m_vToolbars[j]; in doMigration()
440 for (sal_Int32 j=0; j<seqVersions.getLength(); j++) in readAvailableMigrations() local
441 aSupportedMigration.supported_versions.push_back(seqVersions[j].trim()); in readAvailableMigrations()
475 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps() local
477 aSeqEntry = tmpSeq[j]; in readMigrationSteps()
485 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps() local
486 tmpStep.excludeFiles.push_back(tmpSeq[j]); in readMigrationSteps()
492 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps() local
493 tmpStep.includeConfig.push_back(tmpSeq[j]); in readMigrationSteps()
499 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps() local
500 tmpStep.excludeConfig.push_back(tmpSeq[j]); in readMigrationSteps()
506 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps() local
507 tmpStep.includeExtensions.push_back(tmpSeq[j]); in readMigrationSteps()
513 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps() local
515 aSeqEntry = tmpSeq[j]; in readMigrationSteps()
736 for (std::set< rtl::OUString >::const_iterator j(set.begin()); in setToSeq() local
737 j != set.end(); ++j) in setToSeq()
739 seq[i++] = *j; in setToSeq()
751 for (strings_v::const_iterator j(i->includeConfig.begin()); in copyConfig() local
752 j != i->includeConfig.end(); ++j) in copyConfig()
755 if (getComponent(*j, &comp)) { in copyConfig()
756 comps[comp].includedPaths.insert(*j); in copyConfig()
759 for (strings_v::const_iterator j(i->excludeConfig.begin()); in copyConfig() local
760 j != i->excludeConfig.end(); ++j) in copyConfig()
763 if (getComponent(*j, &comp)) { in copyConfig()
764 comps[comp].excludedPaths.insert(*j); in copyConfig()
1025 for (sal_Int32 j=0; j<lToolbars.getLength(); ++j) in dectectUIChangesForAllModules() local
1027 ::rtl::OUString sToolbarName = lToolbars[j]; in dectectUIChangesForAllModules()
1196 for (sal_Int32 j=0; j<aPropSeq.getLength(); ++j) in mergeOldToNewVersion() local
1198 ::rtl::OUString sPropName = aPropSeq[j].Name; in mergeOldToNewVersion()
1200 aPropSeq[j].Value >>= sCommandURL; in mergeOldToNewVersion()
1202 aPropSeq[j].Value >>= sLabel; in mergeOldToNewVersion()
1204 aPropSeq[j].Value >>= xChild; in mergeOldToNewVersion()
1238 for (sal_Int32 j=0; j<aTempPropSeq.getLength(); ++j) in mergeOldToNewVersion() local
1240 if (aTempPropSeq[j].Name.equals(ITEM_DESCRIPTOR_COMMANDURL)) in mergeOldToNewVersion()
1242 aTempPropSeq[j].Value >>= sCmd; in mergeOldToNewVersion()
1307 for (sal_Int32 j=0; j<lToolbarSettingsSeq.getLength(); ++j) in getNewToolbarSettings() local
1309 if (lToolbarSettingsSeq[j].Name.equals(sToolbarName)) in getNewToolbarSettings()
1311 lToolbarSettingsSeq[j].Value >>= xNewToolbarSettings; in getNewToolbarSettings()
1354 for (sal_Int32 j=0; j<nToolbars; ++j) in init() local
1356 ::rtl::OUString sToolbarName = vModulesInfo[i].m_vToolbars[j]; in init()
1359 lPropSeq[j].Name = sToolbarName; in init()
1360 lPropSeq[j].Value <<= xCfgManager->getSettings(sToolbarResourceURL, sal_True); in init()