Searched refs:xIdlMethods (Results 1 – 3 of 3) sorted by relevance
146 XIdlMethod[] xIdlMethods = m_xIntrospectionAccess.getMethods(MethodConcept.ALL); in getMethodNames() local147 sMethodNames = new String[xIdlMethods.length]; in getMethodNames()148 for (int i = 0; i < xIdlMethods.length; i++){ in getMethodNames()149 sMethodNames[i] = xIdlMethods[i].getName(); in getMethodNames()
44 private XIdlMethod[] xIdlMethods; field in InspectorPane70 xIdlMethods = m_oIntrospector.getMethods(_oUnoObject); in setMaximumOfProgressBar()
228 …XIdlMethod[] xIdlMethods = xIntrospectionAccess.getMethods(MethodConcept.ALL - MethodConcept.DANGE… in getMethods() local229 return xIdlMethods; in getMethods()
Completed in 32 milliseconds