Improve SvSimpleTable class

Desktop / LibreOffice - Palenik Mihály [gmail.com] - 30 October 2014 08:03 UTC

It is possible to order columns. This is set in Expert Configuration dialog. The header's itembits weren't set correctly therefore mouse click handler didn't do anything. The comparsion was slow on big table.

Conflicts: include/svtools/treelist.hxx svtools/source/contnr/simptabl.cxx

Change-Id: I7e1301d40433ef45b3d0a3fb300909345ede9d4d Reviewed-on: https://gerrit.libreoffice.org/12070

f92ab4d Improve SvSimpleTable class
cui/source/options/optaboutconfig.cxx | 14 ++++---------
cui/source/options/optjava.cxx | 1 +
include/svtools/simptabl.hxx | 3 +++
include/svtools/treelist.hxx | 6 +++++-
svtools/source/contnr/simptabl.cxx | 35 ++++++++++++++++++---------------
svtools/source/contnr/treelist.cxx | 32 ++++++++++++++++++++++++++++++
6 files changed, 64 insertions(+), 27 deletions(-)

Upstream: cgit.freedesktop.org


  • Share