Searched refs:theNameAccess (Results 1 – 2 of 2) sorted by relevance
1240 Reference< XNameAccess > theNameAccess; in OfaLanguagesTabPage() local1245 theNameAccess = Reference< XNameAccess > ( in OfaLanguagesTabPage()1247 seqInstalledLanguages = theNameAccess->getElementNames(); in OfaLanguagesTabPage()1264 theNameAccess = Reference< XNameAccess > ( in OfaLanguagesTabPage()1266 if (theNameAccess->hasByName(sUserLocaleKey)) in OfaLanguagesTabPage()1267 theNameAccess->getByName(sUserLocaleKey) >>= m_sUserLocaleValue; in OfaLanguagesTabPage()
457 …uno::Reference< XNameAccess > theNameAccess(xMigrationData->getByName(aMigrationSteps), uno::UNO_Q… in readMigrationSteps() local458 uno::Sequence< OUString > seqMigrations = theNameAccess->getElementNames(); in readMigrationSteps()466 theNameAccess->getByName(seqMigrations[i]) >>= tmpAccess; in readMigrationSteps()
Completed in 28 milliseconds