Lines Matching refs:OTextInputStream

72 class OTextInputStream : public TextInputStreamHelper  class
96 OTextInputStream();
97 virtual ~OTextInputStream();
132 OTextInputStream::OTextInputStream() in OTextInputStream() function in io_TextInputStream::OTextInputStream
140 OTextInputStream::~OTextInputStream() in ~OTextInputStream()
150 void OTextInputStream::implResizeBuffer( void ) in implResizeBuffer()
163 OUString OTextInputStream::readLine( ) in readLine()
170 OUString OTextInputStream::readString( const Sequence< sal_Unicode >& Delimiters, sal_Bool bRemoveD… in readString()
176 sal_Bool OTextInputStream::isEOF() in isEOF()
186 OUString OTextInputStream::implReadString( const Sequence< sal_Unicode >& Delimiters, in implReadString()
292 sal_Int32 OTextInputStream::implReadNext() in implReadNext()
380 void OTextInputStream::setEncoding( const OUString& Encoding ) in setEncoding()
397 sal_Int32 OTextInputStream::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead ) in readBytes()
403 sal_Int32 OTextInputStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytesToRead ) in readSomeBytes()
409 void OTextInputStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
415 sal_Int32 OTextInputStream::available( ) in available()
421 void OTextInputStream::closeInput( ) in closeInput()
431 void OTextInputStream::setInputStream( const Reference< XInputStream >& aStream ) in setInputStream()
437 Reference< XInputStream > OTextInputStream::getInputStream() in getInputStream()
446 return Reference < XInterface >( ( OWeakObject * ) new OTextInputStream() ); in TextInputStream_CreateInstance()
470 OUString OTextInputStream::getImplementationName() throw() in getImplementationName()
475 sal_Bool OTextInputStream::supportsService(const OUString& ServiceName) throw() in supportsService()
487 Sequence< OUString > OTextInputStream::getSupportedServiceNames(void) throw() in getSupportedServiceNames()