Home
last modified time | relevance | path

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

/aoo42x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx293 class ServiceEnumeration_Impl : public WeakImplHelper1< XEnumeration > class
296 ServiceEnumeration_Impl( const Sequence< Reference<XInterface > > & rFactories ) in ServiceEnumeration_Impl() function in stoc_smgr::ServiceEnumeration_Impl
300 virtual ~ServiceEnumeration_Impl() in ~ServiceEnumeration_Impl()
315 sal_Bool ServiceEnumeration_Impl::hasMoreElements() throw(::com::sun::star::uno::RuntimeException) in hasMoreElements()
322 Any ServiceEnumeration_Impl::nextElement() in nextElement()
1454 return new ServiceEnumeration_Impl( factories ); in createContentEnumeration()

Completed in 36 milliseconds