Home
last modified time | relevance | path

Searched refs:xNR (Results 1 – 3 of 3) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XEventsSupplier.java50 XNameReplace xNR = oObj.getEvents(); in _getEvents() local
51 String str[] = xNR.getElementNames(); in _getEvents()
52 tRes.tested("getEvents()",xNR != null); in _getEvents()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1036 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()
/trunk/main/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java204 XNameReplace xNR = UnoRuntime.queryInterface(XNameReplace.class, oObj); in checkReadonlySupport() local
228 xNR.replaceByName(filterName, instance); in checkReadonlySupport()

Completed in 28 milliseconds