From 1e383097aa929176bac33f46787e16d945a0a98b Mon Sep 17 00:00:00 2001 From: László Németh Date: Wed, 14 Oct 2020 15:29:08 +0200 Subject: tdf#34355 sw,offapi,officecfg: show track changes in margin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In ShowTrackedChanges mode, hide tracked deletions in text optionally and show their shortened text in margin next to the vertical "Changed line" mark (showing only the first deletion of the line). Add "Tracked deletions in margin" checkbox to Writer->View page. Add "Display tracked changes" and "Outline View" sections to View, too. Add property ShowChangesInMargin to com::sun::star::text::ViewSettings. Add config setting: org/openoffice/Office/Writer/Content/Display/ShowChangesInMargin Show more information in Manage Changes dialog window about the tracked deletions with restricted visibility in ShowChangesInMargin mode: show shortened text content of a deletion in its (otherwise empty) Comment field. Change-Id: I1d19a4bf8225f536a635c6dd5062344c51e03b79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104350 Tested-by: László Németh Reviewed-by: László Németh --- .../registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 11 +++++++++++ officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 10 +++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index f3e04aab39b6..d4f3f0c70b4b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -412,6 +412,17 @@ true + + + Show tracked deletions in margin + + + Show tracked deletions in margin + + + 1 + + Go t~o Page... diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index a50ac3e247cd..069b68aac076 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1072,13 +1072,21 @@ true - + Enables the writer to show the outline content visibility button. false + + + + Enables the writer to show tracked deletions in margin. + + + false + -- cgit