Lines Matching refs:Pump

62 	class Pump : public WeakImplHelper5<  class
85 Pump();
86 virtual ~Pump();
114 Pump::Pump() : m_aThread( 0 ), in Pump() function in io_stm::Pump
121 Pump::~Pump() in ~Pump()
132 void Pump::fireError( const Any & exception ) in fireError()
149 void Pump::fireClose() in fireClose()
179 void Pump::fireStarted() in fireStarted()
196 void Pump::fireTerminated() in fireTerminated()
215 void Pump::close() in close()
254 void Pump::static_run( void* pObject ) in static_run()
256 ((Pump*)pObject)->run(); in static_run()
257 ((Pump*)pObject)->release(); in static_run()
260 void Pump::run() in run()
325 void Pump::setPredecessor( const Reference< XConnectable >& xPred ) throw() in setPredecessor()
333 Reference< XConnectable > Pump::getPredecessor() throw() in getPredecessor()
341 void Pump::setSuccessor( const Reference< XConnectable >& xSucc ) throw() in setSuccessor()
349 Reference< XConnectable > Pump::getSuccessor() throw() in getSuccessor()
361 void Pump::addListener( const Reference< XStreamListener >& xListener ) throw() in addListener()
368 void Pump::removeListener( const Reference< XStreamListener >& xListener ) throw() in removeListener()
375 void Pump::start() throw( RuntimeException ) in start()
378 m_aThread = osl_createSuspendedThread((oslWorkerFunction)Pump::static_run,this); in start()
395 void Pump::terminate() throw() in terminate()
413 void Pump::setInputStream( const Reference< XInputStream >& xStream ) throw() in setInputStream()
425 Reference< XInputStream > Pump::getInputStream() throw() in getInputStream()
437 void Pump::setOutputStream( const Reference< XOutputStream >& xOut ) throw() in setOutputStream()
449 Reference< XOutputStream > Pump::getOutputStream() throw() in getOutputStream()
457 OUString Pump::getImplementationName() throw( ) in getImplementationName()
463 sal_Bool Pump::supportsService(const OUString& ServiceName) throw( ) in supportsService()
476 Sequence< OUString > Pump::getSupportedServiceNames(void) throw( ) in getSupportedServiceNames()
484 return Reference< XInterface >( *new Pump ); in OPumpImpl_CreateInstance()