From 04405edc3fac32938b8940bc767656ea6c7820f9 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 31 Jan 2020 16:19:21 +0100 Subject: tdf#45589 offapi,officecfg,sw: add option to toggle bookmark display Create specific option to toggle display of the bookmark positions instead of relying on generic IsViewMetaChars(). Add a Bookmarks checkbox to Writer->Formatting Aids page in Options. Add property ShowBookmarks to com::sun::star::text::ViewSettings. Add config setting: org/openoffice/Office/Writer/Content/NonprintingCharacter/Bookmarks Change-Id: I998ecdc16d8e4a5baeeb1bbcff0bf5f1f5636692 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87774 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sw/uiconfig/swriter/ui/optformataidspage.ui | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'sw/uiconfig/swriter') diff --git a/sw/uiconfig/swriter/ui/optformataidspage.ui b/sw/uiconfig/swriter/ui/optformataidspage.ui index 321ea825f91c..bba4dae11076 100644 --- a/sw/uiconfig/swriter/ui/optformataidspage.ui +++ b/sw/uiconfig/swriter/ui/optformataidspage.ui @@ -93,7 +93,7 @@ - Ta_bs + Tabs True True False @@ -136,6 +136,21 @@ 6 + + + Bookmarks + True + True + False + True + 0 + True + + + 0 + 7 + + True @@ -191,6 +206,17 @@ 5 + + + True + False + | [ ] + + + 1 + 7 + + -- cgit