From 8fee25674c3bdb0cf3cee4a7dfcc2a814431549b Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 17 Jun 2022 19:58:53 -0300 Subject: tdf#149525 Update Writer-View-Toolbars + Added 2 extra files for undocumented toolbars + Still work in progress on main0200.xhp Change-Id: Ida0b1fd2c69cb48ce0cd39ef890e53e5f2b4f056 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136068 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- AllLangHelp_shared.mk | 1 + AllLangHelp_swriter.mk | 1 + source/text/shared/01/mediaplayer.xhp | 28 ++++++++------ source/text/shared/mediaplay_toolbar.xhp | 28 ++++++++++++++ source/text/swriter/main0200.xhp | 63 ++++++++------------------------ source/text/swriter/navigate_toolbar.xhp | 61 +++++++++++++++++++++++++++++++ 6 files changed, 122 insertions(+), 60 deletions(-) create mode 100644 source/text/shared/mediaplay_toolbar.xhp create mode 100644 source/text/swriter/navigate_toolbar.xhp diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index ab4363430e..d430f20329 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -776,6 +776,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/main0500 \ helpcontent2/source/text/shared/main0650 \ helpcontent2/source/text/shared/main0800 \ + helpcontent2/source/text/shared/mediaplay_toolbar \ helpcontent2/source/text/shared/submenu_text \ helpcontent2/source/text/shared/submenu_spacing \ helpcontent2/source/text/shared/menu/forms \ diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index c4e25b3a6f..349d41fa66 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -423,6 +423,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/menu/submenu_more_breaks \ helpcontent2/source/text/swriter/mailmergetoolbar \ helpcontent2/source/text/swriter/track_changes_toolbar \ + helpcontent2/source/text/swriter/navigate_toolbar \ )) # vim: set noet sw=4 ts=4: diff --git a/source/text/shared/01/mediaplayer.xhp b/source/text/shared/01/mediaplayer.xhp index a65ca5d1d5..80da648813 100644 --- a/source/text/shared/01/mediaplayer.xhp +++ b/source/text/shared/01/mediaplayer.xhp @@ -31,43 +31,47 @@ Media Player window -Media Player - +

Media Player +

Opens the Media Player window where you can preview movie and sound files as well as insert these files into the current document.
The Media Player supports many different media formats. You can also insert media files from the Media Player into your document. + +
+ -Open +

Open

Opens a movie file or a sound file that you want to preview. - Apply +

Apply

Inserts the current movie file or sound file as a media object into the current document. - Play +

Play

Plays the current file. - Pause +

Pause

Pauses or resumes the playback of the current file. - Stop +

Stop

Stops the playback of the current file. - Repeat +

Repeat

Plays the file repeatedly. - Mute +

Mute

Turns sound off and on. - Volume slider +

Volume slider

Adjusts the volume. - View +

View

Adjusts the size of the movie playback. - Position slider +

Position slider

Moves to a different position in the file. +
diff --git a/source/text/shared/mediaplay_toolbar.xhp b/source/text/shared/mediaplay_toolbar.xhp new file mode 100644 index 0000000000..9955aeedb6 --- /dev/null +++ b/source/text/shared/mediaplay_toolbar.xhp @@ -0,0 +1,28 @@ + + + + + + + Media Playback Toolbar + /text/shared/mediaplay_toolbar.xhp + + + +
+

Media Playback Toolbar

+ Open the Media Playback toolbar +
+
+ Choose View - Toolbars - Media Playback. +
+ + +
diff --git a/source/text/swriter/main0200.xhp b/source/text/swriter/main0200.xhp index 39ca823c65..ed194ca2e2 100644 --- a/source/text/swriter/main0200.xhp +++ b/source/text/swriter/main0200.xhp @@ -30,60 +30,27 @@ This section provides an overview of the toolbars available in $[officename] Writer. -
- -
-
- -
-
+ + -
-
+ -
-
- -
-
+ + -
-
+ + + + + + + + -
-
+ + -
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
diff --git a/source/text/swriter/navigate_toolbar.xhp b/source/text/swriter/navigate_toolbar.xhp new file mode 100644 index 0000000000..9cf53b0cba --- /dev/null +++ b/source/text/swriter/navigate_toolbar.xhp @@ -0,0 +1,61 @@ + + + + + + + Navigate Toolbar + /text/swriter/navigate_toolbar.xhp + + + + + navigate forward + navigate backward + + +
+ Choose View - Toolbars - Navigation. +
+ +

Navigate forward

+ Jump to the next object. + + + + + Icon Forward + + + + Icon Forward + + +
+ +

Navigate backward

+ Jump to the previous object. + + + + + Icon Back + + + + Icon Back + + +
+ +
-- cgit