Home
last modified time | relevance | path

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

/AOO41X/main/desktop/source/migration/
H A Dmigration.cxx461 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()
[all …]