Searched refs:SvOutputStreamOpenLockBytes (Results 1 – 3 of 3) sorted by relevance
147 TYPEINIT1(SvOutputStreamOpenLockBytes, SvOpenLockBytes) in TYPEINIT1() argument151 ErrCode SvOutputStreamOpenLockBytes::ReadAt(sal_uLong, void *, sal_uLong, sal_uLong *) in TYPEINIT1()159 ErrCode SvOutputStreamOpenLockBytes::WriteAt(sal_uLong nPos, void const * pBuffer, in WriteAt()169 ErrCode SvOutputStreamOpenLockBytes::Flush() const in Flush()186 ErrCode SvOutputStreamOpenLockBytes::SetSize(sal_uLong) in SetSize()193 ErrCode SvOutputStreamOpenLockBytes::Stat(SvLockBytesStat * pStat, in Stat()203 ErrCode SvOutputStreamOpenLockBytes::FillAppend(void const * pBuffer, in FillAppend()234 sal_uLong SvOutputStreamOpenLockBytes::Tell() const in Tell()241 sal_uLong SvOutputStreamOpenLockBytes::Seek(sal_uLong) in Seek()248 void SvOutputStreamOpenLockBytes::Terminate() in Terminate()
35 class SVL_DLLPUBLIC SvOutputStreamOpenLockBytes: public SvOpenLockBytes class44 SvOutputStreamOpenLockBytes( in SvOutputStreamOpenLockBytes() function in SvOutputStreamOpenLockBytes
165 SvLockBytesRef aLockBytes = new SvOutputStreamOpenLockBytes(xStream); in write()
Completed in 14 milliseconds