Searched refs:mustSupport (Results 1 – 1 of 1) sorted by relevance
63 private Class[] mustSupport = null ; field in _XSingleServiceFactory66 mustSupport = (Class[]) tEnv.getObjRelation in before()97 if (mustSupport != null && bOK) { in _createInstance()98 for (int i = 0; i < mustSupport.length; i++) { in _createInstance()99 Object ifc = UnoRuntime.queryInterface(mustSupport[i], Inst) ; in _createInstance()102 mustSupport[i].toString()) ; in _createInstance()142 if (mustSupport != null) { in _createInstanceWithArguments()143 for (int i = 0; i < mustSupport.length; i++) { in _createInstanceWithArguments()144 Object ifc = UnoRuntime.queryInterface(mustSupport[i], Inst) ; in _createInstanceWithArguments()147 mustSupport[i].toString()) ; in _createInstanceWithArguments()
Completed in 14 milliseconds