Home
last modified time | relevance | path

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

/aoo41x/main/cppuhelper/test/
H A Dcfg_test.cxx84 class ServiceImpl0 class
90 ServiceImpl0( Reference< XComponentContext > const & xContext ) SAL_THROW( () );
101 ServiceImpl0::ServiceImpl0( Reference< XComponentContext > const & xContext ) SAL_THROW( () ) in ServiceImpl0() function in cfg_test::ServiceImpl0
124 void ServiceImpl0::initialize( const Sequence< Any >& rArgs ) in initialize()
139 OUString ServiceImpl0::getImplementationName() in getImplementationName()
145 Sequence< OUString > ServiceImpl0::getSupportedServiceNames() in getSupportedServiceNames()
151 sal_Bool ServiceImpl0::supportsService( const OUString & rServiceName ) in supportsService()
165 class ServiceImpl1 : public ServiceImpl0
169 : ServiceImpl0( xContext )
194 return (OWeakObject *)new ServiceImpl0( xContext ); in ServiceImpl0_create()

Completed in 19 milliseconds