Lines Matching refs:EventAttacherImpl

211 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()
323 void SAL_CALL EventAttacherImpl::initialize(const Sequence< Any >& Arguments) throw( Exception, Run… in initialize()
373 Reference< XIntrospection > EventAttacherImpl::getIntrospection() throw( Exception ) in getIntrospection()
387 Reference< XIdlReflection > EventAttacherImpl::getReflection() throw( Exception ) in getReflection()
401 Reference< XInvocationAdapterFactory > EventAttacherImpl::getInvocationAdapterService() throw( Exce… in getInvocationAdapterService()
416 Reference< XTypeConverter > EventAttacherImpl::getConverter() throw( Exception ) in getConverter()
436 FilterAllListenerImpl( EventAttacherImpl * pEA_, const OUString& EventMethod_,
451 EventAttacherImpl * m_pEA;
458 FilterAllListenerImpl::FilterAllListenerImpl( EventAttacherImpl * pEA_, const OUString& EventMethod… in FilterAllListenerImpl()
562 Reference< XEventListener > EventAttacherImpl::attachListener in attachListener()
704 Reference< XEventListener > EventAttacherImpl::attachSingleEventListener in attachSingleEventListener()
722 void EventAttacherImpl::removeListener in removeListener()
852 ::comp_EventAttacher::EventAttacherImpl::getSupportedServiceNames_Static() ) ); in component_getFactory()