Lines Matching refs:OPipeImpl

60 class OPipeImpl :  class
64 OPipeImpl( );
65 ~OPipeImpl();
138 OPipeImpl::OPipeImpl() in OPipeImpl() function in io_stm::OPipeImpl
150 OPipeImpl::~OPipeImpl() in ~OPipeImpl()
159 void OPipeImpl::checkInvariant() in checkInvariant()
164 sal_Int32 OPipeImpl::readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) in readBytes()
202 sal_Int32 OPipeImpl::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead) in readSomeBytes()
236 void OPipeImpl::skipBytes(sal_Int32 nBytesToSkip) in skipBytes()
265 sal_Int32 OPipeImpl::available(void) in available()
280 void OPipeImpl::closeInput(void) in closeInput()
299 void OPipeImpl::writeBytes(const Sequence< sal_Int8 >& aData) in writeBytes()
365 void OPipeImpl::flush(void) in flush()
374 void OPipeImpl::closeOutput(void) in closeOutput()
388 void OPipeImpl::setSuccessor( const Reference < XConnectable > &r ) in setSuccessor()
404 Reference < XConnectable > OPipeImpl::getSuccessor() throw( RuntimeException ) in getSuccessor()
411 void OPipeImpl::setPredecessor( const Reference < XConnectable > &r ) in setPredecessor()
423 Reference < XConnectable > OPipeImpl::getPredecessor() throw( RuntimeException ) in getPredecessor()
432 OUString OPipeImpl::getImplementationName() throw( ) in getImplementationName()
438 sal_Bool OPipeImpl::supportsService(const OUString& ServiceName) throw( ) in supportsService()
451 Sequence< OUString > OPipeImpl::getSupportedServiceNames(void) throw( ) in getSupportedServiceNames()
469 OPipeImpl *p = new OPipeImpl; in OPipeImpl_CreateInstance()