tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX export

Desktop / LibreOffice - László Németh [collabora.com] - 27 January 2015 02:20 UTC

Using OStringBuffer instead of fixed size character arrays.

779581f tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX export
sc/inc/address.hxx | 6 ++++
sc/source/core/tool/address.cxx | 62 +++++++++++++++++++++++++++++++++++
sc/source/filter/excel/xeroot.cxx | 1 +
sc/source/filter/excel/xestream.cxx | 10 ++++++
sc/source/filter/excel/xetable.cxx | 10 +++---
sc/source/filter/inc/xeroot.hxx | 5 +++
sc/source/filter/inc/xestream.hxx | 3 ++
7 files changed, 93 insertions(+), 4 deletions(-)

Upstream: cgit.freedesktop.org


  • Share