diff options
author | Eike Rathke <erack@redhat.com> | 2017-09-04 18:35:33 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-09-20 16:58:50 +0200 |
commit | ea572a4fc616721b2d77baf6242c48a371fdc489 (patch) | |
tree | ecb36fc6e9673c937602045296e710be7de11e2e /sc/source/ui/optdlg | |
parent | ecdf8f280379c87e23c8dd1f138d63a75f4a9dbd (diff) |
Resolves: tdf#99477 freeze first col/row always set a freeze
The previous implementation had the odd behavior that Freeze First
Column and Freeze First Row removed any frozen state (column or row) if
there was one, instead of freezing the actually selected choice.
Changed to
* Freeze First Column
* always freezes the first column
* removes another column freeze if there was one
* keeps a row freeze if there is one
* checks the Freeze Rows and Columns toggle box
* Freeze First Row
* always freezes the first row
* removes another row freeze if there was one
* keeps a column freeze if there is one
* checks the Freeze Rows and Columns toggle box
* Freeze Rows and Columns
* freezes at the current cell cursor position if there was no freeze
(toggle box was unchecked)
* removes any freeze if there was one (toggle box was checked)
Change-Id: I38c4b6f0486ef8e93da0bb3a69a99e5c7709a21e
Reviewed-on: https://gerrit.libreoffice.org/41908
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/optdlg')
0 files changed, 0 insertions, 0 deletions