Lines Matching refs:OConnectionPointHelper
55 OConnectionPointHelper::OConnectionPointHelper( Mutex& aMutex , in OConnectionPointHelper() function in unocontrols::OConnectionPointHelper
65 OConnectionPointHelper::~OConnectionPointHelper() in ~OConnectionPointHelper()
73 Any SAL_CALL OConnectionPointHelper::queryInterface( const Type& aType ) throw( RuntimeException ) in queryInterface()
98 void SAL_CALL OConnectionPointHelper::acquire() throw() in acquire()
111 void SAL_CALL OConnectionPointHelper::release() throw() in release()
124 Type SAL_CALL OConnectionPointHelper::getConnectionType() throw( RuntimeException ) in getConnectionType()
148 Reference< XConnectionPointContainer > SAL_CALL OConnectionPointHelper::getConnectionPointContainer… in getConnectionPointContainer()
160 void SAL_CALL OConnectionPointHelper::advise( const Reference< XInterface >& xListener ) throw( Lis… in advise()
195 void SAL_CALL OConnectionPointHelper::unadvise( const Reference< XInterface >& xListener ) throw( R… in unadvise()
216 Sequence< Reference< XInterface > > SAL_CALL OConnectionPointHelper::getConnections() throw( Runtim… in getConnections()
247 sal_Bool OConnectionPointHelper::impl_LockContainer() in impl_LockContainer()
260 void OConnectionPointHelper::impl_UnlockContainer() in impl_UnlockContainer()