Home
last modified time | relevance | path

Searched refs:xIdlMethods (Results 1 – 3 of 3) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java146 XIdlMethod[] xIdlMethods = m_xIntrospectionAccess.getMethods(MethodConcept.ALL); in getMethodNames() local
147 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()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java44 private XIdlMethod[] xIdlMethods; field in InspectorPane
70 xIdlMethods = m_oIntrospector.getMethods(_oUnoObject); in setMaximumOfProgressBar()
H A DIntrospector.java228 …XIdlMethod[] xIdlMethods = xIntrospectionAccess.getMethods(MethodConcept.ALL - MethodConcept.DANGE… in getMethods() local
229 return xIdlMethods; in getMethods()

Completed in 30 milliseconds