Searched refs:xbn (Results 1 – 3 of 3) sorted by relevance
117 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() local280 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 …]
114 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 …]
262 Reference< browse::XBrowseNode > xbn; in loadChildNodes() local265 xbn.set( new LocationBrowseNode( langNodes[ i ] ) ); in loadChildNodes()269 xbn.set( langNodes[ i ] ); in loadChildNodes()273 xbn->getChildNodes(); in loadChildNodes()