Searched refs:oChildNode (Results 1 – 1 of 1) sorted by relevance
245 XUnoMethodNode oChildNode = addMethodNode(_oUnoParentObject, xIdlMethod); in addMethodsToTreeNode() local246 if (oChildNode != null){ in addMethodsToTreeNode()247 _oGrandParentNode.addChildNode(oChildNode); in addMethodsToTreeNode()326 …XUnoNode oChildNode = m_xTreeControlProvider.addUnoPropertyNode(_oUnoParentObject, aProperty, obje… in addPropertiesToTreeNode() local327 if (oChildNode != null){ in addPropertiesToTreeNode()328 _oParentNode.addChildNode(oChildNode); in addPropertiesToTreeNode()346 …XUnoNode oChildNode = addUnoNode(_oParentNode, oUnoContainerElements[i], UnoNode.getNodeDescriptio… in addContainerElementsToTreeNode() local347 … m_xTreeControlProvider.nodeInserted(_oParentNode, oChildNode, _oParentNode.getChildCount()-1); in addContainerElementsToTreeNode()403 … XUnoNode oChildNode = addUnoNode(_oUnoNode, null, UnoNode.getNodeDescription(object[i])); in addPrimitiveValuesToTreeNode() local432 XUnoNode oChildNode = null; in addPropertyValueSubNodes() local[all …]