Lines Matching refs:OStream
37 VOS_IMPLEMENT_CLASSINFO(VOS_CLASSNAME(OStream, vos), VOS_NAMESPACE(OStream, vos), VOS_NAMESPACE(OOb…
39 OStream::OStream(IPositionableStream& rStream) in OStream() function in OStream
44 OStream::~OStream() in ~OStream()
48 sal_Int32 OStream::read(void* pbuffer, sal_uInt32 n) const in read()
53 sal_Int32 OStream::read(IPositionableStream::Offset offset, in read()
59 sal_Int32 OStream::write(const void* pbuffer, sal_uInt32 n) in write()
66 sal_Int32 OStream::write(IPositionableStream::Offset offset, in write()
72 sal_Bool OStream::append(void* pbuffer, sal_uInt32 n) in append()
77 sal_Bool OStream::seekTo(IPositionableStream::Offset pos) const in seekTo()
82 sal_Bool OStream::seekToEnd() const in seekToEnd()
87 sal_Bool OStream::seekRelative(sal_Int32 change) const in seekRelative()
92 sal_Bool OStream::changeSize(sal_uInt32 new_size) in changeSize()
97 sal_uInt32 OStream::getSize() const in getSize()
102 sal_Bool OStream::isEof() const in isEof()
107 IPositionableStream::Offset OStream::getOffset() const in getOffset()