Home
last modified time | relevance | path

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

/trunk/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()
313 sal_Bool ServiceEnumeration_Impl::hasMoreElements() in hasMoreElements()
320 Any ServiceEnumeration_Impl::nextElement() in nextElement()
1394 return new ServiceEnumeration_Impl( factories ); in createContentEnumeration()