Lines Matching refs:xViewRoot

242         Object xViewRoot = xProvider.createInstanceWithArguments(sReadOnlyView, aArguments);  in createConfigurationView()  local
244 return xViewRoot; in createConfigurationView()
266 Object xViewRoot = xProvider.createInstanceWithArguments(cUpdatableView, aArguments); in createUpdatableView() local
268 return xViewRoot; in createUpdatableView()
380 Object xViewRoot = createConfigurationView(cGridOptionsPath); in readGridConfiguration() local
387 … (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() local
502 browseElementRecursively( xViewRoot, aProcessor ); in browseConfiguration()
508 ((XComponent) UnoRuntime.queryInterface(XComponent.class,xViewRoot)).dispose(); in browseConfiguration()
509 xViewRoot = null; in browseConfiguration()
569 Object xViewRoot = createUpdatableView( cGridOptionsPath ); in editGridOptions() local
578 UnoRuntime.queryInterface(XMultiHierarchicalPropertySet.class, xViewRoot); in editGridOptions()
587 (XChangesNotifier)UnoRuntime.queryInterface(XChangesNotifier.class, xViewRoot); in editGridOptions()
598 (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class,xViewRoot); in editGridOptions()
615 ((XComponent)UnoRuntime.queryInterface(XComponent.class, xViewRoot)).dispose(); in editGridOptions()
799 Object xViewRoot = createUpdatableView(cGridOptionsPath);
803 … (XHierarchicalNameAccess)UnoRuntime.queryInterface(XHierarchicalNameAccess.class, xViewRoot);
835 (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class,xViewRoot);
840 ((XComponent)UnoRuntime.queryInterface(XComponent.class, xViewRoot)).dispose();
917 Object xViewRoot = getViewRoot(xDataSource);
921 (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class,xViewRoot);
926 ((XComponent) UnoRuntime.queryInterface(XComponent.class, xViewRoot)).dispose();
950 Object xViewRoot =
954 (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class,xViewRoot);
982 ((XComponent)UnoRuntime.queryInterface(XComponent.class, xViewRoot)).dispose();
983 xViewRoot = null;
999 (XNameContainer)UnoRuntime.queryInterface(XNameContainer.class, xViewRoot);