AllLangHelp_shared.mk | 1 AllLangHelp_swriter.mk | 1 source/text/scalc/01/02110000.xhp | 197 +++++----- source/text/scalc/01/04070000.xhp | 2 source/text/scalc/01/06050000.xhp | 2 source/text/scalc/guide/background.xhp | 2 source/text/scalc/guide/cellreference_dragdrop.xhp | 2 source/text/scalc/guide/format_table.xhp | 2 source/text/scalc/guide/webquery.xhp | 4 source/text/scalc/main0103.xhp | 2 source/text/sdraw/main0103.xhp | 2 source/text/shared/00/edit_menu.xhp | 14 source/text/shared/01/nav_rename.xhp | 6 source/text/shared/01/navigator.xhp | 266 +++++++++++++ source/text/simpress/01/02110000.xhp | 64 +-- source/text/simpress/main0103.xhp | 2 source/text/swriter/01/02110000.xhp | 402 +++++++++------------ source/text/swriter/01/02110100.xhp | 23 - source/text/swriter/01/navigator_context_menu.xhp | 200 ++++++++++ source/text/swriter/main0103.xhp | 2 source/text/swriter/navigate_toolbar.xhp | 4 21 files changed, 811 insertions(+), 389 deletions(-)
New commits: commit ad12e6e2b68b89d95e1fa92a8905348523ae8ec2 Author: Dione Maddern <dionemadd...@gmail.com> AuthorDate: Thu Aug 15 15:03:19 2024 -0400 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Fri Aug 16 16:00:05 2024 +0200 tdf#156332 Fix broken links to Navigator and Navigation Toolbar help pages Create new file text/shared/01/navigator.xhp - Help link from the Navigator Sidebar Deck is broken. The Navigation Sidebar deck contains the same widgets as the Navigator window, so I've merged everything into one file. - Embedded help content from the existing help pages for Navigator where possible, to avoid retranslation and used switches to show and hide the relevant content. Created new file text/swriter/01/navigator_context_menu.xhp - There are a lot of items in the context menu for Writer, and the page was getting overly long and difficult to read. In AllLangHelp_shared.mk - Added file text/shared/01/navigator.xhp In AllLangHelp_swriter.mk - added file text/swriter/01/navigator_context_menu.xhp In text/swriter/01/02110000.xhp - Added variable and section tags to make content easier to embed in other pages - moved bookmarks to text/shared/01/navigator.xhp or text/swriter/01/navigator_context_menu.xhp as appropriate, so that pressing F1 will open that page In text/simpress/01/02110000.xhp, and text/scalc/01/02110000.xhp - Added variable and section tags to make content easier to embed in other pages - moved bookmarks to text/shared/01/navigator.xhp so that pressing F1 will open that page - removed bookmark for the Pointer function because it doesn't seem to exist in the current version of Impress. In text/scalc/01/02110000.xhp - - Added variable and section tags to make content easier to embed in other pages - moved bookmarks to text/shared/01/navigator.xhp so that pressing F1 will open that page In text/swriter/01/02110100.xhp - Added variable and section ids so that the summary section can be embedded in text/shared/01/navigator.xhp instead of re-stating the same information. - Moved the bookmark for .uno:AvailableToolbars?Toolbar:string=navigationobjectbar to text/swriter/navigate_toolbar.xhp In text/swriter/navigate_toolbar.xhp - Added bookmark for source/text/swriter/navigate_toolbar.xhp so that pressing F1 while hovering over View > Toolbars > Navigator opens the correct page. In text/shared/00/edit_menu.xhp - Updated howtoget instructions for the Navigator window to include instructions for the Sidebar Updated links to text/scalc/01/02110000.xhp to lead to text/shared/01/navigator.xhp in - source/text/scalc/01/04070000.xhp - source/text/scalc/01/06050000.xhp - source/text/scalc/guide/background.xhp - source/text/scalc/guide/cellreference_dragdrop.xhp - source/text/scalc/guide/format_table.xhp - source/text/scalc/guide/webquery.xhp - source/text/scalc/main0103.xhp Updated links to text/simpress/01/02110000.xhp to lead to text/shared/01/navigator.xhp in - source/text/sdraw/main0103.xhp - source/text/simpress/main0103.xhp Updated links to text/swriter/01/02110000.xhp to lead to text/shared/01/navigator.xhp in - source/text/swriter/main0103.xhp - source/text/shared/01/nav_rename.xhp Change-Id: If5509dcbe9c9babf2ef84be492f0edfb2e2a3792 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171921 Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> Tested-by: Jenkins diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 77519db3d4..7dc3ca0fcf 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -380,6 +380,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/minimal_row_height \ helpcontent2/source/text/shared/01/moviesound \ helpcontent2/source/text/shared/01/nav_rename \ + helpcontent2/source/text/shared/01/navigator \ helpcontent2/source/text/shared/01/notebook_bar \ helpcontent2/source/text/shared/01/OutlineFont \ helpcontent2/source/text/shared/01/Overline \ diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index dd2ef2655a..69741442d9 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -190,6 +190,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/01/mm_emailmergeddoc \ helpcontent2/source/text/swriter/01/mm_finent \ helpcontent2/source/text/swriter/01/mm_matfie \ + helpcontent2/source/text/swriter/01/navigator_context_menu \ helpcontent2/source/text/swriter/01/mm_newaddblo \ helpcontent2/source/text/swriter/01/mm_newaddlis \ helpcontent2/source/text/swriter/01/mm_printmergeddoc \ diff --git a/source/text/scalc/01/02110000.xhp b/source/text/scalc/01/02110000.xhp index 29273ce44d..85db57576a 100644 --- a/source/text/scalc/01/02110000.xhp +++ b/source/text/scalc/01/02110000.xhp @@ -26,15 +26,6 @@ </meta> <body> <section id="navigator"> -<bookmark xml-lang="en-US" branch="index" id="bm_id3150791"><bookmark_value>Navigator;for sheets</bookmark_value> -<bookmark_value>navigating;in spreadsheets</bookmark_value> -<bookmark_value>displaying; scenario names</bookmark_value> -<bookmark_value>scenarios;displaying names</bookmark_value> -</bookmark><comment>mw made "navigating..." a two level entry and deleted "navigating;data range"</comment> -<bookmark xml-lang="en-US" branch="hid/.uno:Navigator" id="bm_id8227797" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/NavigatorPanel" id="bm_id3904654" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/@@nowidget@@" id="bm_id3904654" localize="false"/> - <h1 id="hd_id3150791"><link href="text/scalc/01/02110000.xhp">Navigator</link></h1> <paragraph role="paragraph" id="par_id3156422" xml-lang="en-US"><ahelp hid=".uno:Navigator">Activates and deactivates the Navigator.</ahelp> The Navigator is a <link href="text/shared/00/00000005.xhp#docking">dockable window</link>.</paragraph> </section> @@ -43,96 +34,104 @@ </section> <embed href="text/shared/guide/navigator.xhp#navigator"/> <paragraph role="paragraph" id="par_id3145271" xml-lang="en-US">Choose <emph>View - Navigator</emph> to display the Navigator.</paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/column" id="bm_id3163713" localize="false"/> -<h2 id="hd_id3159155">Column</h2> -<paragraph role="paragraph" id="par_id3146984" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/column">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/row" id="bm_id3156286" localize="false"/> -<h2 id="hd_id3147126">Row</h2> -<paragraph role="paragraph" id="par_id3149958" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/row">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/datarange" id="bm_id3149123" localize="false"/> -<h2 id="hd_id3150717">Data Range</h2> -<paragraph role="paragraph" id="par_id3150752" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/datarange">Specifies the current data range denoted by the position of the cell cursor.</ahelp></paragraph> -<table id="tbl_id3154754"> -<tablerow> -<tablecell> -<paragraph role="paragraph" id="par_id3159264" xml-lang="en-US"> -<image id="img_id3147338" src="cmd/lc_dataranges.svg" width="1cm" height="1cm"><alt id="alt_id3147338" xml-lang="en-US">Icon</alt> - </image></paragraph> -</tablecell> -<tablecell> -<paragraph role="paragraph" id="par_id3146919" xml-lang="en-US">Data Range</paragraph> -</tablecell> -</tablerow> -</table> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/start" id="bm_id3155111" localize="false"/> -<h2 id="hd_id3148488">Start</h2> -<paragraph role="paragraph" id="par_id3150086" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/start">Moves to the cell at the beginning of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp></paragraph> -<table id="tbl_id3150306"> -<tablerow> -<tablecell> -<paragraph role="paragraph" id="par_id3152994" xml-lang="en-US"> -<image id="img_id3150515" src="cmd/lc_prevrecord.svg" width="1cm" height="1cm"><alt id="alt_id3150515" xml-lang="en-US">Icon Start</alt> - </image></paragraph> -</tablecell> -<tablecell> -<paragraph role="paragraph" id="par_id3154372" xml-lang="en-US">Start</paragraph> -</tablecell> -</tablerow> -</table> +<h2 id="hd_id3159155"><variable id="column_hd">Column</variable></h2> +<section id="column_content"><paragraph role="paragraph" id="par_id3146984" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/column">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</ahelp></paragraph> +</section> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/end" id="bm_id3156449" localize="false"/> -<h2 id="hd_id3146982">End</h2> -<paragraph role="paragraph" id="par_id3152985" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/end">Moves to the cell at the end of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp></paragraph> -<table id="tbl_id3152901"> -<tablerow> -<tablecell> -<paragraph role="paragraph" id="par_id3159170" xml-lang="en-US"> -<image id="img_id3148871" src="cmd/lc_nextrecord.svg" width="1cm" height="1cm"><alt id="alt_id3148871" xml-lang="en-US">Icon End</alt></image></paragraph> -</tablecell> -<tablecell> -<paragraph role="paragraph" id="par_id3147072" xml-lang="en-US">End</paragraph> -</tablecell> -</tablerow> -</table> +<h2 id="hd_id3147126"><variable id="row_hd">Row</variable></h2> +<section id="row_content"> + <paragraph role="paragraph" id="par_id3149958" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/row">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</ahelp></paragraph> +</section> -<h2 id="hd_id3150107">Toggle</h2> -<paragraph role="paragraph" id="par_id3159098" xml-lang="en-US">Toggles the content view. Only the selected Navigator element and its subelements are displayed. Click the icon again to restore all elements for viewing.</paragraph> -<table id="tbl_id3153973"> -<tablerow> -<tablecell> -<paragraph role="paragraph" id="par_id3152869" xml-lang="en-US"> -<image id="img_id3149126" src="sw/res/sc20244.svg" width="1cm" height="1cm"><alt id="alt_id3149126" xml-lang="en-US">Icon Toggle</alt></image></paragraph> -</tablecell> -<tablecell> -<paragraph role="paragraph" id="par_id3159229" xml-lang="en-US">Toggle</paragraph> -</tablecell> -</tablerow> -</table> +<h2 id="hd_id3150717"><variable id="data_range_hd">Data Range</variable></h2> +<section id="data_range_content"> + <paragraph role="paragraph" id="par_id3150752" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/datarange">Specifies the current data range denoted by the position of the cell cursor.</ahelp></paragraph> + <table id="tbl_id3154754"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id3159264" xml-lang="en-US"> + <image id="img_id3147338" src="cmd/lc_dataranges.svg" width="1cm" height="1cm"><alt id="alt_id3147338" xml-lang="en-US">Icon</alt> + </image></paragraph> + </tablecell> + <tablecell> + <paragraph role="paragraph" id="par_id3146919" xml-lang="en-US">Data Range</paragraph> + </tablecell> + </tablerow> + </table> +</section> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/scenarios" id="bm_id3145115" localize="false"/> -<h2 id="hd_id3147244">Scenarios</h2> -<paragraph role="paragraph" id="par_id3153955" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/scenarios">Displays all available scenarios. Double-click a name to apply that scenario.</ahelp> The result is shown in the sheet. For more information, choose <link href="text/scalc/01/06050000.xhp"><emph>Tools - Scenarios</emph></link>.</paragraph> -<table id="tbl_id3147405"> -<tablerow> -<tablecell> -<paragraph role="paragraph" id="par_id3148745" xml-lang="en-US"> -<image id="img_id3159256" src="cmd/sc_thesaurus.svg" width="1cm" height="1cm"><alt id="alt_id3159256" xml-lang="en-US">Icon Scenarios</alt></image></paragraph> -</tablecell> -<tablecell> -<paragraph role="paragraph" id="par_id3166466" xml-lang="en-US">Scenarios</paragraph> -</tablecell> -</tablerow> -</table> +<h2 id="hd_id3148488"><variable id="start_hd">Start</variable></h2> +<section id="start_content"> + <paragraph role="paragraph" id="par_id3150086" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/start">Moves to the cell at the beginning of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp></paragraph> + <table id="tbl_id3150306"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id3152994" xml-lang="en-US"> + <image id="img_id3150515" src="cmd/lc_prevrecord.svg" width="1cm" height="1cm"><alt id="alt_id3150515" xml-lang="en-US">Icon Start</alt> + </image></paragraph> + </tablecell> + <tablecell> + <paragraph role="paragraph" id="par_id3154372" xml-lang="en-US">Start</paragraph> + </tablecell> + </tablerow> + </table> +</section> + +<h2 id="hd_id3146982"><variable id="end_hd">End</variable></h2> +<section id="end_content"> + <paragraph role="paragraph" id="par_id3152985" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/end">Moves to the cell at the end of the current data range, which you can highlight using the <emph>Data Range</emph> button.</ahelp></paragraph> + <table id="tbl_id3152901"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id3159170" xml-lang="en-US"> + <image id="img_id3148871" src="cmd/lc_nextrecord.svg" width="1cm" height="1cm"><alt id="alt_id3148871" xml-lang="en-US">Icon End</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph role="paragraph" id="par_id3147072" xml-lang="en-US">End</paragraph> + </tablecell> + </tablerow> + </table> +</section> +<h2 id="hd_id3150107"><variable id="toggle_hd">Toggle</variable></h2> +<section id="toggle_content"> + <paragraph role="paragraph" id="par_id3159098" xml-lang="en-US">Toggles the content view. Only the selected Navigator element and its subelements are displayed. Click the icon again to restore all elements for viewing.</paragraph> + <table id="tbl_id3153973"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id3152869" xml-lang="en-US"> + <image id="img_id3149126" src="sw/res/sc20244.svg" width="1cm" height="1cm"><alt id="alt_id3149126" xml-lang="en-US">Icon Toggle</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph role="paragraph" id="par_id3159229" xml-lang="en-US">Toggle</paragraph> + </tablecell> + </tablerow> + </table> +</section> + +<h2 id="hd_id3147244">Scenarios<variable id="scenarios_hd">Scenarios</variable></h2> +<section id="scenarios_content"> + <paragraph role="paragraph" id="par_id3153955" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/scenarios">Displays all available scenarios. Double-click a name to apply that scenario.</ahelp> The result is shown in the sheet. For more information, choose <link href="text/scalc/01/06050000.xhp"><emph>Tools - Scenarios</emph></link>.</paragraph> + <table id="tbl_id3147405"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id3148745" xml-lang="en-US"> + <image id="img_id3159256" src="cmd/sc_thesaurus.svg" width="1cm" height="1cm"><alt id="alt_id3159256" xml-lang="en-US">Icon Scenarios</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph role="paragraph" id="par_id3166466" xml-lang="en-US">Scenarios</paragraph> + </tablecell> + </tablerow> + </table> + <paragraph role="paragraph" id="par_idN10A6C" xml-lang="en-US">If the Navigator displays scenarios, you can access the following commands when you right-click a scenario entry:</paragraph> +</section> + +<h3 id="par_idN10A77"><variable id="delete_hd">Delete</variable></h3> +<section id="delete_content"><paragraph role="paragraph" id="par_idN10A7B" xml-lang="en-US"><ahelp hid="modules/scalc/ui/scenariomenu/delete">Deletes the selected scenario.</ahelp></paragraph></section> + +<h3 id="par_idN10A92"><variable id="properties_hd">Properties</variable></h3> +<section id="properties_content"><paragraph role="paragraph" id="par_idN10A96" xml-lang="en-US"><ahelp hid="modules/scalc/ui/scenariomenu/edit">Opens the <link href="text/scalc/01/06050000.xhp">Edit scenario</link> dialog, where you can edit the scenario properties.</ahelp></paragraph></section> -<paragraph role="paragraph" id="par_idN10A6C" xml-lang="en-US">If the Navigator displays scenarios, you can access the following commands when you right-click a scenario entry:</paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scenariomenu/delete" id="bm_id1900997" localize="false"/> -<h3 id="par_idN10A77">Delete</h3> -<paragraph role="paragraph" id="par_idN10A7B" xml-lang="en-US"><ahelp hid="modules/scalc/ui/scenariomenu/delete">Deletes the selected scenario.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scenariomenu/edit" id="bm_id4495376" localize="false"/> -<h3 id="par_idN10A92">Properties</h3> -<paragraph role="paragraph" id="par_idN10A96" xml-lang="en-US"><ahelp hid="modules/scalc/ui/scenariomenu/edit">Opens the <link href="text/scalc/01/06050000.xhp">Edit scenario</link> dialog, where you can edit the scenario properties.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/dragmode" id="bm_id3157871" localize="false"/> <h2 id="hd_id3150037">Drag Mode</h2> <paragraph role="paragraph" id="par_id3157876" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/dragmode">Opens a submenu for selecting the drag mode. You decide which action is performed when dragging and dropping an object from the Navigator into a document. Depending on the mode you select, the icon indicates whether a hyperlink, link or a copy is created.</ahelp></paragraph> <table id="tbl_id3153118"> @@ -147,20 +146,20 @@ </tablerow> </table> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/dropmenu/hyperlink" id="bm_id3146876" localize="false"/> + <h3 id="hd_id3149009">Insert as Hyperlink</h3> <paragraph role="paragraph" id="par_id3146938" xml-lang="en-US"><ahelp hid="modules/scalc/ui/dropmenu/hyperlink">Inserts a hyperlink when you drag-and-drop an object from the Navigator into a document.</ahelp> You can later click the created hyperlink to set the cursor and the view to the respective object. </paragraph> <note id="par_id3880733">If you insert a hyperlink that links to an open document, you need to save the document before you can use the hyperlink.</note> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/dropmenu/link" id="bm_id3150740" localize="false"/> + <h3 id="hd_id3154682">Insert as Link</h3> <paragraph role="paragraph" id="par_id3150746" xml-lang="en-US"><ahelp hid="modules/scalc/ui/dropmenu/link">Creates a link when you drag-and-drop an object from the Navigator into a document.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/dropmenu/copy" id="bm_id3154846" localize="false"/> + <h3 id="hd_id3145824">Insert as Copy</h3> <paragraph role="paragraph" id="par_id3147471" xml-lang="en-US"><ahelp hid="modules/scalc/ui/dropmenu/copy">Generates a copy when you drag-and-drop an object from the Navigator into a document.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/contentbox" id="bm_id3150695" localize="false"/> + <h2 id="hd_id3147423">Objects</h2> <paragraph role="paragraph" id="par_id3150700" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/contentbox">Displays all objects in your document.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/documents" id="bm_id3152785" localize="false"/> + <h2 id="hd_id3150860">Documents</h2> <paragraph role="paragraph" id="par_id3153929" xml-lang="en-US"><ahelp hid="modules/scalc/ui/navigatorpanel/documents">Displays the names of all open documents.</ahelp> To switch to another open document in the Navigator, click the document name. The status (active, inactive) of the document is shown in brackets after the name. You can switch the active document in the <emph>Window</emph> menu.</paragraph> </body> diff --git a/source/text/scalc/01/04070000.xhp b/source/text/scalc/01/04070000.xhp index fc9c04a2e4..1a1c97031e 100644 --- a/source/text/scalc/01/04070000.xhp +++ b/source/text/scalc/01/04070000.xhp @@ -30,7 +30,7 @@ <bookmark branch="hid/.uno:NamesMenu" id="bm_id2043214" localize="false"/> <section id="namen"> <h1 id="hd_id3153951"><link href="text/scalc/01/04070000.xhp">Named Ranges and Expressions</link></h1> -<paragraph role="paragraph" id="par_id3145801"><ahelp hid=".">Allows you to name the different sections of your spreadsheet document.</ahelp> By naming the different sections, you can easily <link href="text/scalc/01/02110000.xhp">navigate</link> through the spreadsheet documents and find specific information.</paragraph> +<paragraph role="paragraph" id="par_id3145801"><ahelp hid=".">Allows you to name the different sections of your spreadsheet document.</ahelp> By naming the different sections, you can easily <link href="text/shared/01/navigator.xhp">navigate</link> through the spreadsheet documents and find specific information.</paragraph> </section> <section id="howtoget"> <embed href="text/scalc/00/00000404.xhp#names"/> diff --git a/source/text/scalc/01/06050000.xhp b/source/text/scalc/01/06050000.xhp index 8c440dd4bd..e746c401de 100644 --- a/source/text/scalc/01/06050000.xhp +++ b/source/text/scalc/01/06050000.xhp @@ -49,7 +49,7 @@ <bookmark branch="hid/modules/scalc/ui/scenariodialog/comment" id="bm_id3152596" localize="false"/> <bookmark branch="hid/SC_HID_SC_SCENWIN_BOTTOM" id="bm_id3156444" localize="false"/> <h2 id="hd_id3153954">Comment</h2> -<paragraph role="paragraph" id="par_id3155411"><ahelp hid=".">Specifies additional information about the scenario. This information will be displayed in the <link href="text/scalc/01/02110000.xhp">Navigator</link> when you click the <emph>Scenarios</emph> icon and select the desired scenario.</ahelp> You can also modify this information in the Navigator through the <emph>Properties </emph>context menu command.</paragraph> +<paragraph role="paragraph" id="par_id3155411"><ahelp hid=".">Specifies additional information about the scenario. This information will be displayed in the <link href="ttext/shared/01/navigator.xhp">Navigator</link> when you click the <emph>Scenarios</emph> icon and select the desired scenario.</ahelp> You can also modify this information in the Navigator through the <emph>Properties </emph>context menu command.</paragraph> <h2 id="hd_id3145273">Settings</h2> <paragraph role="paragraph" id="par_id3153364">This section is used to define some of the settings used in the scenario display.</paragraph> <bookmark branch="hid/modules/scalc/ui/scenariodialog/showframe" id="bm_id3151119" localize="false"/> diff --git a/source/text/scalc/guide/background.xhp b/source/text/scalc/guide/background.xhp index b665c14910..2bb12d711a 100644 --- a/source/text/scalc/guide/background.xhp +++ b/source/text/scalc/guide/background.xhp @@ -56,7 +56,7 @@ </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3149664" role="listitem">Select the graphic and click <emph>Open</emph>.</paragraph> - <paragraph xml-lang="en-US" id="par_id3153575" role="listitem">The graphic is inserted anchored to the current cell. You can move and scale the graphic as you want. In your context menu you can use the <menuitem>Arrange - To Background</menuitem> command to place this in the background. To select a graphic that has been placed in the background, use the <link href="text/scalc/01/02110000.xhp">Navigator</link>.</paragraph> + <paragraph xml-lang="en-US" id="par_id3153575" role="listitem">The graphic is inserted anchored to the current cell. You can move and scale the graphic as you want. In your context menu you can use the <menuitem>Arrange - To Background</menuitem> command to place this in the background. To select a graphic that has been placed in the background, use the <link href="text/shared/01/navigator.xhp">Navigator</link>.</paragraph> </listitem> </list> <section id="relatedtopics"> diff --git a/source/text/scalc/guide/cellreference_dragdrop.xhp b/source/text/scalc/guide/cellreference_dragdrop.xhp index 0508352c88..57d5726e0e 100644 --- a/source/text/scalc/guide/cellreference_dragdrop.xhp +++ b/source/text/scalc/guide/cellreference_dragdrop.xhp @@ -46,7 +46,7 @@ <paragraph xml-lang="en-US" id="par_id3151073" role="listitem">Open the sheet in which you want to insert something.</paragraph> </listitem> <listitem> - <paragraph xml-lang="en-US" id="par_id3154732" role="listitem">Open the <link href="text/scalc/01/02110000.xhp">Navigator</link>. In the lower box of the Navigator select the source file.</paragraph> + <paragraph xml-lang="en-US" id="par_id3154732" role="listitem">Open the <link href="text/shared/01/navigator.xhp">Navigator</link>. In the lower box of the Navigator select the source file.</paragraph> </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id3150752" role="listitem">In the Navigator, the source file object appears under "Range names".</paragraph> diff --git a/source/text/scalc/guide/format_table.xhp b/source/text/scalc/guide/format_table.xhp index 9dd08cb611..d6e31cbc63 100644 --- a/source/text/scalc/guide/format_table.xhp +++ b/source/text/scalc/guide/format_table.xhp @@ -66,7 +66,7 @@ <paragraph role="listitem" id="par_id3145116" xml-lang="en-US">To apply formatting attributes to an entire sheet, choose <emph>Format - Page Style</emph>. You can define headers and footers, for example, to appear on each printed page.</paragraph> </listitem> </list> -<paragraph role="note" id="par_id3145389" xml-lang="en-US">An image that you have loaded with <item type="menuitem">Format - Page Style - Background</item> is only visible in print or in the print preview. To display a background image on screen as well, insert the graphic image by choosing <item type="menuitem">Insert - Image - From File</item> and arrange the image behind the cells by choosing <item type="menuitem">Format - Arrange - To Background</item>. Use the <link href="text/scalc/01/02110000.xhp">Navigator</link> to select the background image.</paragraph> +<paragraph role="note" id="par_id3145389" xml-lang="en-US">An image that you have loaded with <item type="menuitem">Format - Page Style - Background</item> is only visible in print or in the print preview. To display a background image on screen as well, insert the graphic image by choosing <item type="menuitem">Insert - Image - From File</item> and arrange the image behind the cells by choosing <item type="menuitem">Format - Arrange - To Background</item>. Use the <link href="text/shared/01/navigator.xhp">Navigator</link> to select the background image.</paragraph> <section id="relatedtopics"> <embed href="text/scalc/guide/autoformat.xhp#autoformat"/> <paragraph role="paragraph" id="par_id2837916" xml-lang="en-US"><link href="text/shared/01/05020300.xhp">Number Formatting Options</link></paragraph> diff --git a/source/text/scalc/guide/webquery.xhp b/source/text/scalc/guide/webquery.xhp index cf97c3c5ff..1bd8633d65 100644 --- a/source/text/scalc/guide/webquery.xhp +++ b/source/text/scalc/guide/webquery.xhp @@ -68,13 +68,13 @@ <paragraph role="paragraph" id="par_id3153965" xml-lang="en-US">Open two documents: the $[officename] Calc spreadsheet in which the external data is to be inserted (target document) and the document from which the external data derives (source document).</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3150205" xml-lang="en-US">In the target document open the <link href="text/scalc/01/02110000.xhp">Navigator</link>.</paragraph> +<paragraph role="paragraph" id="par_id3150205" xml-lang="en-US">In the target document open the <link href="text/shared/01/navigator.xhp">Navigator</link>.</paragraph> </listitem> <listitem> <paragraph role="paragraph" id="par_id3152990" xml-lang="en-US">In the lower combo box of the Navigator select the source document. The Navigator now shows the range names and database ranges or the tables contained in the source document.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3148842" xml-lang="en-US">In the Navigator select the <emph>Insert as link</emph> drag mode +<paragraph role="paragraph" id="par_id3148842" xml-lang="en-US">In the Navigator select the <emph>Insert as link</emph> drag mode <image id="img_id3152985" src="sw/res/sc20238.png" width="0.222inch" height="0.222inch"><alt id="alt_id3152985" xml-lang="en-US">Icon</alt> </image>.</paragraph> </listitem> diff --git a/source/text/scalc/main0103.xhp b/source/text/scalc/main0103.xhp index 1460028047..f79d9ddc8a 100644 --- a/source/text/scalc/main0103.xhp +++ b/source/text/scalc/main0103.xhp @@ -56,7 +56,7 @@ <h2 id="hd_id102720150908397549"><link href="text/shared/01/gallery.xhp">Gallery</link></h2> <embed href="text/shared/01/gallery.xhp#media_gallery_text"/> -<embed href="text/scalc/01/02110000.xhp#navigator"/> +<embed href="text/shared/01/navigator.xhp#navigator"/> <h2 id="hd_id102720151147488697"><embedvar href="text/scalc/01/04080000.xhp#function_list_title"/></h2> <embed href="text/scalc/01/04080000.xhp#function_list_text"/> diff --git a/source/text/sdraw/main0103.xhp b/source/text/sdraw/main0103.xhp index cc9fbd5533..d98e04fb2b 100644 --- a/source/text/sdraw/main0103.xhp +++ b/source/text/sdraw/main0103.xhp @@ -47,7 +47,7 @@ <embed href="text/shared/01/menu_view_sidebar.xhp#sidebar"/> <embed href="text/shared/01/styles.xhp#styles_and_formatting"/> <embed href="text/shared/01/gallery.xhp#media_gallery"/> -<embed href="text/simpress/01/02110000.xhp#navigator"/> +<embed href="text/shared/01/navigator.xhp#navigator"/> <embed href="text/shared/01/03170000.xhp#colorbar_header"/> <embed href="text/shared/01/03170000.xhp#colorbar_text"/> <h2 id="hd_id961605560845125">Shift</h2> diff --git a/source/text/shared/00/edit_menu.xhp b/source/text/shared/00/edit_menu.xhp index 8f16e92890..0c0ef29e9d 100644 --- a/source/text/shared/00/edit_menu.xhp +++ b/source/text/shared/00/edit_menu.xhp @@ -454,6 +454,20 @@ Choose <menuitem>Edit - Track Changes - Record</menuitem>.</variable></paragraph </table> <embed href="text/shared/00/00000004.xhp#from_keyboard"/> <paragraph role="paragraph" id="par_id941683841117366"><keycode>F5</keycode></paragraph> + <paragraph role="paragraph" id="par_id971723655402885"><switchinline select="sys"><caseinline select="MAC"><keycode>Option</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline><keycode> + 4</keycode> to open in the Sidebar.</paragraph> + <embed href="text/shared/00/00000004.xhp#from_sidebar"/> + <table id="tab_id61723655609778"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id431723655609778"> + <image src="cmd/lc_navigator.svg" id="img_id991723655609778" width="1cm" height="1cm"><alt id="alt_id911723655609778">Icon Navigator</alt></image> + </paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id21723655609778" role="paragraph">Navigator</paragraph> + </tablecell> + </tablerow> + </table> </section> diff --git a/source/text/shared/01/nav_rename.xhp b/source/text/shared/01/nav_rename.xhp index 70bbf12de3..b16cc6460b 100644 --- a/source/text/shared/01/nav_rename.xhp +++ b/source/text/shared/01/nav_rename.xhp @@ -27,8 +27,8 @@ <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/renameobjectdialog/entry" id="bm_id8549002" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/renameobjectdialog/cancel" id="bm_id8549003" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/renameobjectdialog/ok" id="bm_id8549004" localize="false"/> - <h1 id="hd_id3147366" xml-lang="en-US">Rename object</h1> - <paragraph role="paragraph" id="par_id3147588" xml-lang="en-US"><variable id="desc">Renames the object selected in the Navigator.</variable></paragraph> + <h1 id="hd_id3147366" xml-lang="en-US"><variable id="rename_object_h1"><link href="text/shared/01/nav_rename.xhp">Rename</link></variable></h1> + <section id="rename_object_content"><paragraph role="paragraph" id="par_id3147588" xml-lang="en-US"><variable id="desc">Renames the object selected in the Navigator.</variable></paragraph></section> <section id="howtoget"> <paragraph id="par_id3148833" role="paragraph">Open the context menu for the object - Choose <menuitem>Rename</menuitem>.</paragraph> </section> @@ -37,7 +37,7 @@ <note id="par_id661630417737429">Names of objects must be unique in the same document.</note> <section id="relatedtopics"> - <embed href="text/swriter/01/02110000.xhp#Navigator"/> + <embed href="text/shared/01/navigator.xhp#navigator_h1"/> </section> </body> </helpdocument> diff --git a/source/text/shared/01/navigator.xhp b/source/text/shared/01/navigator.xhp new file mode 100644 index 0000000000..7f9bc839d8 --- /dev/null +++ b/source/text/shared/01/navigator.xhp @@ -0,0 +1,266 @@ +<?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="textshared01navigatorxhp" indexer="include" status="PUBLISH"> + <title id="tit">Navigator</title> + <filename>/text/shared/01/navigator.xhp</filename> + </topic> +</meta> +<body> +<bookmark xml-lang="en-US" branch="index" id="bm_id3150791"><bookmark_value>Navigator;for sheets</bookmark_value> +<bookmark_value>sidebar;navigator</bookmark_value> +<bookmark_value>navigator;sidebar</bookmark_value> +<bookmark_value>view;navigator</bookmark_value> +<bookmark_value>navigator;viewing</bookmark_value> +<bookmark_value>launch;navigator</bookmark_value> +<bookmark_value>navigator;launch</bookmark_value> +<bookmark_value>navigating;in spreadsheets</bookmark_value> +<bookmark_value>displaying; scenario names</bookmark_value> +<bookmark_value>scenarios;displaying names</bookmark_value> +</bookmark> +<bookmark xml-lang="en-US" branch="hid/.uno:Navigator" id="bm_id8227797" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/NavigatorPanel" id="bm_id3904654" localize="false"/> +<bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/@@nowidget@@" id="bm_id3904654" localize="false"/> +<bookmark branch="hid/SW_HID_NAVIGATOR_TREELIST" id="bm_id4232255" localize="false"/> +<bookmark branch="hid/modules/swriter/ui/navigatorpanel/@@nowidget@@" id="bm_id61683983952550" localize="false"/> +<bookmark branch="hid/modules/swriter/ui/navigatorpanel/globaltoggle" id="bm_id3155912" localize="false"/> +<bookmark branch="hid/modules/swriter/ui/navigatorpanel/root" id="bm_id3145591" localize="false"/> +<bookmark branch="hid/SIDEBAR_NAVIGATORDECK" id="bm_id131723484134609" localize="false"/> +<section id="navigator"><h1 id="hd_id611723482831601"><variable id="navigator_h1"><link href="text/shared/01/navigator.xhp">Navigator</link></variable></h1> +<section id="navigator_content"> + <paragraph role="paragraph" id="par_id851723484985413">Shows or hides the Navigator window. Use the Navigator to quickly jump between different parts of the document, or switch between open files.</paragraph> + </section> + </section> + <paragraph role="paragraph" id="par_id521723741954687">The Navigator is a <link href="text/shared/00/00000005.xhp#docking">dockable window</link>.</paragraph> + <section id="howtoget"> + <embed href="text/shared/00/edit_menu.xhp#navigator"/> + </section> + <switch select="appl"> + <case select="WRITER"> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/NavElementWidget" id="bm_id3145622" localize="false"/> + <h2 id="hd_id161723659975329"><embedvar href="text/swriter/01/02110100.xhp#navigate_by_h1" markup="ignore"/></h2> + <embed href="text/swriter/01/02110100.xhp#navigate_by_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/back" id="bm_id3148779" localize="false"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/forward" id="bm_id3154022" localize="false"/> + <h2 id="hd_id831723659978460"><embedvar href="text/swriter/01/02110000.xhp#previous_hd" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#previous_content"/> + <h2 id="hd_id591723659981016"><embedvar href="text/swriter/01/02110000.xhp#next_hd" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#next_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/contenttoggle" id="bm_id3155911" localize="false"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/numericfield" id="bm_id3148726" localize="false"/> + <h2 id="hd_id171723659984007"><embedvar href="text/swriter/01/02110000.xhp#page_number_hd" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#page_number_content"/> + <h2 id="hd_id591723659986600"><embedvar href="text/swriter/01/02110000.xhp#content_navigation_view_hd" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#content_navigation_view_content"/> + <h2 id="hd_id431723659989531"><embedvar href="text/swriter/01/02110000.xhp#toggle_master_view_hd" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#toggle_master_view_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/header" id="bm_id3159237" localize="false"/> + <h2 id="hd_id931723659992056"><embedvar href="text/swriter/01/02110000.xhp#header_hd" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#header_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/footer" id="bm_id3147131" localize="false"/> + <h2 id="hd_id211723659994768"><embedvar href="text/swriter/01/02110000.xhp#footer_hd" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#footer_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/anchor" id="bm_id3150309" localize="false"/> + <h2 id="hd_id391723659998106"><embedvar href="text/swriter/01/02110000.xhp#anchortext_hd" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#anchortext_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/reminder" id="bm_id3155392" localize="false"/> + <h2 id="hd_id501723660001039"><embedvar href="text/swriter/01/02110000.xhp#set_reminder_hd" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#set_reminder_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/headings" id="bm_id3150519" localize="false"/> + <bookmark branch="hid/SW_HID_NAV_OUTLINE_LEVEL" id="bm_id3156965" localize="false"/> + <bookmark branch="hid/SW_HID_NAVI_OUTLINES" id="bm_id3148820" localize="false"/> + <h2 id="hd_id951723660003216"><embedvar href="text/swriter/01/02110000.xhp#outlinelvl" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#outlinelvl_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/listbox" id="bm_id3155319" localize="false"/> + <h2 id="hd_id661723660005764"><embedvar href="text/swriter/01/02110000.xhp#ListBoxh1" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#list_box_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/promote" id="bm_id3151349" localize="false"/> + <h2 id="hd_id181723660008669"><embedvar href="text/swriter/01/02110000.xhp#promotelevel" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#promotelevel_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/demote" id="bm_id3153724" localize="false"/> + <h2 id="hd_id531723660011541"><embedvar href="text/swriter/01/02110000.xhp#demotelevel" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#demotelevel_content"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/chapterup" id="bm_id3145582" localize="false"/> + <h2 id="hd_id191723660014337"><embedvar href="text/swriter/01/02110000.xhp#promotechap" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#promotechap_content"/> + <h2 id="hd_id161723660017115"><embedvar href="text/swriter/01/02110000.xhp#demotechap" markup="ignore"/></h2> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/chapterdown" id="bm_id3154435" localize="false"/> + <embed href="text/swriter/01/02110000.xhp#demotechap_content"/> + </case> + <case select="CALC"> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/column" id="bm_id3163713" localize="false"/> + <h2 id="hd_id621723660019627"><embedvar href="text/scalc/01/02110000.xhp#column_hd" markup="ignore"/></h2> + <embed href="text/scalc/01/02110000.xhp#column_content"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/row" id="bm_id3156286" localize="false"/> + <h2 id="hd_id281723660023899"><embedvar href="text/scalc/01/02110000.xhp#row_hd" markup="ignore"/></h2> + <embed href="text/scalc/01/02110000.xhp#row_content"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/datarange" id="bm_id3149123" localize="false"/> + <h2 id="hd_id31723660026479"><embedvar href="text/scalc/01/02110000.xhp#data_range_hd" markup="ignore"/></h2> + <embed href="text/scalc/01/02110000.xhp#data_range_content"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/start" id="bm_id3155111" localize="false"/> + <h2 id="hd_id321723660029186"><embedvar href="text/scalc/01/02110000.xhp#start_hd" markup="ignore"/></h2> + <embed href="text/scalc/01/02110000.xhp#start_content"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/end" id="bm_id3156449" localize="false"/> + <h2 id="hd_id691723660055318"><embedvar href="text/scalc/01/02110000.xhp#end_hd" markup="ignore"/></h2> + <embed href="text/scalc/01/02110000.xhp#end_content"/> + <bookmark branch="hid/modules/scalc/ui/navigatorpanel/toggle" id="bm_id151723739270886" localize="false"/> + <h2 id="hd_id481723660059976"><embedvar href="text/scalc/01/02110000.xhp#toggle_hd" markup="ignore"/></h2> + <embed href="text/scalc/01/02110000.xhp#toggle_content"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/scenarios" id="bm_id3145115" localize="false"/> + <h2 id="hd_id851723660062498"><embedvar href="text/scalc/01/02110000.xhp#scenarios_hd" markup="ignore"/></h2> + <embed href="text/scalc/01/02110000.xhp#scenarios_content"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scenariomenu/delete" id="bm_id1900997" localize="false"/> + <h3 id="hd_id361723660065449"><embedvar href="text/scalc/01/02110000.xhp#delete_hd" markup="ignore"/></h3> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/scenariomenu/edit" id="bm_id4495376" localize="false"/> + <h3 id="hd_id761723739641878"><embedvar href="text/scalc/01/02110000.xhp#properties_hd" markup="ignore"/></h3> + <embed href="text/scalc/01/02110000.xhp#properties_content"/> + <embed href="text/scalc/01/02110000.xhp#delete_content"/> + <h3 id="hd_id851723660068026"><embedvar href="text/scalc/01/02110000.xhp#properties_hd" markup="ignore"/></h3> + <embed href="text/scalc/01/02110000.xhp#properties_content"/> + </case> + <case select="IMPRESS"> + <section id="page_navigation"> + <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/first" id="bm_id3153110" localize="false"/> + <h2 id="hd_id81723660071059"><embedvar href="/text/simpress/01/02110000.xhp#first page_hd" markup="ignore"/></h2> + <embed href="/text/simpress/01/02110000.xhp#first_page_content"/> + + <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/previous" id="bm_id3148390" localize="false"/> + <h2 id="hd_id921723660073724"><embedvar href="text/simpress/01/02110000.xhp#previous_page_hd" markup="ignore"/></h2> + <embed href="text/simpress/01/02110000.xhp#previous_page_content"/> + + <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/next" id="bm_id3155988" localize="false"/> + <h2 id="hd_id61723660076753"><embedvar href="text/simpress/01/02110000.xhp#next_page_hd" markup="ignore"/></h2> + <embed href="text/simpress/01/02110000.xhp#next_page_content"/> + + <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/last" id="bm_id3145208" localize="false"/> + <h2 id="hd_id961723660079036"><embedvar href="text/simpress/01/02110000.xhp#last_page_hd" markup="ignore"/></h2> + <embed href="text/simpress/01/02110000.xhp#last_page_content"/> + </section> + </case> + <case select="DRAW"> + <embed href="text/shared/01/navigator.xhp#page_navigation"/> + </case> + </switch> + + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/dragmode" id="bm_id3154303" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/dragmode" id="bm_id3157871" localize="false"/> + <bookmark branch="hid/SW_HID_NAV_DRAG_MODE" id="bm_id3157145" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/dragmode" id="bm_id3150258" localize="false"/> + <h2 id="hd_id131723660093413"><embedvar href="text/swriter/01/02110000.xhp#dragmode" markup="ignore"/></h2> + <embed href="text/swriter/01/02110000.xhp#dragmode_content"/> + + <bookmark branch="hid/SW_HID_NAVI_DRAG_HYP" id="bm_id3150949" localize="false"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/hyperlink" id="bm_id581683848245793" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/dropmenu/hyperlink" id="bm_id3146876" localize="false"/> + <bookmark branch="hid/modules/simpress/ui/navigatorpanel/1" id="bm_id81723663821228" localize="false"/> + <h3 id="hd_id41723659958168"><embedvar href="text/swriter/01/02110000.xhp#insertashyperlink" markup="ignore"/></h3> + <embed href="text/swriter/01/02110000.xhp#insertashyperlink_content"/> + + <bookmark branch="hid/SW_HID_NAVI_DRAG_LINK" id="bm_id3154365" localize="false"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/link" id="bm_id221683848183904" localize="false"/> + <bookmark branch="hid/modules/simpress/ui/navigatorpanel/2" id="bm_id591723663817681" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/dropmenu/link" id="bm_id3150740" localize="false"/> + <h3 id="hd_id321723659949073hd_id711723659965938"><embedvar href="text/swriter/01/02110000.xhp#insertaslink" markup="ignore"/></h3> + <embed href="text/swriter/01/02110000.xhp#insertaslink_content"/> + + <bookmark branch="hid/SW_HID_NAVI_DRAG_COPY" id="bm_id3155583" localize="false"/> + <bookmark branch="hid/modules/swriter/ui/navigatorpanel/copy" id="bm_id311683848261643" localize="false"/> + <bookmark branch="hid/modules/simpress/ui/navigatorpanel/3" id="bm_id901723663786613" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/dropmenu/copy" id="bm_id3154846" localize="false"/> + <h3 id="hd_id81723659969015"><embedvar href="text/swriter/01/02110000.xhp#insertascopy" markup="ignore"/></h3> + <embed href="text/swriter/01/02110000.xhp#insertascopy_content"/> + <switch select="appl"> + <case select="WRITER"> + <h2 id="hd_id141723554363319"><variable id="delete_object_hd">Delete</variable></h2> + <section id="delete_object_content"> + <paragraph role="paragraph" id="par_id821723554392874">Deletes the object or category of objects that is currently selected in the <link href="text/shared/01/navigator.xhp#objects_hd"><menuitem>Objects</menuitem></link> tree.</paragraph> + </section> + <section id="delete_icon"> + <table id="tab_id301723729417042"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id731723729417042"> + <image src="cmd/sc_delete.svg" id="img_id431723729417042" width="1cm" height="1cm"><alt id="alt_id51723729417042">Icon Delete</alt></image> + </paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id781723729417042" role="paragraph">Delete</paragraph> + </tablecell> + </tablerow> + </table> + </section> + <paragraph role="paragraph" id="par_id621723554513621">If a heading has subheadings that are collapsed in the <menuitem>Objects</menuitem> pane, the heading and all its subheadings are deleted. If the heading is expanded in the Objects window, only the selected heading is deleted.</paragraph> + <paragraph role="paragraph" id="par_id61723555203716">If a category of objects is selected in the Objects pane, all objects in that category are deleted. For example, selecting <menuitem>Tables</menuitem> then pressing <menuitem>Delete</menuitem> deletes all tables in the document.</paragraph> + </case> + <case select="CALC"> + </case> + <default> + <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/shapes" id="bm_id9534592" localize="false"/> + <h2 id="hd_id11723659972600"><embedvar href="text/simpress/01/02110000.xhp#show_shapes_hd" markup="ignore"/></h2> + <embed href="text/simpress/01/02110000.xhp#show_shapes_content"/> + </default> + </switch> + <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/tree" id="bm_id3149807" localize="false"/> + <bookmark branch="hid/modules/scalc/ui/navigatorpanel/contentbox" id="bm_id561723739823606" localize="false"/> + <h2 id="hd_id191723659910778"><variable id="objects_hd">Objects</variable></h2> + <section id="objects_content"> + <paragraph role="paragraph" id="par_id831723725006011">The Objects tree lists all objects in the current document by category. Double-click on an object or press <keycode>Enter</keycode> to jump to it.</paragraph> + <paragraph role="paragraph" id="par_id391723556317441">Click on the ⯈ symbol next to a category to expand it.</paragraph> + <paragraph role="paragraph" id="par_id841723556681161">Click on the ⯆ symbol next to a category to collapse it.</paragraph></section> + <switch select="appl"> + <case select="WRITER"> + <paragraph role="paragraph" id="par_id781723727682700">Right-click on an object or category to access additional options in the <link href="text/swriter/01/navigator_context_menu.xhp"><menuitem>Context Menu</menuitem></link>.</paragraph> + </case> + <default> + <section id="context_menu_content"><paragraph role="paragraph" id="par_id751723725285089">Right-click on an object or category to access the following options:</paragraph></section> + </default> + </switch> + <switch select="appl"> + <case select="WRITER"> + </case> + <case select="CALC"> + <h3 id="hd_id461723661017083">Display</h3> + <embed href="text/shared/01/navigator.xhp#document_content"/> + <h3 id="hd_id811723660951564"><embedvar href="text/swriter/01/02110000.xhp#dragmode" markup="ignore"/></h3> + <section id="dragdrop_content"><paragraph role="paragraph" id="par_id181723654640706">Sets the <link href="text/shared/01/navigator.xhp#bm_id3150258">drag and drop options</link> for inserting items from the Navigator into a document.</paragraph></section> + </case> + <default> + <bookmark branch="hid/modules/sdraw/ui/navigatorcontextmenu/rename" id="bm_id231723656754387" localize="false"/> + <h3 id="hd_id461723743369124"><embedvar href="text/shared/01/nav_rename.xhp#rename_object_h1" markup="ignore"/></h3> + <embed href="text/shared/01/nav_rename.xhp#rename_object_content"/> + </default> + </switch> + <bookmark branch="hid/SW_HID_NAVIGATOR_LISTBOX" id="bm_id3148994" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/documents" id="bm_id3150625" localize="false"/> + <bookmark xml-lang="en-US" branch="hid/modules/scalc/ui/navigatorpanel/documents" id="bm_id3152785" localize="false"/> + <h2 id="hd_id881723553342338"><variable id="document_hd">Document</variable></h2> + <section id="document_content"> + <paragraph role="paragraph" id="par_id891723661745661">Displays the names of all open documents. To switch to another open document in the Navigator, click the document name. The status (active, inactive) of the document is shown in brackets after the name.</paragraph> + </section> + <section id="relatedtopics"> + <embed href="text/shared/guide/navigator.xhp#navigator"/> + <embed href="text/shared/guide/autohide.xhp#autohide"/> + <switch select="appl"> + <case select="WRITER"> + <paragraph role="paragraph" id="par_id1001603575103843"><link href="text/swriter/guide/arrange_chapters.xhp">Using Navigator to Arrange Headings</link></paragraph> + <embed href="text/swriter/guide/hyperlinks.xhp#hyperlinks"/> + </case> + <case select="CALC"> + <embed href="text/scalc/01/06050000.xhp#h1"/> + <embed href="text/scalc/guide/scenario.xhp#scenario"/> + </case> + <default> + </default> + </switch> + </section> +</body> +</helpdocument> diff --git a/source/text/simpress/01/02110000.xhp b/source/text/simpress/01/02110000.xhp index d3c0ee13bd..d42390b97c 100644 --- a/source/text/simpress/01/02110000.xhp +++ b/source/text/simpress/01/02110000.xhp @@ -30,12 +30,6 @@ </meta> <body> <section id="navigator"> -<bookmark xml-lang="en-US" branch="index" id="bm_id3149664"><bookmark_value>Navigator; presentations</bookmark_value> -<bookmark_value>presentations; navigating</bookmark_value> -</bookmark> -<bookmark xml-lang="en-US" branch="hid/.uno:Navigator" id="bm_id1959752" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/NavigatorPanel" id="bm_id3146121" localize="false"/> <h1 id="hd_id3149664"><link href="text/simpress/01/02110000.xhp">Navigator</link></h1> <paragraph role="paragraph" id="par_id3149379" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/NavigatorPanel">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp></paragraph> </section> @@ -44,10 +38,9 @@ <embed href="text/shared/00/edit_menu.xhp#navigator"/> </section> <paragraph role="tip" id="par_id3156448" xml-lang="en-US">Press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F5</keycode> to open the Navigator when you are editing a presentation.</paragraph> -<bookmark xml-lang="en-US" branch="hid/SD_HID_SD_NAVIGATOR_TBI_PEN" id="bm_id3150538" localize="false"/><h2 id="hd_id3145235">Pointer</h2> -<paragraph role="paragraph" id="par_id3157874" xml-lang="en-US"><ahelp hid="HID_SD_NAVIGATOR_TBI_PEN">Switches the mouse pointer to a pen that you can use to write on slides during a slide show.</ahelp> You cannot change the color of the pen.</paragraph> - +<h2 id="hd_id3145235">Pointer</h2> +<paragraph role="paragraph" id="par_id3157874" xml-lang="en-US"><ahelp hid="HID_SD_NAVIGATOR_TBI_PEN">Switches the mouse pointer to a pen that you can use to write on slides during a slide show.</ahelp> You cannot change the color of the pen.</paragraph> <table id="tbl_id3150651"> <tablerow> @@ -62,9 +55,9 @@ </table> <section id="pagenavigation"> - <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/first" id="bm_id3153110" localize="false"/> - <h2 id="hd_id3152999">First <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></h2> - <paragraph role="paragraph" id="par_id3153564" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/first">Jumps to the first <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></paragraph> + + <h2 id="hd_id3152999"><variable id="first page_hd">First <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></variable></h2> + <section id="first_page_content"> <paragraph role="paragraph" id="par_id3153564" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/first">Jumps to the first <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></paragraph> <table id="tbl_id3154501"> <tablerow> <tablecell> @@ -74,10 +67,10 @@ <paragraph role="paragraph" id="par_id3145246" xml-lang="en-US">First <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></paragraph> </tablecell> </tablerow> - </table> - <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/previous" id="bm_id3148390" localize="false"/> - <h2 id="hd_id3156061">Previous <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></h2> - <paragraph role="paragraph" id="par_id3148768" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/previous">Moves back one <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></paragraph> + </table></section> + + <h2 id="hd_id3156061"><variable id="previous_page_hd">Previous <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></variable></h2> + <section id="previous_page_content"> <paragraph role="paragraph" id="par_id3148768" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/previous">Moves back one <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></paragraph> <table id="tbl_id3150265"> <tablerow> <tablecell> @@ -87,10 +80,11 @@ <paragraph role="paragraph" id="par_id3150473" xml-lang="en-US">Previous <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></paragraph> </tablecell> </tablerow> - </table> - <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/next" id="bm_id3155988" localize="false"/> - <h2 id="hd_id3155369">Next <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></h2> - <paragraph role="paragraph" id="par_id3153920" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/next">Move forward one <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></paragraph> + </table> + </section> + + <h2 id="hd_id3155369"><variable id="next_page_hd">Next <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></variable></h2> + <section id="next_page_content"><paragraph role="paragraph" id="par_id3153920" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/next">Move forward one <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></paragraph> <table id="tbl_id3155401"> <tablerow> <tablecell> @@ -102,9 +96,10 @@ </tablecell> </tablerow> </table> - <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/last" id="bm_id3145208" localize="false"/> - <h2 id="hd_id3150762">Last <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></h2> - <paragraph role="paragraph" id="par_id3147564" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/last">Jumps to the last <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></paragraph> + </section> + + <h2 id="hd_id3150762"><variable id="last_page_hd">Last <switchinline select="appl"><caseinline select="IMPRESS">Slide</caseinline><defaultinline>Page</defaultinline></switchinline></variable></h2> + <section id="last_page_content"><paragraph role="paragraph" id="par_id3147564" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/last">Jumps to the last <switchinline select="appl"><caseinline select="IMPRESS">slide</caseinline><defaultinline>page</defaultinline></switchinline>.</ahelp></paragraph> <table id="tbl_id3152935"> <tablerow> <tablecell> @@ -115,9 +110,10 @@ </tablecell> </tablerow> </table> + </section> </section> -<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/dragmode" id="bm_id3150258" localize="false"/><h2 id="hd_id3149979">Drag Mode</h2> +<h2 id="hd_id3149979">Drag Mode</h2> <paragraph role="paragraph" id="par_id3150264" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/dragmode">Drag and drop slides and named objects into the active slide.</ahelp> You can only insert slides and named objects from a saved file. You can only insert named objects as copies.</paragraph> <table id="tbl_id3149286"> <tablerow> @@ -140,16 +136,6 @@ <paragraph role="paragraph" id="par_id3150508" xml-lang="en-US">Insert as link</paragraph> </tablecell> </tablerow> -<tablerow> -<tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3147513" xml-lang="en-US"> -<image id="img_id3154258" src="sw/res/sc20239.png" width="0.222inch" height="0.222inch"><alt id="alt_id3154258" xml-lang="en-US">Icon</alt> - </image></paragraph> -</tablecell> -<tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3149159" xml-lang="en-US">Insert as copy</paragraph> -</tablecell> -</tablerow> </table> <h3 id="hd_id3148930">Insert as hyperlink</h3> <paragraph role="paragraph" id="par_id3150713" xml-lang="en-US">Inserts slides as a hyperlink (<link href="text/shared/00/00000002.xhp#url">URL</link>) into the active slide.</paragraph> @@ -157,11 +143,13 @@ <paragraph role="paragraph" id="par_id3153747" xml-lang="en-US">Inserts slides as a <link href="text/shared/00/00000005.xhp#link">link</link> into the active slide.</paragraph> <h3 id="hd_id3159274">Insert as copy</h3> <paragraph role="paragraph" id="par_id3149920" xml-lang="en-US">Inserts a copy of a slide or named object into the active slide.</paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/shapes" id="bm_id9534592" localize="false"/><h2 id="hd_id4969328">Show Shapes</h2> -<paragraph role="paragraph" id="par_id9635914" xml-lang="en-US"><ahelp hid=".">In the submenu you can choose to display a list of all shapes or only the named shapes. Use drag-and-drop in the list to reorder the shapes. When you set the focus to a slide and press the <item type="keycode">Tab</item> key, the next shape in the defined order is selected.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/tree" id="bm_id3149807" localize="false"/><h2 id="hd_id3148624">Existing Slides</h2> +<h2 id="hd_id4969328"><variable id="show_shapes_hd">Show Shapes</variable></h2> +<section id="show_shapes_content"><paragraph role="paragraph" id="par_id9635914" xml-lang="en-US"><ahelp hid=".">In the submenu you can choose to display a list of all shapes or only the named shapes. Use drag-and-drop in the list to reorder the shapes. When you set the focus to a slide and press the <item type="keycode">Tab</item> key, the next shape in the defined order is selected.</ahelp></paragraph></section> + +<h2 id="hd_id3148624">Existing Slides</h2> <paragraph role="paragraph" id="par_id3154599" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/tree">Lists available slides. Double-click a slide to make it the active slide.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/navigatorpanel/documents" id="bm_id3150625" localize="false"/><h2 id="hd_id3150423">Open Documents</h2> + +<h2 id="hd_id3150423">Open Documents</h2> <paragraph role="paragraph" id="par_id3150631" xml-lang="en-US"><ahelp hid="modules/simpress/ui/navigatorpanel/documents">Lists available $[officename] files.</ahelp> Select a file to display the contents you can insert.</paragraph> </body> </helpdocument> diff --git a/source/text/simpress/main0103.xhp b/source/text/simpress/main0103.xhp index d01e3ac910..7a9dc3c5e2 100644 --- a/source/text/simpress/main0103.xhp +++ b/source/text/simpress/main0103.xhp @@ -66,7 +66,7 @@ <h2 id="hd_id102720150908397549"><link href="text/shared/01/gallery.xhp">Clip Art Gallery</link></h2> <embed href="text/shared/01/gallery.xhp#media_gallery_text"/> -<embed href="text/simpress/01/02110000.xhp#navigator"/> +<embed href="text/shared/01/navigator.xhp#navigator"/> <h2 id="hd_id3149121"><link href="text/shared/01/03010000.xhp">Zoom</link></h2> <embed href="text/shared/01/03010000.xhp#zoom_text"/> diff --git a/source/text/swriter/01/02110000.xhp b/source/text/swriter/01/02110000.xhp index 0f24de8c07..3912de5b7a 100644 --- a/source/text/swriter/01/02110000.xhp +++ b/source/text/swriter/01/02110000.xhp @@ -28,11 +28,6 @@ <body> <section id="navigator"> -<bookmark branch="hid/.uno:Navigator" id="bm_id4232254" localize="false"/> -<bookmark branch="hid/SW_HID_NAVIGATOR_TREELIST" id="bm_id4232255" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/@@nowidget@@" id="bm_id61683983952550" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorcontextmenu/@@nowidget@@" id="bm_id951683983963838" localize="false"/> - <h1 id="hd_id3151177"><variable id="Navigator"><link href="text/swriter/01/02110000.xhp">Navigator</link></variable></h1> <paragraph id="par_id3149802" role="paragraph">Shows or hides the Navigator window, where you can quickly jump to different parts of your document.</paragraph> </section> @@ -54,19 +49,12 @@ <paragraph role="paragraph" id="par_id221683895608399">Document elements are highlighted by inverting their colour on displayed page when hovering their entry name in the Navigator. This allows to draw attention to the element hovered in the Navigator.</paragraph> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/contenttoggle" id="bm_id3155911" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/globaltoggle" id="bm_id3155912" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/root" id="bm_id3145591" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/NavElementWidget" id="bm_id3145622" localize="false"/> - -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/back" id="bm_id3148779" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/forward" id="bm_id3154022" localize="false"/> <section id="navigateby"> <h2 id="hd_id321603114930016">Navigate By</h2> <paragraph role="paragraph" id="par_id171603114951991">Use selection box to choose which type of item should be navigated, when using the Previous and Next buttons.</paragraph> <section id="navigateby_arrows"> -<h2 id="hd_id3150096">Previous</h2> -<paragraph id="par_id3148784" role="paragraph">Jumps to the previous item in the document. To specify the type of item to jump to, click the <emph>Navigate By</emph> list, and then click an item category - for example, "Images".</paragraph> + <h2 id="hd_id3150096"><variable id="previous_hd">Previous</variable></h2> + <section id="previous_content"><paragraph id="par_id3148784" role="paragraph">Jumps to the previous item in the document. To specify the type of item to jump to, click the <emph>Navigate By</emph> list, and then click an item category - for example, "Images".</paragraph> <table id="tbl_id3150044"> <tablerow> <tablecell> @@ -76,9 +64,9 @@ <paragraph id="par_id3150659" role="paragraph">Previous Item</paragraph> </tablecell> </tablerow> -</table> -<h2 id="hd_id3150675">Next</h2> -<paragraph id="par_id3154028" role="paragraph">Jumps to the next item in the document. To specify the type of item to jump to, click the <emph>Navigate By</emph> list, and then click an item category - for example, "Images".</paragraph> +</table></section> +<h2 id="hd_id3150675"><variable id="next_hd">Next</variable></h2> +<section id="next_content"><paragraph id="par_id3154028" role="paragraph">Jumps to the next item in the document. To specify the type of item to jump to, click the <emph>Navigate By</emph> list, and then click an item category - for example, "Images".</paragraph> <table id="tbl_id3149971"> <tablerow> @@ -89,18 +77,17 @@ <paragraph id="par_id3155359" role="paragraph">Next Item</paragraph> </tablecell> </tablerow> -</table> +</table></section> </section> </section> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/numericfield" id="bm_id3148726" localize="false"/> <section id="navigateby_pages"> -<h2 id="hd_id3148715">Page number</h2> -<paragraph id="par_id3155548" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/numericfield">Type the number of the page that you want to jump to, and then press Enter. Use the spin buttons to navigate.</ahelp></paragraph> + <h2 id="hd_id3148715"><variable id="page_number_hd">Page number</variable></h2> + <section id="page_number_content"><paragraph id="par_id3155548" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/numericfield">Type the number of the page that you want to jump to, and then press Enter. Use the spin buttons to navigate.</ahelp></paragraph></section> </section> -<h2 id="hd_id3146891">Content Navigation View</h2> -<paragraph id="par_id3145596" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/root">Switches between the display of all categories in the Navigator and the selected category.</ahelp></paragraph> + <h2 id="hd_id3146891"><variable id="content_navigation_view_hd">Content Navigation View</variable></h2> + <section id="content_navigation_view_content"><paragraph id="par_id3145596" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/root">Switches between the display of all categories in the Navigator and the selected category.</ahelp></paragraph> <table id="tbl_id3145616"> <tablerow> @@ -114,8 +101,9 @@ </table> <paragraph id="par_id471603110016087" role="paragraph">Context menus use a selection of commands found on this help page. The commands in a context menu change, depending on which category or item is selected.</paragraph> <note id="par_id3155136">A hidden section in a document appears gray in the Navigator, and displays the text "hidden" when you rest the mouse pointer over it. The same applies to header and footer contents of Page Styles that are not used in a document, and hidden contents in tables, frames, graphics, OLE objects, and indexes.</note> -<h2 id="hd_id3149176">Toggle Master View</h2> -<paragraph id="par_id3155917" role="paragraph"><ahelp hid="." visibility="hidden">Switches between master view and normal view if a master document is open.</ahelp> Switches between <link href="text/shared/01/02110000.xhp">master view</link> and normal view if a <link href="text/shared/01/01010001.xhp">master document</link> is open.</paragraph> +</section> +<h2 id="hd_id3149176"><variable id="toggle_master_view_hd">Toggle Master View</variable></h2> +<section id="toggle_master_view_content"><paragraph id="par_id3155917" role="paragraph"><ahelp hid="." visibility="hidden">Switches between master view and normal view if a master document is open.</ahelp> Switches between <link href="text/shared/01/02110000.xhp">master view</link> and normal view if a <link href="text/shared/01/01010001.xhp">master document</link> is open.</paragraph> <table id="tbl_id3155861"> <tablerow> @@ -126,12 +114,12 @@ <paragraph id="par_id3149568" role="paragraph">Toggle Master View</paragraph> </tablecell> </tablerow> -</table> + </table></section> + -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/header" id="bm_id3159237" localize="false"/> -<h2 id="hd_id3153070">Header</h2> -<paragraph id="par_id3159242" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/header">Moves the cursor to the header, or from the header to the document text area.</ahelp></paragraph> +<h2 id="hd_id3153070"><variable id="header_hd">Header</variable></h2> +<section id="header_content"><paragraph id="par_id3159242" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/header">Moves the cursor to the header, or from the header to the document text area.</ahelp></paragraph> <table id="tbl_id3159262"> <tablerow> @@ -142,12 +130,10 @@ <paragraph id="par_id3147104" role="paragraph">Header</paragraph> </tablecell> </tablerow> -</table> - -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/footer" id="bm_id3147131" localize="false"/> + </table></section> -<h2 id="hd_id3147120">Footer</h2> -<paragraph id="par_id3147137" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/footer">Moves the cursor to the footer, or from the footer to the document text area.</ahelp></paragraph> +<h2 id="hd_id3147120"><variable id="footer_hd">Footer</variable></h2> +<section id="footer_content"><paragraph id="par_id3147137" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/footer">Moves the cursor to the footer, or from the footer to the document text area.</ahelp></paragraph> <table id="tbl_id3149777"> <tablerow> @@ -159,11 +145,10 @@ </tablecell> </tablerow> </table> +</section> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/anchor" id="bm_id3150309" localize="false"/> - -<h2 id="hd_id3145237">Anchor <-> Text</h2> -<paragraph id="par_id3150314" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/anchor">Jumps between the footnote text and the footnote anchor.</ahelp></paragraph> +<h2 id="hd_id3145237"><variable id="anchortext_hd">Anchor <-> Text</variable></h2> +<section id="anchortext_content"><paragraph id="par_id3150314" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/anchor">Jumps between the footnote text and the footnote anchor.</ahelp></paragraph> <table id="tbl_id3150333"> <tablerow> @@ -175,11 +160,10 @@ </tablecell> </tablerow> </table> +</section> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/reminder" id="bm_id3155392" localize="false"/> - -<h2 id="hd_id3155381">Set Reminder</h2> -<paragraph id="par_id3153011" role="paragraph"><ahelp hid="." visibility="hidden">Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href="text/swriter/01/02110100.xhp"><emph>Navigation</emph></link> icon, in the <emph>Navigation</emph> window click the <emph>Reminder</emph> icon, and then click the <emph>Previous</emph> or <emph>Next</emph> button.</ahelp> Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href="text/swriter/01/02110100.xhp">Navigate By</link> list, select <menuitem>Reminder</menuitem>, and then click <emph>Previous</emph> or <emph>Next</emph>.</paragraph> +<h2 id="hd_id3155381"><variable id="set_reminder_hd">Set Reminder</variable></h2> + <section id="set_reminder_content"><paragraph id="par_id3153011" role="paragraph"><ahelp hid="." visibility="hidden">Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href="text/swriter/01/02110100.xhp"><emph>Navigation</emph></link> icon, in the <emph>Navigation</emph> window click the <emph>Reminder</emph> icon, and then click the <emph>Previous</emph> or <emph>Next</emph> button.</ahelp> Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href="text/swriter/01/02110100.xhp">Navigate By</link> list, select <menuitem>Reminder</menuitem>, and then click <emph>Previous</emph> or <emph>Next</emph>.</paragraph> <table id="tbl_id3154577"> <tablerow> @@ -194,13 +178,10 @@ <section id="reminders_note"> <note id="par_id3495381">Reminders are navigated in the order in which they are set. Reminders are not saved when a document is closed.</note> </section> +</section> +<h2 id="hd_id3150507"><variable id="outlinelvl">Show Up to Outline Level</variable></h2> +<section id="outlinelvl_content"><paragraph id="par_id3150529" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/headings">Click the icon at the top of Navigator or right-click a heading in the Navigator window, then choose how many levels of headings to show in the <emph>Headings</emph> section of the Navigator window.</ahelp></paragraph> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/headings" id="bm_id3150519" localize="false"/> -<bookmark branch="hid/SW_HID_NAV_OUTLINE_LEVEL" id="bm_id3156965" localize="false"/> -<h2 id="hd_id3150507"><variable id="outlinelvl"><link href="text/swriter/01/02110000.xhp#outlinelvl">Show Up to Outline Level</link></variable></h2> -<paragraph id="par_id3150529" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/headings">Click the icon at the top of Navigator or right-click a heading in the Navigator window, then choose how many levels of headings to show in the <emph>Headings</emph> section of the Navigator window.</ahelp></paragraph> - -<bookmark branch="hid/SW_HID_NAVI_OUTLINES" id="bm_id3148820" localize="false"/> <paragraph id="par_id3148826" role="paragraph"><ahelp hid="HID_NAVI_OUTLINES">For example, choose <emph>1</emph> to only show headings with outline level 1. Choose <emph>3</emph> to show headings up to outline level 3; choose <emph>10</emph> to show all headings.</ahelp></paragraph> <table id="tbl_id3147535"> @@ -213,11 +194,10 @@ </tablecell> </tablerow> </table> +</section> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/listbox" id="bm_id3155319" localize="false"/> - -<h2 id="hd_id3155308"><variable id="ListBoxh1"><link href="text/swriter/01/02110000.xhp#ListBoxh1">List Box</link></variable></h2> -<paragraph id="par_id3155325" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/listbox">Shows or hides the <emph>Navigator</emph> list.</ahelp></paragraph> +<h2 id="hd_id3155308"><variable id="ListBoxh1">List Box</variable></h2> +<section id="list_box_content"><paragraph id="par_id3155325" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/listbox">Shows or hides the <emph>Navigator</emph> list.</ahelp></paragraph> <table id="tbl_id3154409"> <tablerow> @@ -229,11 +209,10 @@ </tablecell> </tablerow> </table> +</section> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/promote" id="bm_id3151349" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorcontextmenu/803" id="bm_id161683830886416" localize="false"/> -<h2 id="hd_id3151338"><variable id="promotelevel"><link href="text/swriter/01/02110000.xhp#promotelevel">Promote Outline Level</link></variable></h2> -<paragraph id="par_id3151354" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/promote">Increases the outline level of the selected heading, and the headings that occur below the heading, by one. To only increase the outline level of the selected heading, hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, and then click this icon.</ahelp></paragraph> +<h2 id="hd_id3151338"><variable id="promotelevel">Promote Outline Level</variable></h2> +<section id="promotelevel_content"><paragraph id="par_id3151354" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/promote">Increases the outline level of the selected heading, and the headings that occur below the heading, by one. To only increase the outline level of the selected heading, hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, and then click this icon.</ahelp></paragraph> <table id="tbl_id3148898"> <tablerow> @@ -245,11 +224,10 @@ </tablecell> </tablerow> </table> +</section> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/demote" id="bm_id3153724" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorcontextmenu/804" id="bm_id771683831020308" localize="false"/> -<h2 id="hd_id3153714"><variable id="demotelevel"><link href="text/swriter/01/02110000.xhp#demotelevel">Demote Outline Level</link></variable></h2> -<paragraph id="par_id3150707" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/demote">Decreases the outline level of the selected heading, and the headings that occur below the heading, by one. To only decrease the outline level of the selected heading, hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, and then click this icon.</ahelp></paragraph> +<h2 id="hd_id3153714"><variable id="demotelevel">Demote Outline Level</variable></h2> +<section id="demotelevel_content"><paragraph id="par_id3150707" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/demote">Decreases the outline level of the selected heading, and the headings that occur below the heading, by one. To only decrease the outline level of the selected heading, hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, and then click this icon.</ahelp></paragraph> <table id="tbl_id3150746"> <tablerow> @@ -260,12 +238,10 @@ <paragraph id="par_id3147324" role="paragraph">Demote Outline Level</paragraph> </tablecell> </tablerow> -</table> + </table></section> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/chapterup" id="bm_id3145582" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorcontextmenu/801" id="bm_id481683830752320" localize="false"/> -<h2 id="hd_id3145571"><variable id="promotechap"><link href="text/swriter/01/02110000.xhp#promotechap">Move Heading Up</link></variable></h2> -<paragraph id="par_id3145587" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/chapterup">Moves the selected heading, and the text below the heading, up one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, and then click this icon.</ahelp></paragraph> +<h2 id="hd_id3145571"><variable id="promotechap">Move Heading Up</variable></h2> +<section id="promotechap_content"><paragraph id="par_id3145587" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/chapterup">Moves the selected heading, and the text below the heading, up one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, and then click this icon.</ahelp></paragraph> <table id="tbl_id3151301"> <tablerow> @@ -277,11 +253,10 @@ </tablecell> </tablerow> </table> +</section> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/chapterdown" id="bm_id3154435" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorcontextmenu/802" id="bm_id321683830826520" localize="false"/> -<h2 id="hd_id3154424"><variable id="demotechap"><link href="text/swriter/01/02110000.xhp#demotechap">Move Heading Down</link></variable></h2> -<paragraph id="par_id3154440" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/chapterdown">Moves the selected heading, and the text below the heading, down one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, and then click this icon.</ahelp></paragraph> +<h2 id="hd_id3154424"><variable id="demotechap">Move Heading Down</variable></h2> +<section id="demotechap_content"><paragraph id="par_id3154440" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/chapterdown">Moves the selected heading, and the text below the heading, down one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>, and then click this icon.</ahelp></paragraph> <table id="tbl_id3153737"> <tablerow> @@ -293,13 +268,11 @@ </tablecell> </tablerow> </table> - <tip id="par_id3155932">To quickly reorder headings and their associated text in your document, select the "Headings" category in the list, and then click the<emph> Content View</emph> icon. Now you can use drag-and-drop to reorder contents.</tip> +</section> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/dragmode" id="bm_id3154303" localize="false"/> -<bookmark branch="hid/SW_HID_NAV_DRAG_MODE" id="bm_id3157145" localize="false"/> -<h2 id="hd_id3154292"><variable id="dragmode"><link href="text/swriter/01/02110000.xhp#dragmode">Drag Mode</link></variable></h2> -<paragraph id="par_id3155828" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/dragmode">Sets the drag and drop options for inserting items from the Navigator into a document, for example, as a hyperlink. Click this icon, and then choose the option that you want to use.</ahelp></paragraph> +<h2 id="hd_id3154292"><variable id="dragmode">Drag Mode</variable></h2> +<section id="dragmode_content"><paragraph id="par_id3155828" role="paragraph"><ahelp hid="modules/swriter/ui/navigatorpanel/dragmode">Sets the drag and drop options for inserting items from the Navigator into a document, for example, as a hyperlink. Click this icon, and then choose the option that you want to use.</ahelp></paragraph> <table id="tbl_id3155849"> <tablerow> @@ -310,172 +283,149 @@ <paragraph id="par_id3147042" role="paragraph">Drag mode</paragraph> </tablecell> </tablerow> -</table> - -<bookmark branch="hid/SW_HID_NAVI_DRAG_HYP" id="bm_id3150949" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/hyperlink" id="bm_id581683848245793" localize="false"/> -<h3 id="hd_id3150938"><variable id="insertashyperlink"><link href="text/swriter/01/02110000.xhp#insertashyperlink">Insert As Hyperlink</link></variable></h3> -<paragraph id="par_id3150954" role="paragraph"><ahelp hid="HID_NAVI_DRAG_HYP">Creates a hyperlink when you drag and drop an item into the current document. Click the hyperlink in the document to jump to the item that the hyperlink points to.</ahelp></paragraph> + </table> + </section> -<bookmark branch="hid/SW_HID_NAVI_DRAG_LINK" id="bm_id3154365" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/link" id="bm_id221683848183904" localize="false"/> -<h3 id="hd_id3154354"><variable id="insertaslink"><link href="text/swriter/01/02110000.xhp#insertaslink">Insert As Link</link></variable></h3> -<paragraph id="par_id3154371" role="paragraph"><ahelp hid="HID_NAVI_DRAG_LINK">Inserts the selected item as a link where you drag and drop in the current document. Text is inserted as protected sections. The contents of the link are automatically updated when the source is changed. To manually update the links in a document, choose <emph>Tools - Update - Links</emph>. You cannot create links for graphics, OLE objects, references and indexes.</ahelp></paragraph> -<bookmark branch="hid/SW_HID_NAVI_DRAG_COPY" id="bm_id3155583" localize="false"/> -<bookmark branch="hid/modules/swriter/ui/navigatorpanel/copy" id="bm_id311683848261643" localize="false"/> -<h3 id="hd_id3155572"><variable id="insertascopy"><link href="text/swriter/01/02110000.xhp#insertascopy">Insert As Copy</link></variable></h3> -<paragraph id="par_id3155589" role="paragraph"><ahelp hid="HID_NAVI_DRAG_COPY">Inserts a copy of the selected item where you drag and drop in the current document. You cannot drag and drop copies of graphics, OLE objects, references and indexes.</ahelp></paragraph> +<h3 id="hd_id3150938"><variable id="insertashyperlink">Insert As Hyperlink</variable></h3> +<section id="insertashyperlink_content"><paragraph id="par_id3150954" role="paragraph"><ahelp hid="HID_NAVI_DRAG_HYP">Creates a hyperlink when you drag and drop an item into the current document. Click the hyperlink in the document to jump to the item that the hyperlink points to.</ahelp></paragraph> +</section> -<bookmark branch="hid/SW_HID_NAVIGATOR_LISTBOX" id="bm_id3148994" localize="false"/> +<h3 id="hd_id3154354"><variable id="insertaslink">Insert As Link</variable></h3> +<section id="insertaslink_content"><paragraph id="par_id3154371" role="paragraph"><ahelp hid="HID_NAVI_DRAG_LINK">Inserts the selected item as a link where you drag and drop in the current document. Text is inserted as protected sections. The contents of the link are automatically updated when the source is changed. To manually update the links in a document, choose <emph>Tools - Update - Links</emph>. You cannot create links for graphics, OLE objects, references and indexes.</ahelp></paragraph> +</section> +<h3 id="hd_id3155572"><variable id="insertascopy">Insert As Copy</variable></h3> +<section id="insertascopy_content"><paragraph id="par_id3155589" role="paragraph"><ahelp hid="HID_NAVI_DRAG_COPY">Inserts a copy of the selected item where you drag and drop in the current document. You cannot drag and drop copies of graphics, OLE objects, references and indexes.</ahelp></paragraph></section> -<h2 id="hd_id3147340"><variable id="opendocuments"><link href="text/swriter/01/02110000.xhp#opendocuments">Open Documents</link></variable></h2> +<h2 id="hd_id3147340"><variable id="opendocuments">Open Documents</variable></h2> <paragraph id="par_id3148999" role="paragraph"><ahelp hid="HID_NAVIGATOR_LISTBOX">Lists the names of all open text documents. To view the contents of a document in the Navigator window, select the name of the document in the list. The current document displayed in the Navigator is indicated by the word "active" after its name in the list.</ahelp></paragraph> -<bookmark branch="hid/SW_HID_NAV_OUTLINE_TRACKING" id="bm_id3157852" localize="false"/> -<h2 id="hd_id541603882412689"><variable id="outlinetracking"><link href="text/swriter/01/02110000.xhp#outlinetracking">Outline Tracking</link></variable></h2> -<paragraph role="paragraph" id="par_id501603882441409">Set Navigator’s mode of outline tracking. This feature applies only to outline entries under <menuitem>Headings</menuitem> in the Content View frame of Navigator. To see, enable, or change the mode, right-click on <menuitem>Headings</menuitem> or an item under Headings and choose <menuitem>Outline Tracking</menuitem>. The selected mode is applied to the entire document.</paragraph> +<h2 id="hd_id541603882412689"><variable id="outlinetracking">Outline Tracking</variable></h2> +<section id="outlinetracking_content"><paragraph role="paragraph" id="par_id501603882441409">Set Navigator’s mode of outline tracking. This feature applies only to outline entries under <menuitem>Headings</menuitem> in the Content View frame of Navigator. To see, enable, or change the mode, right-click on <menuitem>Headings</menuitem> or an item under Headings and choose <menuitem>Outline Tracking</menuitem>. The selected mode is applied to the entire document.</paragraph> <paragraph role="paragraph" id="par_id161603966072360">In <menuitem>Default</menuitem> and <menuitem>Focus</menuitem> mode, Navigator will automatically select the nearest heading before the current cursor position in the document.</paragraph> <paragraph role="paragraph" id="par_id571603887044019"> In <menuitem>Default</menuitem> mode, the display of outline entries in Navigator is never changed, only an outline entry is selected.</paragraph> <paragraph role="paragraph" id="par_id201603965501777">In <menuitem>Focus</menuitem> mode, Navigator shows only the headings for the selected outline level, relative to the next higher outline level. For example, if a level 2 heading is selected, then all level 2 headings under the same level 1 heading are shown, while any level 3-10 headings (under the same level 1 heading) are collapsed. Other headings, not under the same level 1 heading, are also collapsed.</paragraph> <paragraph role="paragraph" id="par_id81603965538425">Choose <menuitem>Off</menuitem> to disable Outline Tracking.</paragraph> +</section> + +<h2 id="hd_id911683912584456"><variable id="copychapter">Copy</variable></h2> +<section id="copychapter_content"><paragraph role="paragraph" id="par_id921683912738232">Copies the heading and the contents that follow the heading until the next heading with the same outline level. These contents include paragraphs with outline level “None” and headings with an outline level greater than the copied heading. You can paste the contents in another place in the document.</paragraph></section> -<bookmark branch="hid/modules/swriter/ui/navigatorcontextmenu/copy" id="bm_id661683912597224" localize="false"/> -<h2 id="hd_id911683912584456"><variable id="copychapter"><link href="text/swriter/01/02110000.xhp#copychapter">Copy</link></variable></h2> -<paragraph role="paragraph" id="par_id921683912738232">Copies the heading and the contents that follow the heading until the next heading with the same outline level. These contents include paragraphs with outline level “None” and headings with an outline level greater than the copied heading. You can paste the contents in another place in the document.</paragraph> -<bookmark branch="hid/modules/swriter/ui/navigatorcontextmenu/deletechapter" id="bm_id71683910837901" localize="false"/> -<h2 id="hd_id771683910814918"><variable id="deletechapter"><link href="text/swriter/01/02110000.xhp#deletechapter">Delete Heading</link></variable></h2> -<paragraph role="paragraph" id="par_id611683911156747">Deletes the heading and the contents that follow the heading until the next heading with the same outline level. These contents include paragraphs with outline level “None” and headings with an outline level greater than the deleted heading.</paragraph> +<h2 id="hd_id771683910814918"><variable id="deletechapter">Delete Heading</variable></h2> +<section id="deletechapter_content"><paragraph role="paragraph" id="par_id611683911156747">Deletes the heading and the contents that follow the heading until the next heading with the same outline level. These contents include paragraphs with outline level “None” and headings with an outline level greater than the deleted heading.</paragraph></section> -<bookmark branch="hid/modules/swriter/ui/navigatorcontextmenu/805" id="bm_id621683913280511" localize="false"/> -<h2 id="hd_id941683913330764"><variable id="select"><link href="text/swriter/01/02110000.xhp#select">Select</link></variable></h2> -<paragraph role="paragraph" id="par_id541683913384922">Selects the heading and the contents that follow the heading until the next heading with the same outline level. These contents include paragraphs with outline level “None” and headings with an outline level greater than the selected heading.</paragraph> +<h2 id="hd_id941683913330764"><variable id="select">Select</variable></h2> +<section id="select_content"><paragraph role="paragraph" id="par_id541683913384922">Selects the heading and the contents that follow the heading until the next heading with the same outline level. These contents include paragraphs with outline level “None” and headings with an outline level greater than the selected heading.</paragraph></section> -<bookmark branch="hid/SW_HID_NAV_DISPLAY" id="bm_id21691022477731" localize="false"/> -e ... etc. - the rest is truncated