Lines Matching refs:OMarkableInputStream

495 class OMarkableInputStream :  class
506 OMarkableInputStream( );
507 ~OMarkableInputStream();
578 OMarkableInputStream::OMarkableInputStream() in OMarkableInputStream() function in io_stm::OMarkableInputStream
587 OMarkableInputStream::~OMarkableInputStream() in ~OMarkableInputStream()
600 sal_Int32 OMarkableInputStream::readBytes(Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead) in readBytes()
657 sal_Int32 OMarkableInputStream::readSomeBytes(Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRea… in readSomeBytes()
721 void OMarkableInputStream::skipBytes(sal_Int32 nBytesToSkip) in skipBytes()
739 sal_Int32 OMarkableInputStream::available(void) throw (NotConnectedException, RuntimeException) in available()
757 void OMarkableInputStream::closeInput(void) throw (NotConnectedException, RuntimeException) in closeInput()
782 sal_Int32 OMarkableInputStream::createMark(void) throw (IOException, RuntimeException) in createMark()
793 void OMarkableInputStream::deleteMark(sal_Int32 Mark) throw (IOException, IllegalArgumentExceptio… in deleteMark()
811 void OMarkableInputStream::jumpToMark(sal_Int32 nMark) in jumpToMark()
833 void OMarkableInputStream::jumpToFurthest(void) throw (IOException, RuntimeException) in jumpToFurthest()
840 sal_Int32 OMarkableInputStream::offsetToMark(sal_Int32 nMark) in offsetToMark()
866 void OMarkableInputStream::setInputStream(const Reference< XInputStream > & aStream) in setInputStream()
881 Reference< XInputStream > OMarkableInputStream::getInputStream(void) throw (RuntimeException) in getInputStream()
889 void OMarkableInputStream::setSuccessor( const Reference< XConnectable > &r ) in setSuccessor()
905 Reference < XConnectable > OMarkableInputStream::getSuccessor() throw (RuntimeException) in getSuccessor()
912 void OMarkableInputStream::setPredecessor( const Reference < XConnectable > &r ) in setPredecessor()
923 Reference< XConnectable > OMarkableInputStream::getPredecessor() throw (RuntimeException) in getPredecessor()
931 void OMarkableInputStream::checkMarksAndFlush() in checkMarksAndFlush()
962 OUString OMarkableInputStream::getImplementationName() throw () in getImplementationName()
968 sal_Bool OMarkableInputStream::supportsService(const OUString& ServiceName) throw () in supportsService()
981 Sequence< OUString > OMarkableInputStream::getSupportedServiceNames(void) throw () in getSupportedServiceNames()
995 OMarkableInputStream *p = new OMarkableInputStream( ); in OMarkableInputStream_CreateInstance()