Home
last modified time | relevance | path

Searched refs:tmpSeq (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/desktop/source/migration/
H A Dmigration.cxx461 uno::Sequence< OUString > tmpSeq; in readMigrationSteps() local
475 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