Lines Matching refs:tmpSeq

461 	uno::Sequence< OUString > tmpSeq;  in readMigrationSteps()  local
473 if (tmpAccess->getByName(OUString::createFromAscii("IncludedFiles")) >>= tmpSeq) in readMigrationSteps()
475 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()
477 aSeqEntry = tmpSeq[j]; in readMigrationSteps()
483 if (tmpAccess->getByName(OUString::createFromAscii("ExcludedFiles")) >>= tmpSeq) in readMigrationSteps()
485 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()
486 tmpStep.excludeFiles.push_back(tmpSeq[j]); in readMigrationSteps()
490 if (tmpAccess->getByName(OUString::createFromAscii("IncludedNodes")) >>= tmpSeq) in readMigrationSteps()
492 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()
493 tmpStep.includeConfig.push_back(tmpSeq[j]); in readMigrationSteps()
497 if (tmpAccess->getByName(OUString::createFromAscii("ExcludedNodes")) >>= tmpSeq) in readMigrationSteps()
499 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()
500 tmpStep.excludeConfig.push_back(tmpSeq[j]); in readMigrationSteps()
504 if (tmpAccess->getByName(OUString::createFromAscii("IncludedExtensions")) >>= tmpSeq) in readMigrationSteps()
506 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()
507 tmpStep.includeExtensions.push_back(tmpSeq[j]); in readMigrationSteps()
511 if (tmpAccess->getByName(OUString::createFromAscii("ExcludedExtensions")) >>= tmpSeq) in readMigrationSteps()
513 for (sal_Int32 j=0; j<tmpSeq.getLength(); j++) in readMigrationSteps()
515 aSeqEntry = tmpSeq[j]; in readMigrationSteps()