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 /sw/uiconfig/swriter | |
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 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/optformataidspage.ui | 28 |
1 files changed, 27 insertions, 1 deletions
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 @@ </child> <child> <object class="GtkCheckButton" id="tabs"> - <property name="label" translatable="yes" context="optformataidspage|tabs">Ta_bs</property> + <property name="label" translatable="yes" context="optformataidspage|tabs">Tabs</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -137,6 +137,21 @@ </packing> </child> <child> + <object class="GtkCheckButton" id="bookmarks"> + <property name="label" translatable="yes" context="optformataidspage|bookmarks">Bookmarks</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">7</property> + </packing> + </child> + <child> <object class="GtkLabel"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -192,6 +207,17 @@ </packing> </child> <child> + <object class="GtkLabel"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label">| [ ]</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">7</property> + </packing> + </child> + <child> <placeholder/> </child> <child> |