Home
last modified time | relevance | path

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

/AOO41X/main/eventattacher/source/
H A Deventattacher.cxx211 class EventAttacherImpl : public WeakImplHelper3 < XEventAttacher, XInitialization, XServiceInfo > class
214 EventAttacherImpl( const Reference< XMultiServiceFactory >& );
215 ~EventAttacherImpl();
265 EventAttacherImpl::EventAttacherImpl( const Reference< XMultiServiceFactory >& rSMgr ) in EventAttacherImpl() function in comp_EventAttacher::EventAttacherImpl
271 EventAttacherImpl::~EventAttacherImpl() in ~EventAttacherImpl()
279 XEventAttacher *pEventAttacher = (XEventAttacher*) new EventAttacherImpl(rSMgr); in EventAttacherImpl_CreateInstance()
290 OUString SAL_CALL EventAttacherImpl::getImplementationName( ) in getImplementationName()
297 sal_Bool SAL_CALL EventAttacherImpl::supportsService( const OUString& ServiceName ) in supportsService()
309 Sequence<OUString> SAL_CALL EventAttacherImpl::getSupportedServiceNames( ) in getSupportedServiceNames()
316 Sequence<OUString> SAL_CALL EventAttacherImpl::getSupportedServiceNames_Static( ) in getSupportedServiceNames_Static()
[all …]