Searched refs:impls (Results 1 – 4 of 4) sorted by relevance
149 XScriptInfo[] impls = oObj.getImplementations(logicalname); in runGetImplementationsTest() local152 if (impls == null) in runGetImplementationsTest()154 else if (impls.length == 0) in runGetImplementationsTest()157 output = impls[0].getLogicalName(); in runGetImplementationsTest()207 XScriptInfo[] impls = access.getAllImplementations(); in runGetAllImplementationsTest() local209 if (impls == null || impls.length == 0) { in runGetAllImplementationsTest()213 for (int i = 0; i < impls.length - 1; i++) in runGetAllImplementationsTest()214 output += impls[i].getLogicalName() + ","; in runGetAllImplementationsTest()215 output += impls[impls.length - 1].getLogicalName(); in runGetAllImplementationsTest()
135 self.impls = {}138 self.impls[implementationName] = _ImplementationHelperEntry(ctor,serviceNames)141 for i in list(self.impls.items()):149 entry = self.impls.get( implementationName, None )155 entry = self.impls.get( implementationName, None )161 entry = self.impls.get( implementationName,None )
414 css::uno::Sequence< rtl::OUString > impls( in bootstrapInitialContext() local421 switch (impls.getLength()) { in bootstrapInitialContext()436 impls[0], RTL_TEXTENCODING_UTF8).getStr(), in bootstrapInitialContext()448 css::uno::makeAny(impls[0]), in bootstrapInitialContext()
88 + re-arrange the properties to be next to the impls.
Completed in 29 milliseconds