Searched refs:m_oUnoMethodNode (Results 1 – 1 of 1) sorted by relevance
33 private UnoMethodNode m_oUnoMethodNode; field in SwingUnoMethodNode38 m_oUnoMethodNode = new UnoMethodNode(_xIdlMethod, _oUnoObject, this); in SwingUnoMethodNode()40 setUserObject(m_oUnoMethodNode.getNodeDescription()); in SwingUnoMethodNode()41 if (m_oUnoMethodNode.isFoldable()){ in SwingUnoMethodNode()47 return m_oUnoMethodNode.isFoldable(); in isFoldable()51 return m_oUnoMethodNode.getName(); in getName()64 return m_oUnoMethodNode.getAnchor(); in getAnchor()68 return m_oUnoMethodNode.invoke(_oUnoObject, _oParameters); in invoke()73 return m_oUnoMethodNode.getLastParameterObjects(); in getLastParameterObjects()77 return m_oUnoMethodNode.getLastUnoReturnObject(); in getLastUnoReturnObject()[all …]