Searched refs:m_xIdlMethod (Results 1 – 2 of 2) sorted by relevance
34 XIdlMethod m_xIdlMethod = null; field in UnoMethodNode44 m_xIdlMethod = _xIdlMethod; in UnoMethodNode()55 XIdlClass[] xIdlClasses = m_xIdlMethod.getParameterTypes(); in isInvokable()66 return m_xIdlMethod; in getXIdlMethod()111 if (m_xIdlMethod.getParameterInfos().length > 0){ in getNodeDescription()128 …String sNodeDescription = m_xIdlMethod.getReturnType().getName() + " " + m_xIdlMethod.getName() + … in getStandardMethodDescription()137 return (m_xIdlMethod.getParameterInfos().length > 0); in hasParameters()152 ParamInfo[] paramInfo = m_xIdlMethod.getParameterInfos(); in getParameterDescription()154 …String sStandardMethodDisplayText = m_xIdlMethod.getReturnType().getName() + " " + m_xIdlMethod.ge… in getParameterDescription()189 XIdlClass xIdlClass = m_xIdlMethod.getReturnType(); in getTypeClass()[all …]
51 private XIdlMethod m_xIdlMethod; field in MethodParametersDialog67 m_xIdlMethod = _xUnoMethodNode.getXIdlMethod(); in MethodParametersDialog()68 m_aParamInfo = m_xIdlMethod.getParameterInfos(); in MethodParametersDialog()83 …"Please insert the values for the given Parameters of the method '" + m_xIdlMethod.getName() + "'"… in getMethodObjects()96 setTitle("Object Inspector - Parameter Values of '" + m_xIdlMethod.getName() + "'"); in getMethodObjects()
Completed in 13 milliseconds