Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/java/Inspector/
H A DSwingTreeControlProvider.java302 Object oNode = aTreePath.getLastPathComponent(); in getSelectedNode() local
303 if (oNode instanceof XUnoNode){ in getSelectedNode()
304 oUnoNode = (XUnoNode) oNode; in getSelectedNode()
H A DInspectorPane.java585 HideableMutableTreeNode oNode = null; in getUnoObjectOfTreeNode() local
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java367 Object oNode = _xNameAccess.getByName(snames[_index]); in getChildNodebyIndex() local
368 return UnoRuntime.queryInterface(XNameAccess.class, oNode); in getChildNodebyIndex()
/aoo4110/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java190 …Object oNode = xMSFConfig.createInstanceWithArguments("com.sun.star.configuration.ConfigurationAcc… in getRegistryKeyContent() local
191 … XNameAccess xNameAccess = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oNode); in getRegistryKeyContent()

Completed in 57 milliseconds