Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx1238 rootContext( in componentLiveInsertion() local
1242 if (rootContext.is()) { in componentLiveInsertion()
1250 rootContext->removeByName( in componentLiveInsertion()
1256 rootContext->insertByName( in componentLiveInsertion()
1262 rootContext->replaceByName( in componentLiveInsertion()
1269 rootContext->insertByName(name, css::uno::Any()); in componentLiveInsertion()
1275 rootContext->replaceByName(name, css::uno::Any()); in componentLiveInsertion()
1295 css::uno::Reference< css::container::XNameContainer > rootContext( in componentLiveRemoval() local
1299 if (rootContext.is()) { in componentLiveRemoval()
1307 rootContext->removeByName( in componentLiveRemoval()
[all …]