From df872eb038151f90ee6a128f33acbbd96c000a70 Mon Sep 17 00:00:00 2001 From: Muhammad Haggag Date: Sun, 25 Nov 2012 02:06:22 +0200 Subject: fdo#48317 Help content for next/previous change navigation. Change-Id: Id0b44f449bf099b7e79c33cb7f060c0b05457145 Reviewed-on: https://gerrit.libreoffice.org/1163 Reviewed-by: Bosdonnat Cedric Tested-by: Bosdonnat Cedric --- helpers/help_hid.lst | 2 + helpers/longnames_commands.csv | 2 + helpers/uno-commands.csv | 2 + helpers/uno_hid.lst | 2 + source/text/shared/guide/makefile.mk | 1 + source/text/shared/guide/redlining.xhp | 5 ++- source/text/shared/guide/redlining_accept.xhp | 4 +- source/text/shared/guide/redlining_doccompare.xhp | 3 ++ source/text/shared/guide/redlining_docmerge.xhp | 3 ++ source/text/shared/guide/redlining_enter.xhp | 3 ++ source/text/shared/guide/redlining_navigation.xhp | 50 +++++++++++++++++++++++ source/text/shared/guide/redlining_protect.xhp | 3 ++ source/text/shared/guide/redlining_versions.xhp | 7 ++++ util/swriter/makefile.mk | 1 + 14 files changed, 86 insertions(+), 2 deletions(-) create mode 100644 source/text/shared/guide/redlining_navigation.xhp diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst index 68089093aa..ac4a1675fe 100644 --- a/helpers/help_hid.lst +++ b/helpers/help_hid.lst @@ -370,6 +370,8 @@ FN_REDLINE_ON,21825,.uno:TrackChanges FN_REDLINE_PROTECT,21823,.uno:ProtectTraceChangeMode FN_REDLINE_REJECT_DIRECT,21838, FN_REDLINE_SHOW,21826,.uno:ShowTrackedChanges +FN_REDLINE_NEXT_CHANGE,21841,.uno:NextTrackedChange +FN_REDLINE_PREV_CHANGE,21841,.uno:PreviousTrackedChange FN_REFRESH_VIEW,20201,.uno:RefreshView FN_REMOVE_CUR_TOX,20655,.uno:RemoveTableOf FN_REMOVE_DIRECT_CHAR_FORMATS,21759, diff --git a/helpers/longnames_commands.csv b/helpers/longnames_commands.csv index 981b12c6a3..cb8583152a 100644 --- a/helpers/longnames_commands.csv +++ b/helpers/longnames_commands.csv @@ -351,6 +351,8 @@ FN_REDLINE_COMMENT,.uno:CommentChangeTracking FN_REDLINE_ON,.uno:TrackChanges FN_REDLINE_PROTECT,.uno:ProtectTraceChangeMode FN_REDLINE_SHOW,.uno:ShowTrackedChanges +FN_REDLINE_NEXT_CHANGE,.uno:NextTrackedChange +FN_REDLINE_PREV_CHANGE,.uno:PreviousTrackedChange FN_REFRESH_VIEW,.uno:RefreshView FN_REMOVE_CUR_TOX,.uno:RemoveTableOf FN_REPAGINATE,.uno:Repaginate diff --git a/helpers/uno-commands.csv b/helpers/uno-commands.csv index 25898a579c..6eb950966c 100644 --- a/helpers/uno-commands.csv +++ b/helpers/uno-commands.csv @@ -1156,6 +1156,7 @@ .uno:NextMark .uno:NextPage .uno:NextRecord +.uno:NextTrackedChange .uno:NormalMultiPaneGUI .uno:NormalViewMode .uno:NoteVisible @@ -1279,6 +1280,7 @@ .uno:PreviewWindow .uno:PreviewZoom .uno:PreviousPage +.uno:PreviousTrackedChange .uno:Print .uno:PrintDefault .uno:PrintLayout diff --git a/helpers/uno_hid.lst b/helpers/uno_hid.lst index a09ce727da..5205757b49 100644 --- a/helpers/uno_hid.lst +++ b/helpers/uno_hid.lst @@ -351,6 +351,8 @@ FN_REDLINE_COMMENT,21827,.uno:CommentChangeTracking FN_REDLINE_ON,21825,.uno:TrackChanges FN_REDLINE_PROTECT,21823,.uno:ProtectTraceChangeMode FN_REDLINE_SHOW,21826,.uno:ShowTrackedChanges +FN_REDLINE_NEXT_CHANGE,21841,.uno:NextTrackedChange +FN_REDLINE_PREV_CHANGE,21841,.uno:PreviousTrackedChange FN_REFRESH_VIEW,20201,.uno:RefreshView FN_REMOVE_CUR_TOX,20655,.uno:RemoveTableOf FN_REPAGINATE,20161,.uno:Repaginate diff --git a/source/text/shared/guide/makefile.mk b/source/text/shared/guide/makefile.mk index 9bc4454836..ded269b66b 100644 --- a/source/text/shared/guide/makefile.mk +++ b/source/text/shared/guide/makefile.mk @@ -151,6 +151,7 @@ XHPFILES = \ redlining_enter.xhp \ redlining_protect.xhp \ redlining_versions.xhp \ + redlining_navigation.xhp \ round_corner.xhp \ scripting.xhp \ space_hyphen.xhp \ diff --git a/source/text/shared/guide/redlining.xhp b/source/text/shared/guide/redlining.xhp index eef290f303..b4186d4079 100644 --- a/source/text/shared/guide/redlining.xhp +++ b/source/text/shared/guide/redlining.xhp @@ -53,6 +53,9 @@ Let's say you also e-mailed a copy of the report to a good friend and colleague who has done research on a similar topic in the past. You asked for a few suggestions, and the document is now returned by e-mail with your colleague's suggestions. As all your colleagues and the managers in your company work with $[officename], you can produce a final version of the document from the results you get back. + + + @@ -60,4 +63,4 @@ - \ No newline at end of file + diff --git a/source/text/shared/guide/redlining_accept.xhp b/source/text/shared/guide/redlining_accept.xhp index 64129ac46e..702c30d911 100644 --- a/source/text/shared/guide/redlining_accept.xhp +++ b/source/text/shared/guide/redlining_accept.xhp @@ -66,7 +66,9 @@ Color-coded entries display the result of the filter that is set. Entries in black can be accepted or rejected and match the filter criteria. Entries in blue do not themselves match the filter criteria, but have subentries that are included by the filter. Gray entries cannot be accepted or rejected and do not match the filter criterion. Green entries do match the filter but cannot be accepted or rejected.
- + + + diff --git a/source/text/shared/guide/redlining_doccompare.xhp b/source/text/shared/guide/redlining_doccompare.xhp index 665e2d72da..f8bd85a81f 100644 --- a/source/text/shared/guide/redlining_doccompare.xhp +++ b/source/text/shared/guide/redlining_doccompare.xhp @@ -70,6 +70,9 @@ + + + diff --git a/source/text/shared/guide/redlining_docmerge.xhp b/source/text/shared/guide/redlining_docmerge.xhp index d275d18a14..cdcd94586c 100644 --- a/source/text/shared/guide/redlining_docmerge.xhp +++ b/source/text/shared/guide/redlining_docmerge.xhp @@ -67,6 +67,9 @@ + + + diff --git a/source/text/shared/guide/redlining_enter.xhp b/source/text/shared/guide/redlining_enter.xhp index 112094d568..94a662ba18 100644 --- a/source/text/shared/guide/redlining_enter.xhp +++ b/source/text/shared/guide/redlining_enter.xhp @@ -81,6 +81,9 @@ To change the settings for tracking changes, choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Writer - Changes or on the %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc - Changes. + + + diff --git a/source/text/shared/guide/redlining_navigation.xhp b/source/text/shared/guide/redlining_navigation.xhp new file mode 100644 index 0000000000..ffd651db72 --- /dev/null +++ b/source/text/shared/guide/redlining_navigation.xhp @@ -0,0 +1,50 @@ + + + + + + + Navigating Changes + /text/shared/guide/redlining_navigation.xhp + + + Muhammad Haggag. + + + + + changes; navigating + review function; navigating changes + + Navigating Changes +
+ This feature is Writer-specific. + There are two available commands to navigate changes in a Writer document: + + + + Edit - Changes - Next Change: Jumps to and selects the next change in the document, if any. + + + + Edit - Changes - Previous Change: Jumps to and selects the previous change in the document, if any. + + + Using these commands in conjunction with the Accept Change and Reject Change commands allows navigating, accepting and rejecting changes without invoking the Edit - Changes - Accept or Reject dialog. +
+
+ + + + + +
+ +
diff --git a/source/text/shared/guide/redlining_protect.xhp b/source/text/shared/guide/redlining_protect.xhp index b38bc5ea64..9928e17287 100644 --- a/source/text/shared/guide/redlining_protect.xhp +++ b/source/text/shared/guide/redlining_protect.xhp @@ -63,6 +63,9 @@ + + + diff --git a/source/text/shared/guide/redlining_versions.xhp b/source/text/shared/guide/redlining_versions.xhp index fe8fdaff61..dadf0818b9 100644 --- a/source/text/shared/guide/redlining_versions.xhp +++ b/source/text/shared/guide/redlining_versions.xhp @@ -50,6 +50,13 @@ You can choose to view individual versions of a document, or you can display the differences between versions with color markings. In the dialog to open a document, you can select from a combo box which version of this document you want to open.
+ + + + + + +
diff --git a/util/swriter/makefile.mk b/util/swriter/makefile.mk index 1accc63c74..d1fbaf5a74 100644 --- a/util/swriter/makefile.mk +++ b/util/swriter/makefile.mk @@ -1221,6 +1221,7 @@ LINKLINKFILES= \ text$/shared$/guide$/redlining_enter.xhp \ text$/shared$/guide$/redlining_protect.xhp \ text$/shared$/guide$/redlining_versions.xhp \ + text$/shared$/guide$/redlining_navigation.xhp \ text$/shared$/guide$/round_corner.xhp \ text$/shared$/guide$/scripting.xhp \ text$/shared$/guide$/space_hyphen.xhp \ -- cgit v1.2.3