From b802cecbc0f57d0ba0d70434cf619a7e91c7393f Mon Sep 17 00:00:00 2001 From: Jim Raykowski Date: Sat, 12 Mar 2022 02:07:46 -0900 Subject: tdf#86395 tdf#104253 tdf#147658 tdf#135043 SwNavigator sort enhancement Provides for sorting content members by order in document or alphabetically. The option to sort comment and footnote content types members alphabetically is not done by this patch. Change-Id: If68c08bb0f1035b32cd1dad1d5bd08a340834b49 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131448 Tested-by: Jenkins Reviewed-by: Jim Raykowski --- sw/uiconfig/swriter/ui/navigatorcontextmenu.ui | 36 ++++++++++++++++---------- 1 file changed, 22 insertions(+), 14 deletions(-) (limited to 'sw/uiconfig') diff --git a/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui b/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui index 5cda6038e110..e39368556fed 100644 --- a/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui +++ b/sw/uiconfig/swriter/ui/navigatorcontextmenu.ui @@ -196,20 +196,6 @@ False - - - True - False - Outline Level - True - - - True - False - - - - True @@ -328,12 +314,34 @@ True + + + True + False + Sort Alphabetically + True + + True False + + + True + False + Outline Level + True + + + True + False + + + + True -- cgit