diff options
author | Muhammad Haggag <mhaggag@gmail.com> | 2012-11-25 02:06:22 +0200 |
---|---|---|
committer | Bosdonnat Cedric <cedric.bosdonnat@free.fr> | 2012-11-27 15:05:45 +0000 |
commit | df872eb038151f90ee6a128f33acbbd96c000a70 (patch) | |
tree | fe14587f1ad7b207e1290ede0ab27aab1b694101 /helpers | |
parent | cd65acbcb541da83c39c3f1eeb6672a7bcc123d6 (diff) |
fdo#48317 Help content for next/previous change navigation.
Change-Id: Id0b44f449bf099b7e79c33cb7f060c0b05457145
Reviewed-on: https://gerrit.libreoffice.org/1163
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/help_hid.lst | 2 | ||||
-rw-r--r-- | helpers/longnames_commands.csv | 2 | ||||
-rw-r--r-- | helpers/uno-commands.csv | 2 | ||||
-rw-r--r-- | helpers/uno_hid.lst | 2 |
4 files changed, 8 insertions, 0 deletions
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 |