Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java368 _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() argument
558 if (_oUnoNode != null){ in getFilter()
[all …]
H A DSwingTreeControlProvider.java149 public String enableFilterElements(XUnoNode _oUnoNode){ in enableFilterElements() argument
151 boolean bIsFacetteNode = isFacetteNode(_oUnoNode); in enableFilterElements()
154 sFilter = m_oInspectorPane.getFilter(_oUnoNode); in enableFilterElements()
325 public boolean isPropertyNode(XUnoNode _oUnoNode){ in isPropertyNode() argument
326 return (_oUnoNode instanceof SwingUnoPropertyNode); in isPropertyNode()
330 public boolean isMethodNode(XUnoNode _oUnoNode){ in isMethodNode() argument
331 return (_oUnoNode instanceof SwingUnoMethodNode); in isMethodNode()
335 public boolean isFacetteNode(XUnoNode _oUnoNode){ in isFacetteNode() argument
336 return (_oUnoNode instanceof SwingUnoFacetteNode); in isFacetteNode()
H A DXTreeControlProvider.java33 public String enableFilterElements(XUnoNode _oUnoNode); in enableFilterElements() argument
55 public boolean isPropertyNode(XUnoNode _oUnoNode); in isPropertyNode() argument
57 public boolean isMethodNode(XUnoNode _oUnoNode); in isMethodNode() argument
59 public boolean isFacetteNode(XUnoNode _oUnoNode); in isFacetteNode() argument
H A DSwingTreePathProvider.java53 public XTreePathProvider pathByAddingChild(XUnoNode _oUnoNode){ in pathByAddingChild() argument
54 TreePath aTreePath = m_aTreePath.pathByAddingChild(_oUnoNode); in pathByAddingChild()
H A DSourceCodeGenerator.java339 private String getRootDescription(XUnoNode _oUnoNode){ in getRootDescription() argument
340 return "_o" + _oUnoNode.toString(); in getRootDescription()
986 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument
1222 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument
1490 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument
H A DXTreePathProvider.java45 public XTreePathProvider pathByAddingChild(XUnoNode _oUnoNode); in pathByAddingChild() argument
H A DXLanguageSourceCodeGenerator.java38 …public String getMainMethodSignatureSourceCode(XUnoNode _oUnoNode, String _soReturnObjectDescripti… in getMainMethodSignatureSourceCode() argument

Completed in 59 milliseconds