Home
last modified time | relevance | path

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

/AOO41X/main/scripting/examples/java/selector/
H A DScriptSelector.java117 XBrowseNode xbn = selectorPanel.getSelection(); in showOrganizer()
119 UnoRuntime.queryInterface(XPropertySet.class, xbn); in showOrganizer()
125 if (xbn != null && in showOrganizer()
126 xbn.getType() == BrowseNodeTypes.SCRIPT) in showOrganizer()
278 XBrowseNode xbn = (XBrowseNode) in doCreate() local
280 selectorPanel.addNode(node, xbn); in doCreate()
397 XBrowseNode xbn = getSelection(); in initUI()
399 XPropertySet.class, xbn); in initUI()
401 if (xbn == null) { in initUI()
406 String str = xbn.getName(); in initUI()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java114 XBrowseNode xbn = selectorPanel.getSelection(); in show()
116 UnoRuntime.queryInterface(XPropertySet.class, xbn); in show()
118 if (xbn != null && in show()
119 xbn.getType() == BrowseNodeTypes.SCRIPT) in show()
296 XBrowseNode xbn = getSelection(); in initUI()
298 XPropertySet.class, xbn); in initUI()
300 if (xbn == null) { in initUI()
305 String str = xbn.getName(); in initUI()
306 if (xbn.getType() == BrowseNodeTypes.SCRIPT && props != null) in initUI()
334 public void addNode(DefaultMutableTreeNode parent, XBrowseNode xbn) { in addNode() argument
[all …]
/AOO41X/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx262 Reference< browse::XBrowseNode > xbn; in loadChildNodes() local
265 xbn.set( new LocationBrowseNode( langNodes[ i ] ) ); in loadChildNodes()
269 xbn.set( langNodes[ i ] ); in loadChildNodes()
273 xbn->getChildNodes(); in loadChildNodes()