Lines Matching refs:OComponentHelper
46 OComponentHelper::OComponentHelper( Mutex & rMutex ) SAL_THROW( () ) in OComponentHelper() function in cppu::OComponentHelper
50 OComponentHelper::~OComponentHelper() SAL_THROW( (RuntimeException) ) in ~OComponentHelper()
54 Any OComponentHelper::queryInterface( Type const & rType ) throw (RuntimeException) in queryInterface()
58 Any OComponentHelper::queryAggregation( Type const & rType ) throw (RuntimeException) in queryAggregation()
72 void OComponentHelper::acquire() throw () in acquire()
77 void OComponentHelper::release() throw() in release()
119 Sequence< Type > OComponentHelper::getTypes() throw (RuntimeException) in getTypes()
139 void OComponentHelper::disposing() in disposing()
144 void OComponentHelper::dispose() in dispose()
218 void OComponentHelper::addEventListener( in addEventListener()
236 void OComponentHelper::removeEventListener( in removeEventListener()