Searched refs:xViewRoot (Results 1 – 1 of 1) sorted by relevance
242 Object xViewRoot = xProvider.createInstanceWithArguments(sReadOnlyView, aArguments); in createConfigurationView() local244 return xViewRoot; in createConfigurationView()266 Object xViewRoot = xProvider.createInstanceWithArguments(cUpdatableView, aArguments); in createUpdatableView() local268 return xViewRoot; in createUpdatableView()380 Object xViewRoot = createConfigurationView(cGridOptionsPath); in readGridConfiguration() local387 … (XHierarchicalPropertySet)UnoRuntime.queryInterface(XHierarchicalPropertySet.class, xViewRoot); in readGridConfiguration()427 ((XComponent)UnoRuntime.queryInterface(XComponent.class, xViewRoot)).dispose(); in readGridConfiguration()499 XInterface xViewRoot = (XInterface)createConfigurationView( sRootPath ); in browseConfiguration() local502 browseElementRecursively( xViewRoot, aProcessor ); in browseConfiguration()508 ((XComponent) UnoRuntime.queryInterface(XComponent.class,xViewRoot)).dispose(); in browseConfiguration()[all …]