diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2017-03-29 13:50:18 +0200 |
---|---|---|
committer | Marco Cecchetti <mrcekets@gmail.com> | 2017-10-02 18:46:25 +0200 |
commit | 6dc844945c5af0c75183fa72f6e17d25f5e664c3 (patch) | |
tree | c383b43c909f864e2a54a9b6c7de0f8995ad18c8 /include/sal/log-areas.dox | |
parent | 31b7dc19c32f42197c481cb7d2f44c600b755e2b (diff) |
lok - sc: row/column headers are updated faster
Now the computation of the row/column headers data exploits the cached
row/col positions in HeightHelper/WidthHelper.
That makes updating row/column headers at the bottom of the document
as fast as at the top even for very big spreadsheets.
Change-Id: I27381b520aaed68662e4d07c5879046d182c70e6
Reviewed-on: https://gerrit.libreoffice.org/40451
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Marco Cecchetti <mrcekets@gmail.com>
Diffstat (limited to 'include/sal/log-areas.dox')
-rw-r--r-- | include/sal/log-areas.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index c4ae03e79a48..69e1d12a3440 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -132,6 +132,7 @@ certain functionality. @li @c sc.core.grouparealistener - sc::FormulaGroupAreaListener @li @c sc.filter - Calc filter @li @c sc.lok.docsize +@li @c sc.lok.header @li @c sc.lok.poshelper @li @c sc.opencl - OpenCL-related stuff in general @li @c sc.opencl.source - Generated OpenCL source code |