Lines Matching refs:rootContext
1242 rootContext( in componentLiveInsertion() local
1246 if (rootContext.is()) { in componentLiveInsertion()
1254 rootContext->removeByName( in componentLiveInsertion()
1260 rootContext->insertByName( in componentLiveInsertion()
1266 rootContext->replaceByName( in componentLiveInsertion()
1273 rootContext->insertByName(name, css::uno::Any()); in componentLiveInsertion()
1279 rootContext->replaceByName(name, css::uno::Any()); in componentLiveInsertion()
1299 css::uno::Reference< css::container::XNameContainer > rootContext( in componentLiveRemoval() local
1303 if (rootContext.is()) { in componentLiveRemoval()
1311 rootContext->removeByName( in componentLiveRemoval()
1315 rootContext->removeByName( in componentLiveRemoval()
1318 rootContext->removeByName(name); in componentLiveRemoval()