Home
last modified time | relevance | path

Searched refs:impls (Results 1 – 4 of 4) sorted by relevance

/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInfoAccess.java149 XScriptInfo[] impls = oObj.getImplementations(logicalname); in runGetImplementationsTest() local
152 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() local
209 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()
/trunk/main/pyuno/source/module/
H A Dunohelper.py135 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 )
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx415 css::uno::Sequence< rtl::OUString > impls( in bootstrapInitialContext() local
422 switch (impls.getLength()) { in bootstrapInitialContext()
437 impls[0], RTL_TEXTENCODING_UTF8).getStr(), in bootstrapInitialContext()
449 css::uno::makeAny(impls[0]), in bootstrapInitialContext()
/trunk/main/toolkit/doc/layout/
H A Dapinotes.txt88 + re-arrange the properties to be next to the impls.

Completed in 24 milliseconds