Searched refs:xNC (Results 1 – 5 of 5) sorted by relevance
216 private boolean checkNameContainer(XNameContainer xNC) { in checkNameContainer() argument220 res &= xNC.hasByName("addNewDictionary"); in checkNameContainer()223 xNC.insertByName("insertByName", myCD); in checkNameContainer()224 res &= xNC.hasByName("insertByName"); in checkNameContainer()225 xNC.removeByName("insertByName"); in checkNameContainer()226 res &= !(xNC.hasByName("insertByName")); in checkNameContainer()
145 XNameContainer xNC = (XNameContainer) in _replaceByIndex() local147 String[] names = xNC.getElementNames() ; in _replaceByIndex()172 XNameContainer xNC = (XNameContainer) in _replaceByIndex() local174 String[] names = xNC.getElementNames() ; in _replaceByIndex()
203 XNameContainer xNC = UnoRuntime.queryInterface(XNameContainer.class, oObj); in checkReadonlySupport() local255 xNC.removeByName(filterName); in checkReadonlySupport()
984 … uno::Reference< container::XNameContainer > xNC( rxSetNameAccess, uno::UNO_QUERY_THROW ); in GetOrCreateSetEntry_Impl() local985 xNC->insertByName( rEntryName, makeAny( xNewEntry ) ); in GetOrCreateSetEntry_Impl()1224 uno::Reference< container::XNameContainer > xNC( xNA, uno::UNO_QUERY_THROW ); in SetDisabledDictionaries() local1225 xNC->insertByName( aG_DisabledDictionaries, makeAny( rDictionaries ) ); in SetDisabledDictionaries()
1489 Reference<XNameContainer> xNC( pDocuSave->getContent(), UNO_QUERY_THROW ); in save() local1496 xNC->insertByName(pDocuSave->getName(),makeAny(xContent)); in save()1565 Reference<XNameContainer> xNC(pDocuSave->getContent(),UNO_QUERY); in saveAs() local1566 if ( xNC.is() ) in saveAs()
Completed in 62 milliseconds