Searched refs:tmpAccess (Results 1 – 1 of 1) sorted by relevance
459 uno::Reference< XNameAccess > tmpAccess; in readMigrationSteps() local466 theNameAccess->getByName(seqMigrations[i]) >>= tmpAccess; in readMigrationSteps()473 if (tmpAccess->getByName(OUString::createFromAscii("IncludedFiles")) >>= tmpSeq) in readMigrationSteps()483 if (tmpAccess->getByName(OUString::createFromAscii("ExcludedFiles")) >>= tmpSeq) in readMigrationSteps()490 if (tmpAccess->getByName(OUString::createFromAscii("IncludedNodes")) >>= tmpSeq) in readMigrationSteps()497 if (tmpAccess->getByName(OUString::createFromAscii("ExcludedNodes")) >>= tmpSeq) in readMigrationSteps()504 if (tmpAccess->getByName(OUString::createFromAscii("IncludedExtensions")) >>= tmpSeq) in readMigrationSteps()511 if (tmpAccess->getByName(OUString::createFromAscii("ExcludedExtensions")) >>= tmpSeq) in readMigrationSteps()521 tmpAccess->getByName(OUString::createFromAscii("MigrationService")) >>= tmpStep.service; in readMigrationSteps()
Completed in 37 milliseconds