Lines Matching refs:UNOMemoryStream

49 class UNOMemoryStream : public WeakImplHelper4 < XStream, XSeekableInputStream, XOutputStream, XTru…  class
52 UNOMemoryStream();
53 virtual ~UNOMemoryStream();
89 UNOMemoryStream::UNOMemoryStream() in UNOMemoryStream() function in comphelper::UNOMemoryStream
94 UNOMemoryStream::~UNOMemoryStream() in ~UNOMemoryStream()
99 Reference< XInputStream > SAL_CALL UNOMemoryStream::getInputStream( ) throw (RuntimeException) in getInputStream()
104 Reference< XOutputStream > SAL_CALL UNOMemoryStream::getOutputStream( ) throw (RuntimeException) in getOutputStream()
110 sal_Int32 SAL_CALL UNOMemoryStream::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead … in readBytes()
130 sal_Int32 SAL_CALL UNOMemoryStream::readSomeBytes( Sequence< sal_Int8 >& aData, sal_Int32 nMaxBytes… in readSomeBytes()
135 void SAL_CALL UNOMemoryStream::skipBytes( sal_Int32 nBytesToSkip ) throw (NotConnectedException, Bu… in skipBytes()
143 sal_Int32 SAL_CALL UNOMemoryStream::available() throw (NotConnectedException, IOException, RuntimeE… in available()
148 void SAL_CALL UNOMemoryStream::closeInput() throw (NotConnectedException, IOException, RuntimeExcep… in closeInput()
154 void SAL_CALL UNOMemoryStream::seek( sal_Int64 location ) throw (IllegalArgumentException, IOExcept… in seek()
169 sal_Int64 SAL_CALL UNOMemoryStream::getPosition() throw (IOException, RuntimeException) in getPosition()
174 sal_Int64 SAL_CALL UNOMemoryStream::getLength() throw (IOException, RuntimeException) in getLength()
180 void SAL_CALL UNOMemoryStream::writeBytes( const Sequence< sal_Int8 >& aData ) throw (NotConnectedE… in writeBytes()
203 void SAL_CALL UNOMemoryStream::flush() throw (NotConnectedException, BufferSizeExceededException, I… in flush()
207 void SAL_CALL UNOMemoryStream::closeOutput() throw (NotConnectedException, BufferSizeExceededExcept… in closeOutput()
213 void SAL_CALL UNOMemoryStream::truncate() throw (IOException, RuntimeException) in truncate()
219 ::rtl::OUString SAL_CALL UNOMemoryStream::getImplementationName_static() in getImplementationName_static()
225 Sequence< ::rtl::OUString > SAL_CALL UNOMemoryStream::getSupportedServiceNames_static() in getSupportedServiceNames_static()
232 Reference< XInterface > SAL_CALL UNOMemoryStream::Create( in Create()
235 return static_cast<OWeakObject*>(new UNOMemoryStream()); in Create()
242 static ::comphelper::module::OAutoRegistration< ::comphelper::UNOMemoryStream > aAutoRegistration; in createRegistryInfo_UNOMemoryStream()