Lines Matching refs:getByName
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()
987 xResult.set( rxSetNameAccess->getByName( rEntryName ), uno::UNO_QUERY_THROW ); in GetOrCreateSetEntry_Impl()
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()
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()
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()
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()
1200 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetDisabledDictionaries()
1201 xNA->getByName( aG_DisabledDictionaries ) >>= aResult; in GetDisabledDictionaries()
1216 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in SetDisabledDictionaries()
1331 xImagesNA.set( xImagesNA->getByName( A2OU("Images") ), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
1333 …uno::Reference< container::XNameAccess > xNA( xImagesNA->getByName( A2OU("ServiceNameEntries") ), … in GetVendorImageUrl_Impl()
1334 xNA.set( xNA->getByName( rServiceImplName ), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
1335 uno::Any aAny( xNA->getByName( A2OU("VendorImagesNode") ) ); 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()
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()
1451 …uno::Reference< container::XNameAccess > xNA2( xNA->getByName( pVendor[i] ), uno::UNO_QUERY_THROW … in HasVendorImages()
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()