Searched refs:_oUnoNode (Results 1 – 7 of 7) sorted by relevance
368 _oUnoNode.setFoldable(true); in setNodeFoldable()450 if ( _oUnoNode != null ) { in expandNode()451 _oUnoNode.setFoldable(false); in expandNode()457 _oUnoNode.setFoldable(true); in expandNode()509 addPropertiesAndInterfacesOfService(_oUnoNode); in expandNode()512 Type aType = _oUnoNode.getUnoType(); in expandNode()514 …addMethodsToTreeNode(_oUnoNode, _oUnoNode.getUnoObject(), m_oIntrospector.getMethodsOfInterface(aT… in expandNode()518 Object oUnoObject = _oUnoNode.getUnoObject(); in expandNode()556 public String getFilter(XUnoNode _oUnoNode){ in getFilter() argument558 if (_oUnoNode != null){ in getFilter()[all …]
149 public String enableFilterElements(XUnoNode _oUnoNode){ in enableFilterElements() argument151 boolean bIsFacetteNode = isFacetteNode(_oUnoNode); in enableFilterElements()154 sFilter = m_oInspectorPane.getFilter(_oUnoNode); in enableFilterElements()325 public boolean isPropertyNode(XUnoNode _oUnoNode){ in isPropertyNode() argument326 return (_oUnoNode instanceof SwingUnoPropertyNode); in isPropertyNode()330 public boolean isMethodNode(XUnoNode _oUnoNode){ in isMethodNode() argument331 return (_oUnoNode instanceof SwingUnoMethodNode); in isMethodNode()335 public boolean isFacetteNode(XUnoNode _oUnoNode){ in isFacetteNode() argument336 return (_oUnoNode instanceof SwingUnoFacetteNode); in isFacetteNode()
33 public String enableFilterElements(XUnoNode _oUnoNode); in enableFilterElements() argument55 public boolean isPropertyNode(XUnoNode _oUnoNode); in isPropertyNode() argument57 public boolean isMethodNode(XUnoNode _oUnoNode); in isMethodNode() argument59 public boolean isFacetteNode(XUnoNode _oUnoNode); in isFacetteNode() argument
53 public XTreePathProvider pathByAddingChild(XUnoNode _oUnoNode){ in pathByAddingChild() argument54 TreePath aTreePath = m_aTreePath.pathByAddingChild(_oUnoNode); in pathByAddingChild()
339 private String getRootDescription(XUnoNode _oUnoNode){ in getRootDescription() argument340 return "_o" + _oUnoNode.toString(); in getRootDescription()986 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument1222 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument1490 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument
45 public XTreePathProvider pathByAddingChild(XUnoNode _oUnoNode); in pathByAddingChild() argument
38 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument
Completed in 46 milliseconds