Searched refs:seekToEnd (Results 1 – 4 of 4) sorted by relevance
74 return (seekToEnd() && write(pbuffer, n)); in append()82 sal_Bool OStream::seekToEnd() const in seekToEnd() function in OStream84 return (m_rStream.seekToEnd()); in seekToEnd()
53 virtual sal_Bool SAL_CALL seekToEnd() const = 0;145 virtual sal_Bool SAL_CALL seekToEnd() const;
100 inline void seekToEnd() { seek( size() ); } in seekToEnd() function in oox::BinaryStreamBase
55 mrOutStrm.seekToEnd(); in endRecord()
Completed in 18 milliseconds