Lines Matching refs:OOdmaStream

54 OOdmaStream::OOdmaStream(::ucbhelper::Content* _pContent,  in OOdmaStream()  function in OOdmaStream
66 OOdmaStream::~OOdmaStream() in ~OOdmaStream()
83 uno::Reference< io::XInputStream > SAL_CALL OOdmaStream::getInputStream( ) throw( uno::RuntimeExce… in getInputStream()
92 uno::Reference< io::XOutputStream > SAL_CALL OOdmaStream::getOutputStream( ) throw( uno::RuntimeEx… in getOutputStream()
101 sal_Int32 SAL_CALL OOdmaStream::readBytes( uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead… in readBytes()
112 sal_Int32 SAL_CALL OOdmaStream::readSomeBytes( uno::Sequence< sal_Int8 >& aData,sal_Int32 nMaxBytes… in readSomeBytes()
121 void SAL_CALL OOdmaStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes()
131 sal_Int32 SAL_CALL OOdmaStream::available() in available()
140 void SAL_CALL OOdmaStream::writeBytes( const uno::Sequence< sal_Int8 >& aData ) in writeBytes()
151 void SAL_CALL OOdmaStream::closeStream() throw( io::NotConnectedException,io::IOException,uno::Runt… in closeStream()
169 void SAL_CALL OOdmaStream::closeInput() in closeInput()
181 void SAL_CALL OOdmaStream::closeOutput() in closeOutput()
193 void SAL_CALL OOdmaStream::flush() in flush()
203 void OOdmaStream::ensureInputStream() throw( io::IOException ) in ensureInputStream()
220 void OOdmaStream::ensureOutputStream() throw( io::IOException ) in ensureOutputStream()
248 void SAL_CALL OOdmaStream::truncate( void ) in truncate()
257 void SAL_CALL OOdmaStream::seek(sal_Int64 location ) in seek()
267 sal_Int64 SAL_CALL OOdmaStream::getPosition() in getPosition()
275 sal_Int64 SAL_CALL OOdmaStream::getLength() in getLength()