Lines Matching refs:ExampleComponent2Impl

57 class ExampleComponent2Impl	: public OWeakObject  class
63 ExampleComponent2Impl( const Reference<XMultiServiceFactory> & rXSMgr );
65 ~ExampleComponent2Impl();
94 ExampleComponent2Impl::ExampleComponent2Impl( const Reference<XMultiServiceFactory> & rXSMgr ) in ExampleComponent2Impl() function in excomp2_impl::ExampleComponent2Impl
100 ExampleComponent2Impl::~ExampleComponent2Impl() in ~ExampleComponent2Impl()
105 Any SAL_CALL ExampleComponent2Impl::queryInterface( const ::com::sun::star::uno::Type & rType ) in queryInterface()
119 Sequence< Type > SAL_CALL ExampleComponent2Impl::getTypes() in getTypes()
141 Sequence< sal_Int8 > SAL_CALL ExampleComponent2Impl::getImplementationId() in getImplementationId()
158 OUString SAL_CALL ExampleComponent2Impl::getImplementationName( ) in getImplementationName()
166 sal_Bool SAL_CALL ExampleComponent2Impl::supportsService( const OUString& ServiceName ) in supportsService()
179 Sequence<OUString> SAL_CALL ExampleComponent2Impl::getSupportedServiceNames( ) in getSupportedServiceNames()
187 Sequence<OUString> SAL_CALL ExampleComponent2Impl::getSupportedServiceNames_Static( ) in getSupportedServiceNames_Static()
194 OUString SAL_CALL ExampleComponent2Impl::getMessage() throw(RuntimeException) in getMessage()
206 XTest *pXTest = (XTest*) new ExampleComponent2Impl(rSMgr); in ExampleComponent2_CreateInstance()
242 ::excomp2_impl::ExampleComponent2Impl::getSupportedServiceNames_Static(); in component_writeInfo()
268 ::excomp2_impl::ExampleComponent2Impl::getSupportedServiceNames_Static() ) ); in component_getFactory()