Lines Matching refs:xNA

961         uno::Reference< container::XNameAccess > xNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW );  in GetElementNamesFor()  local
962 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetElementNamesFor()
963 xNA.set( xNA->getByName( rNodeName ), uno::UNO_QUERY_THROW ); in GetElementNamesFor()
964 rElementNames = xNA->getElementNames(); in GetElementNamesFor()
1005 uno::Reference< container::XNameAccess > xNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor() local
1006 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1007 xNA.set( xNA->getByName( rSetName ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1008 xNA.set( xNA->getByName( rSetEntry ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1009 if (xNA->getByName( aG_SupportedDictionaryFormats ) >>= rFormatList) in GetSupportedDictionaryFormatsFor()
1031 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor() local
1032 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor()
1033 xNA.set( xNA->getByName( rSetName ), uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor()
1034 xNA = GetOrCreateSetEntry_Impl( xNA, rSetEntry ); in SetOrCreateSupportedDictionaryFormatsFor()
1036 uno::Reference< container::XNameReplace > xNR( xNA, uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor()
1121 uno::Reference< container::XNameAccess > xNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW ); in GetDictionaryEntry() local
1122 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetDictionaryEntry()
1123 xNA.set( xNA->getByName( aG_Dictionaries ), uno::UNO_QUERY_THROW ); in GetDictionaryEntry()
1124 xNA.set( xNA->getByName( rNodeName ), uno::UNO_QUERY_THROW ); in GetDictionaryEntry()
1130 bSuccess = (xNA->getByName( aG_Locations ) >>= aLocations) && in GetDictionaryEntry()
1131 (xNA->getByName( aG_Format ) >>= aFormatName) && in GetDictionaryEntry()
1132 (xNA->getByName( aG_Locales ) >>= aLocaleNames); in GetDictionaryEntry()
1173 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetOrCreateDictionaryEntry() local
1174 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in SetOrCreateDictionaryEntry()
1175 xNA.set( xNA->getByName( aG_Dictionaries ), uno::UNO_QUERY_THROW ); in SetOrCreateDictionaryEntry()
1176 xNA = GetOrCreateSetEntry_Impl( xNA, rNodeName ); in SetOrCreateDictionaryEntry()
1182 uno::Reference< container::XNameReplace > xNR( xNA, uno::UNO_QUERY_THROW ); in SetOrCreateDictionaryEntry()
1199 uno::Reference< container::XNameAccess > xNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW ); in GetDisabledDictionaries() local
1200 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetDisabledDictionaries()
1201 xNA->getByName( aG_DisabledDictionaries ) >>= aResult; in GetDisabledDictionaries()
1215 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetDisabledDictionaries() local
1216 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in SetDisabledDictionaries()
1217 if (xNA->hasByName( aG_DisabledDictionaries )) in SetDisabledDictionaries()
1219 uno::Reference< container::XNameReplace > xNR( xNA, uno::UNO_QUERY_THROW ); in SetDisabledDictionaries()
1224 uno::Reference< container::XNameContainer > xNC( xNA, uno::UNO_QUERY_THROW ); in SetDisabledDictionaries()
1333 …uno::Reference< container::XNameAccess > xNA( xImagesNA->getByName( A2OU("ServiceNameEntries") ), … in GetVendorImageUrl_Impl() local
1334 xNA.set( xNA->getByName( rServiceImplName ), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
1335 uno::Any aAny( xNA->getByName( A2OU("VendorImagesNode") ) ); in GetVendorImageUrl_Impl()
1339 xNA = xImagesNA; in GetVendorImageUrl_Impl()
1340 xNA.set( xNA->getByName( A2OU("VendorImages") ), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
1341 xNA.set( xNA->getByName( aVendorImagesNode ), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
1342 aAny = xNA->getByName( rImageName ); in GetVendorImageUrl_Impl()
1442 … uno::Reference< container::XNameAccess > xNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW ); in HasVendorImages() local
1443 xNA.set( xNA->getByName( A2OU("Images") ), uno::UNO_QUERY_THROW ); in HasVendorImages()
1444 xNA.set( xNA->getByName( A2OU("VendorImages") ), uno::UNO_QUERY_THROW ); in HasVendorImages()
1446 uno::Sequence< rtl::OUString > aElementNames( xNA->getElementNames() ); in HasVendorImages()
1451 …uno::Reference< container::XNameAccess > xNA2( xNA->getByName( pVendor[i] ), uno::UNO_QUERY_THROW … in HasVendorImages()
1482 uno::Reference< container::XNameAccess > xNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW ); in HasGrammarChecker() local
1483 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in HasGrammarChecker()
1484 xNA.set( xNA->getByName( A2OU("GrammarCheckerList") ), uno::UNO_QUERY_THROW ); in HasGrammarChecker()
1486 uno::Sequence< rtl::OUString > aElementNames( xNA->getElementNames() ); in HasGrammarChecker()