Home
last modified time | relevance | path

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

/AOO41X/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java242 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()
[all …]