summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2020-01-31 16:19:21 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2022-06-22 15:10:07 +0200
commit4ec2c9816b8f4012bb7a760a85a46d8a1e530089 (patch)
tree399e628c4f83b7e773d379a668a14e32eaf3d82f /officecfg
parentbf2c6dea101ec9b28a827eac12842b713aeb9633 (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> (cherry picked from commit 04405edc3fac32938b8940bc767656ea6c7820f9)
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs8
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 6ba34c5338ff..470d9f81ba8e 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>