From 39bffe9ba612ce5fc8806a739ae7d960915ac31b Mon Sep 17 00:00:00 2001 From: Jim Raykowski Date: Thu, 21 Oct 2021 00:51:55 -0800 Subject: tdf#145132 SwNavigator: Add tracking option for all categories and make the setting for each category persist Change-Id: I3ca41cb860734d31fd93d0d30b37c0301bc2f7dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123960 Tested-by: Jenkins Reviewed-by: Jim Raykowski --- .../schema/org/openoffice/Office/Writer.xcs | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 2782b6650cfe..6a27d2cc4172 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5728,6 +5728,34 @@ true + + + Specifies if Frame tracking is active. + + + true + + + + Specifies if Image tracking is active. + + + true + + + + Specifies if OLE object tracking is active. + + + true + + + + Specifies if Bookmark tracking is active. + + + true + Specifies if Section tracking is active. @@ -5735,6 +5763,55 @@ true + + + Specifies if Hyperlink tracking is active. + + + true + + + + Specifies if Reference tracking is active. + + + true + + + + Specifies if Index tracking is active. + + + true + + + + Specifies if Comment tracking is active. + + + true + + + + Specifies if Drawing Object tracking is active. + + + true + + + + Specifies if Field tracking is active. + + + true + + + + Specifies if Footnote tracking is active. + + + true + -- cgit