[Libreoffice-ux-advise] [Bug 156311] Cycle directly from the last to first sheet in a calc file

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 18 07:43:21 UTC 2023


https://bugs.documentfoundation.org/show_bug.cgi?id=156311

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needsUXEval                 |difficultyBeginner,
                   |                            |easyHack, skillCpp, topicUI
                 CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
                   |.freedesktop.org            |tion.org,
                   |                            |mentoring at documentfoundatio
                   |                            |n.org

--- Comment #6 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Let's focus in this ticket on the (reasonable) request to make the Next-command
on the last (worksheet) tab continue at the first, ie. cycle through tabs.
Going backwards on the first item should consequently go to the last.

uno:JumpToNextTable / SID_NEXT_TABLE and JumpToPrevTable / SID_PREV_TABLE 

Question is whether or not to include the selection, ie. JumpToNextTableSel /
SID_NEXT_TABLE_SEL and JumpToPrevTableSel / SID_PREV_TABLE_SEL.

Anyway, all use ScTabView::SelectNextTab() where the patch needs to make some
small adjustments.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list