Searched refs:tmpSeq (Results 1 – 1 of 1) sorted by relevance
461 uno::Sequence< OUString > tmpSeq; in readMigrationSteps() local473 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()[all …]