• 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
scuiasciiopt.hxx 5.42 KB