Home
last modified time | relevance | path

Searched refs:mMethod (Results 1 – 2 of 2) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DMethodInvocation.java46 Method mMethod; field in MethodInvocation
73 mMethod = method; in MethodInvocation()
85 return mMethod.invoke(mObject, (Object) param in invoke()
90 return mMethod.invoke(mObject, EMPTY_ARRAY); in invoke()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java175 …XIdlMethod mMethod = xIntrospectionAccessObject.getMethod("getByIndex", com.sun.star.beans.MethodC… in getUnoObjectsOfContainer() local
179 oRetComponentsVector.add(mMethod.invoke(_oUnoParentObject, aParamInfo)); in getUnoObjectsOfContainer()

Completed in 23 milliseconds