diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2020-01-31 16:19:21 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-01-31 17:23:19 +0100 |
commit | 04405edc3fac32938b8940bc767656ea6c7820f9 (patch) | |
tree | 3c3f081bcc10f5b597cdf28defb65de7365822b2 /officecfg | |
parent | 0a6ec034dc8088d9de399142bb193ae7d338e645 (diff) |
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 <michael.stahl@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index e76bbeef495b..316e2e3aff86 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1172,6 +1172,14 @@ </info> <value>false</value> </prop> + <prop oor:name="Bookmarks" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options - Text document Formatting aids - [Section] Display formatting --> + <info> + <desc>Specifies whether bookmark positions are displayed on the screen.</desc> + <label>Bookmarks</label> + </info> + <value>true</value> + </prop> </group> <group oor:name="Update"> <info> |