diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
commit | 267c6f2ac71f92999e969232431ba04678e7437e (patch) | |
tree | 358c9467650e1d0a1d7227a21dac2e3d08b622b2 /helpcontent2/source/text/swriter/navigate_toolbar.xhp | |
parent | Initial commit. (diff) | |
download | libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.tar.xz libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.zip |
Adding upstream version 4:24.2.0.upstream/4%24.2.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'helpcontent2/source/text/swriter/navigate_toolbar.xhp')
-rw-r--r-- | helpcontent2/source/text/swriter/navigate_toolbar.xhp | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/helpcontent2/source/text/swriter/navigate_toolbar.xhp b/helpcontent2/source/text/swriter/navigate_toolbar.xhp new file mode 100644 index 0000000000..9396864e18 --- /dev/null +++ b/helpcontent2/source/text/swriter/navigate_toolbar.xhp @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + --> + + <meta> + <topic id="writernavigatetoolbar" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Navigate Toolbar</title> + <filename>/text/swriter/navigate_toolbar.xhp</filename> + </topic> +</meta> +<body> +<bookmark xml-lang="en-US" branch="index" id="bm_id131655501267679"> + <bookmark_value>navigate forward</bookmark_value> + <bookmark_value>navigate backward</bookmark_value> +</bookmark> +<section id="navigatetoolbarHead"> + <h1 id="hd_id111655496106993"><variable id="h1"><link href="text/swriter/navigate_toolbar.xhp">Navigate Toolbar</link></variable></h1> + <paragraph id="par_id451655496106996" role="paragraph" xml-lang="en-US">Open Navigate toolbar.</paragraph> + </section> + <section id="howtoget"> + <paragraph role="paragraph" id="par_id921655501737088">Choose <menuitem>View - Toolbars - Navigation</menuitem>.</paragraph> + </section> + <bookmark xml-lang="en-US" branch="hid/.uno:NavigateForward" id="bm_id531655497261359" localize="false"/> + <h2 id="hd_id271655497247655">Navigate forward</h2> + <paragraph role="paragraph" id="par_id81655499487679">Jump to the next object.</paragraph> + <table id="tab_id231655500839246"> + <tablerow> + <tablecell> + <paragraph id="par_id791655500839247" role="paragraph"> + <image src="cmd/lc_nextrecord.svg" id="img_id981655500839247" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id311655500839247">Icon Forward</alt></image> + </paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id951655500839248" role="paragraph" xml-lang="en-US">Icon Forward</paragraph> + </tablecell> + </tablerow> + </table> + <bookmark xml-lang="en-US" branch="hid/.uno:NavigateBack" id="bm_id691655497290530" localize="false"/> + <h2 id="hd_id681655497252447">Navigate backward</h2> + <paragraph role="paragraph" id="par_id701655499492679">Jump to the previous object.</paragraph> + <table id="tab_id471655500856490"> + <tablerow> + <tablecell> + <paragraph id="par_id381655500856490" role="paragraph"> + <image src="cmd/lc_prevrecord.svg" id="img_id521655500856490" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id971655500856491">Icon Back</alt></image> + </paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id41655500856491" role="paragraph" xml-lang="en-US">Icon Back</paragraph> + </tablecell> + </tablerow> + </table> +</body> +</helpdocument> |