Home
last modified time | relevance | path

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

/aoo41x/main/oox/inc/oox/helper/
H A Dbinarystreambase.hxx82 inline bool isSeekable() const { return mbSeekable; } in isSeekable()
114 …inline explicit BinaryStreamBase( bool bSeekable ) : mbEof( false ), mbSeekable( bSeekable ) {} in BinaryStreamBase()
124 const bool mbSeekable; /// True = implementation supports seeking. member in oox::BinaryStreamBase
/aoo41x/main/oox/source/helper/
H A Dbinarystreambase.cxx54 if( mbSeekable && (0 <= nAnchorPos) && (nAnchorPos != nStrmPos) && (nBlockSize > 1) ) in alignToBlock()

Completed in 18 milliseconds