Home
last modified time | relevance | path

Searched refs:seekToEnd (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/vos/source/
H A Dstream.cxx74 return (seekToEnd() && write(pbuffer, n)); in append()
82 sal_Bool OStream::seekToEnd() const in seekToEnd() function in OStream
84 return (m_rStream.seekToEnd()); in seekToEnd()
/aoo41x/main/vos/inc/vos/
H A Dstream.hxx52 virtual sal_Bool SAL_CALL seekToEnd() const = 0;
144 virtual sal_Bool SAL_CALL seekToEnd() const;
/aoo41x/main/oox/inc/oox/helper/
H A Dbinarystreambase.hxx100 inline void seekToEnd() { seek( size() ); } in seekToEnd() function in oox::BinaryStreamBase
/aoo41x/main/oox/source/xls/
H A Dbiffoutputstream.cxx55 mrOutStrm.seekToEnd(); in endRecord()

Completed in 16 milliseconds