• Eike Rathke's avatar
    resolved fdo#48501 enable line size >64k in SvStream::Read*Line() · 8cd05e9c
    Eike Rathke yazdı
    CSV and other text formats may come with line sizes >64k that so far were
    truncated due to limitations in ByteString/UniString/String, even if one line
    consists of several fields that each are <64k.
    
    Introduced additional SvStream methods that read into rtl::OString and
    rtl::OUString and let SvStream::ReadUniOrByteStringLine() fill solely an
    rtl::OUString.
    
    Made Calc CSV import use those.
    8cd05e9c
Adı
Son kayıt (commit)
Son güncelleme
..
cachestr.cxx Loading commit data...
stream.cxx Loading commit data...
strmsys.cxx Loading commit data...
strmunx.cxx Loading commit data...
strmwnt.cxx Loading commit data...
vcompat.cxx Loading commit data...