Searched refs:xNR (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/document/ |
H A D | _XEventsSupplier.java | 50 XNameReplace xNR = oObj.getEvents(); in _getEvents() local 51 String str[] = xNR.getElementNames(); in _getEvents() 52 tRes.tested("getEvents()",xNR != null); in _getEvents()
|
/aoo41x/main/unotools/source/config/ |
H A D | lingucfg.cxx | 1036 uno::Reference< container::XNameReplace > xNR( xNA, uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor() local 1037 xNR->replaceByName( aG_SupportedDictionaryFormats, uno::makeAny( rFormatList ) ); in SetOrCreateSupportedDictionaryFormatsFor() 1182 uno::Reference< container::XNameReplace > xNR( xNA, uno::UNO_QUERY_THROW ); in SetOrCreateDictionaryEntry() local 1183 xNR->replaceByName( aG_Locations, uno::makeAny( rDicEntry.aLocations ) ); in SetOrCreateDictionaryEntry() 1184 xNR->replaceByName( aG_Format, uno::makeAny( rDicEntry.aFormatName ) ); in SetOrCreateDictionaryEntry() 1185 xNR->replaceByName( aG_Locales, uno::makeAny( rDicEntry.aLocaleNames ) ); in SetOrCreateDictionaryEntry() 1219 uno::Reference< container::XNameReplace > xNR( xNA, uno::UNO_QUERY_THROW ); in SetDisabledDictionaries() local 1220 xNR->replaceByName( aG_DisabledDictionaries, makeAny( rDictionaries ) ); in SetDisabledDictionaries()
|
/aoo41x/main/filter/qa/complex/filter/misc/ |
H A D | FinalizedMandatoryTest.java | 204 XNameReplace xNR = UnoRuntime.queryInterface(XNameReplace.class, oObj); in checkReadonlySupport() local 228 xNR.replaceByName(filterName, instance); in checkReadonlySupport()
|
Completed in 174 milliseconds