Lines Matching refs:UNO_QUERY_THROW

961         uno::Reference< container::XNameAccess > xNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW );  in GetElementNamesFor()
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()
982 … uno::Reference< lang::XSingleServiceFactory > xFactory( rxSetNameAccess, uno::UNO_QUERY_THROW); in GetOrCreateSetEntry_Impl()
984 … uno::Reference< container::XNameContainer > xNC( rxSetNameAccess, uno::UNO_QUERY_THROW ); in GetOrCreateSetEntry_Impl()
987 xResult.set( rxSetNameAccess->getByName( rEntryName ), uno::UNO_QUERY_THROW ); in GetOrCreateSetEntry_Impl()
1005 uno::Reference< container::XNameAccess > xNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
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()
1031 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor()
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()
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()
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()
1173 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetOrCreateDictionaryEntry()
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()
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()
1200 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetDisabledDictionaries()
1215 uno::Reference< container::XNameAccess > xNA( xUpdateAccess, uno::UNO_QUERY_THROW ); in SetDisabledDictionaries()
1216 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); 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()
1300 uno::UNO_QUERY_THROW ) ; in GetMainUpdateAccess()
1312 uno::UNO_QUERY_THROW ); in GetMainUpdateAccess()
1330 … uno::Reference< container::XNameAccess > xImagesNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
1331 xImagesNA.set( xImagesNA->getByName( A2OU("Images") ), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
1333 …ner::XNameAccess > xNA( xImagesNA->getByName( A2OU("ServiceNameEntries") ), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
1334 xNA.set( xNA->getByName( rServiceImplName ), uno::UNO_QUERY_THROW ); 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()
1442 … uno::Reference< container::XNameAccess > xNA( GetMainUpdateAccess(), uno::UNO_QUERY_THROW ); in HasVendorImages()
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 …o::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()
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()