Home
last modified time | relevance | path

Searched refs:OStream (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vos/inc/vos/
H A Dstream.hxx171 friend OStream& operator<< (OStream& rStream, sal_Int32 value);
172 friend OStream& operator<< (OStream& rStream, sal_Int16 value);
173 friend OStream& operator<< (OStream& rStream, sal_uInt8 value);
174 friend OStream& operator<< (OStream& rStream, sal_Char value);
222 inline const OStream& operator>> (OStream& rStream, sal_Int32& value) in operator >>()
229 inline const OStream& operator>> (OStream& rStream, sal_Int16& value) in operator >>()
243 inline const OStream& operator>> (OStream& rStream, sal_Char& value) in operator >>()
250 inline OStream& operator<< (OStream& rStream, sal_Int32 value) in operator <<()
257 inline OStream& operator<< (OStream& rStream, sal_Int16 value) in operator <<()
264 inline OStream& operator<< (OStream& rStream, sal_uInt8 value) in operator <<()
[all …]
/trunk/main/vos/source/
H A Dstream.cxx37 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()
72 sal_Bool OStream::append(void* pbuffer, sal_uInt32 n) in append()
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()
[all …]

Completed in 13 milliseconds