Home
last modified time | relevance | path

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

/trunk/main/stoc/test/excomp/
H A Dexcomp1.cxx54 class ExampleComponent1Impl : public WeakImplHelper2< XTest, XServiceInfo > class
57 ExampleComponent1Impl( const Reference<XMultiServiceFactory> & rXSMgr );
59 ~ExampleComponent1Impl();
77 ExampleComponent1Impl::ExampleComponent1Impl( const Reference<XMultiServiceFactory> & rXSMgr ) in ExampleComponent1Impl() function in excomp_impl::ExampleComponent1Impl
83 ExampleComponent1Impl::~ExampleComponent1Impl() in ~ExampleComponent1Impl()
88 OUString SAL_CALL ExampleComponent1Impl::getImplementationName( ) in getImplementationName()
96 sal_Bool SAL_CALL ExampleComponent1Impl::supportsService( const OUString& ServiceName ) in supportsService()
109 Sequence<OUString> SAL_CALL ExampleComponent1Impl::getSupportedServiceNames( ) in getSupportedServiceNames()
117 Sequence<OUString> SAL_CALL ExampleComponent1Impl::getSupportedServiceNames_Static( ) in getSupportedServiceNames_Static()
124 OUString SAL_CALL ExampleComponent1Impl::getMessage() throw(RuntimeException) in getMessage()
[all …]