diff options
author | Arul Michael <arul71.m@gmail.com> | 2017-05-16 17:05:19 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-18 16:12:12 +0200 |
commit | 70ca2d0bc42a0360055b9c54e6e5edd3ef9317b8 (patch) | |
tree | 57d55e87a25acf6fb2aaba740cb32fd5bb6e9888 /include | |
parent | 8d6ca5f089feba768a0522f4ef6f1dbd8634a831 (diff) |
New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-up
Adding new Hintid for HideRows so that we notify only formulas with subtotal
and aggregate function for recalculation. Added unit testing.
Change-Id: I44f2e45acaf697f91744bc8202f27b218faa5b43
(cherry picked from commit 6f9d7c3506ca13d79c8a2c732f42ce029452bd36)
Reviewed-on: https://gerrit.libreoffice.org/37776
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/hint.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx index 2c94c4529300..f7f0c73e062e 100644 --- a/include/svl/hint.hxx +++ b/include/svl/hint.hxx @@ -85,6 +85,7 @@ enum class SfxHintId { ScRefModeChanged, ScKillEditView, ScKillEditViewNoPaint, + ScHiddenRowsChanged, // SC accessibility hints ScAccTableChanged, |