Searched refs:tmpSeq (Results 1 – 1 of 1) sorted by relevance
461 uno::Sequence< OUString > tmpSeq; in readMigrationSteps() local475 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()477 aSeqEntry = tmpSeq[j]; in readMigrationSteps()485 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()486 tmpStep.excludeFiles.push_back(tmpSeq[j]); in readMigrationSteps()492 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()493 tmpStep.includeConfig.push_back(tmpSeq[j]); in readMigrationSteps()499 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()506 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()513 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()[all …]
Completed in 18 milliseconds