AllLangHelp_simpress.mk | 1 source/text/shared/00/00000404.xhp | 16 ++- source/text/shared/01/InsertRowsAfter.xhp | 7 - source/text/shared/01/InsertRowsBefore.xhp | 7 - source/text/shared/main0204.xhp | 8 + source/text/simpress/01/04030000m.xhp | 41 -------- source/text/simpress/guide/table_insert.xhp | 129 +++++++++++++--------------- source/text/swriter/02/04090000.xhp | 24 +---- 8 files changed, 91 insertions(+), 142 deletions(-)
New commits: commit ef154ba2a37e2b20fe667c9d704fc7749536cbac Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Sun Aug 25 16:43:52 2024 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Mon Aug 26 11:36:17 2024 +0200 tdf#162607 Remove dup's in hid2file.js, .uno:InsertRows + Deleted simpress/01/04030000m.xhp as it is not linked from any other page. + Review Table toolbar page at main0204.xhp (part) + Review InsertRowsAfter / Before + Wrap icons to make embed-able in other Help pages + left swriter/02/04090000.xhp as unique entry for .uno:InsertRows command + refactor here and there Change-Id: I9455abab6301103cf751e9f24f93ce34e03786f6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172373 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/AllLangHelp_simpress.mk b/AllLangHelp_simpress.mk index 29f808ce01..4c89cc8be6 100644 --- a/AllLangHelp_simpress.mk +++ b/AllLangHelp_simpress.mk @@ -55,7 +55,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\ helpcontent2/source/text/simpress/01/03180000 \ helpcontent2/source/text/simpress/01/new_slide \ helpcontent2/source/text/simpress/01/04030000 \ - helpcontent2/source/text/simpress/01/04030000m \ helpcontent2/source/text/simpress/01/04030100 \ helpcontent2/source/text/simpress/01/04040000m \ helpcontent2/source/text/simpress/01/04110100 \ diff --git a/source/text/shared/00/00000404.xhp b/source/text/shared/00/00000404.xhp index f822c1d752..80860dc7da 100644 --- a/source/text/shared/00/00000404.xhp +++ b/source/text/shared/00/00000404.xhp @@ -86,7 +86,8 @@ </default> </switch> <embed href="text/shared/00/00000004.xhp#from_toolbars"/> - <table id="tab_id51693666125575"> + <section id="icon_insert_row_above"> + <table id="tab_id51693666125575"> <tablerow> <tablecell> <paragraph id="par_id521693666125576" role="paragraph"><image src="cmd/lc_insertrowsbefore.svg" id="img_id951693666125577" width="1cm" height="1cm"><alt id="alt_id131693666125578">Icon Insert Rows Above</alt></image></paragraph> @@ -95,7 +96,8 @@ <paragraph id="par_id51693666125580" role="paragraph">Insert Rows Above</paragraph> </tablecell> </tablerow> - </table> + </table> + </section> <switch select="appl"> <case select="WRITER"> <embed href="text/shared/00/00000004.xhp#from_sidebar"/> @@ -142,16 +144,18 @@ </default> </switch> <embed href="text/shared/00/00000004.xhp#from_toolbars"/> - <table id="tab_id51693666125575"> + + <table id="tab_id51693666125575"> <tablerow> <tablecell> <paragraph id="par_id821693670669999" role="paragraph"><image src="cmd/lc_insertrowsbefore.svg" id="img_id951693666325577" width="1cm" height="1cm"><alt id="alt_id131693666425578">Icon Insert Columns Before</alt></image></paragraph> </tablecell> <tablecell> - <paragraph id="par_id961693670681629" role="paragraph">Insert Columns Before</paragraph> + <paragraph id="par_id961693670681629" role="paragraph">Insert Column Before</paragraph> </tablecell> </tablerow> - </table> + </table> + <switch select="appl"> <case select="WRITER"> <embed href="text/shared/00/00000004.xhp#from_sidebar"/> @@ -196,6 +200,7 @@ </default> </switch> <embed href="text/shared/00/00000004.xhp#from_toolbars"/> + <section id="icon_insert_row_below"> <table id="tab_id51693666125575"> <tablerow> <tablecell> @@ -206,6 +211,7 @@ </tablecell> </tablerow> </table> + </section> <switch select="appl"> <case select="WRITER"> <embed href="text/shared/00/00000004.xhp#from_sidebar"/> diff --git a/source/text/shared/01/InsertRowsAfter.xhp b/source/text/shared/01/InsertRowsAfter.xhp index 71d0fd4fc0..7aa1d4b9f9 100644 --- a/source/text/shared/01/InsertRowsAfter.xhp +++ b/source/text/shared/01/InsertRowsAfter.xhp @@ -23,15 +23,10 @@ </bookmark> <section id="insert_rows_below"> <h1 id="hd_id901693661066439"><variable id="h1"><link href="text/shared/01/InsertRowsAfter.xhp">Rows Below</link></variable></h1> - <paragraph role="paragraph" id="par_id701605976138113">Insert a row below the row where the cursor is currently placed.</paragraph> + <paragraph role="paragraph" id="par_id701605976138113">Inserts one or more rows in the table, below the selection. The number of rows inserted corresponds to the number of rows selected. The rows takes the same height as the originally selected rows.</paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000404.xhp#insert_rows_after"/> </section> - <switch select="appl"> - <case select="CALC"> - <paragraph id="par_id160220162210581072" role="paragraph"><variable id="sheet_insert_rows">Insert rows below the active cell.</variable> The number of rows inserted corresponds to the number of rows selected. If no row is selected, one row is inserted. The existing rows are moved downward.</paragraph> - </case> - </switch> </body> </helpdocument> diff --git a/source/text/shared/01/InsertRowsBefore.xhp b/source/text/shared/01/InsertRowsBefore.xhp index 57a6184346..8f3809d43e 100644 --- a/source/text/shared/01/InsertRowsBefore.xhp +++ b/source/text/shared/01/InsertRowsBefore.xhp @@ -23,16 +23,11 @@ </bookmark> <section id="insert_rows_above"> <h1 id="hd_id901693661066439"><variable id="h1"><link href="text/shared/01/InsertRowsBefore.xhp">Rows Above</link></variable></h1> - <paragraph role="paragraph" id="par_id811605976075887">Insert a row above the row where the cursor is currently placed.</paragraph> + <paragraph role="paragraph" id="par_id811605976075887">Inserts one or more rows in the table, above the selection. The number of rows inserted corresponds to the number of rows selected. The rows takes the same height as the originally selected rows.</paragraph> </section> <section id="howtoget"> <embed href="text/shared/00/00000404.xhp#insert_rows_before"/> </section> - <switch select="appl"> - <case select="CALC"> - <paragraph id="par_id160220162210581072" role="paragraph"><variable id="sheet_insert_rows">Insert rows above the active cell.</variable> The number of rows inserted corresponds to the number of rows selected. If no row is selected, one row is inserted. The existing rows are moved downward.</paragraph> - </case> - </switch> </body> </helpdocument> diff --git a/source/text/shared/main0204.xhp b/source/text/shared/main0204.xhp index 63d75a4d36..2f2b67c02c 100644 --- a/source/text/shared/main0204.xhp +++ b/source/text/shared/main0204.xhp @@ -49,8 +49,12 @@ <embed href="text/shared/01/05100500.xhp#top"/> <embed href="text/shared/01/05100600.xhp#center_vertical"/> <embed href="text/shared/01/05100700.xhp#bottom"/> -<embed href="text/swriter/02/04090000.xhp#insert_rows"/> -<embed href="text/swriter/02/04090000.xhp#syinsert_rows"/> + +<embed href="text/shared/01/InsertRowsAfter.xhp#insert_rows_below"/> +<embed href="text/shared/00/00000404.xhp#icon_insert_row_below"/> +<embed href="text/shared/01/InsertRowsBefore.xhp#insert_rows_above"/> +<embed href="text/shared/00/00000404.xhp#icon_insert_row_above"/> + <embed href="text/swriter/02/04100000.xhp#insert_column"/> <embed href="text/swriter/02/04100000.xhp#syinsert_column"/> <h2 id="hd_id3147820"><link href="text/swriter/01/05110500.xhp">Delete Row</link></h2> diff --git a/source/text/simpress/01/04030000m.xhp b/source/text/simpress/01/04030000m.xhp deleted file mode 100644 index 0cfb84fe28..0000000000 --- a/source/text/simpress/01/04030000m.xhp +++ /dev/null @@ -1,41 +0,0 @@ -<?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/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - --> - - -<meta> -<topic id="textsimpress0104030000mxml" indexer="include"> -<title id="tit" xml-lang="en-US">Rows</title> -<filename>/text/simpress/01/04030000m.xhp</filename> -</topic> -</meta> -<body> -<bookmark xml-lang="en-US" branch="index" id="bm_id31505414711"><bookmark_value>rows; inserting</bookmark_value> -<bookmark_value>inserting; rows</bookmark_value> -</bookmark> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertRows" id="bm_id4302477" localize="false"/> -<h1 id="hd_id3150541"><link href="text/simpress/01/04030000m.xhp">Rows</link></h1> -<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US"><ahelp hid=".uno:InsertRows">Inserts a new row above the active cell. The number of rows inserted correspond to the number of rows selected. The existing rows are moved downward.</ahelp></paragraph> -<section id="howtoget"> -<paragraph role="paragraph" id="par_id091620081118197" xml-lang="en-US">In the context menu of a cell, choose <emph>Insert - Rows</emph> -</paragraph> -</section> -</body> -</helpdocument> diff --git a/source/text/simpress/guide/table_insert.xhp b/source/text/simpress/guide/table_insert.xhp index f7c7e4f8a4..53cd57aeea 100644 --- a/source/text/simpress/guide/table_insert.xhp +++ b/source/text/simpress/guide/table_insert.xhp @@ -20,128 +20,125 @@ <meta> <topic id="textsimpressguidetable_insertxml" indexer="include"> -<title id="tit" xml-lang="en-US">Including Tables and Spreadsheets in +<title id="tit">Including Tables and Spreadsheets in Slides</title> <filename>/text/simpress/guide/table_insert.xhp</filename> </topic> </meta> <body> -<bookmark xml-lang="en-US" branch="index" id="bm_id3154022"><bookmark_value>spreadsheets;in presentations</bookmark_value> +<bookmark branch="index" id="bm_id3154022"><bookmark_value>spreadsheets;in presentations</bookmark_value> <bookmark_value>presentations;inserting spreadsheets</bookmark_value> <bookmark_value>including spreadsheets</bookmark_value> </bookmark> -<h1 id="hd_id3154022" xml-lang="en-US"><variable id="table_insert"><link -href="text/simpress/guide/table_insert.xhp">Including Tables and Spreadsheets -in -Slides</link></variable></h1> -<paragraph role="paragraph" id="par_id4231086" xml-lang="en-US">You can apply different methods to insert spreadsheet cells into your Impress slides or Draw pages:</paragraph> -<bookmark xml-lang="en-US" branch="hid/cui/ui/newtabledialog/NewTableDialog" id="bm_id0916200804233395" localize="false"/> -<bookmark xml-lang="en-US" branch="hid/cui/ui/newtabledialog/@@nowidget@@" id="bm_id0916200804233395" localize="false"/> +<h1 id="hd_id3154022"><variable id="table_insert"><link href="text/simpress/guide/table_insert.xhp">Including Tables and Spreadsheets in Slides</link></variable></h1> +<paragraph role="paragraph" id="par_id4231086">You can apply different methods to insert spreadsheet cells into your Impress slides or Draw pages:</paragraph> +<bookmark branch="hid/cui/ui/newtabledialog/NewTableDialog" id="bm_id0916200804233395" localize="false"/> +<bookmark branch="hid/cui/ui/newtabledialog/@@nowidget@@" id="bm_id0916200804233395" localize="false"/> <list type="ordered"> <listitem> -<paragraph role="paragraph" id="par_id9209875" xml-lang="en-US">Insert a native table - you enter the data into the cells and apply fancy formatting using the Table Design section on the Tasks pane.</paragraph> +<paragraph role="paragraph" id="par_id9209875">Insert a native table - you enter the data into the cells and apply fancy formatting using the Table Design section on the Tasks pane.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id3044526" xml-lang="en-US">Insert a new table as an OLE object or insert an existing file as an OLE object - you can specify the link to a file to be a live link to the latest data saved in a spreadsheet file.</paragraph> +<paragraph role="paragraph" id="par_id3044526">Insert a new table as an OLE object or insert an existing file as an OLE object - you can specify the link to a file to be a live link to the latest data saved in a spreadsheet file.</paragraph> </listitem> </list><comment>Insert table dialog - Number of columns</comment> -<bookmark xml-lang="en-US" branch="hid/cui/ui/newtabledialog/columns" id="bm_id0916200804233391" localize="false"/> -<paragraph role="paragraph" id="par_id137333" xml-lang="en-US"><ahelp hid="." visibility="hidden">Enter the number of columns for the new table.</ahelp></paragraph><comment>Insert table dialog - Number of rows</comment> -<bookmark xml-lang="en-US" branch="hid/cui/ui/newtabledialog/rows" id="bm_id0916200804240464" localize="false"/> -<paragraph role="paragraph" id="par_id8626667" xml-lang="en-US"><ahelp hid="." visibility="hidden">Enter the number of rows for the new table.</ahelp></paragraph><comment>Contextmenu of a table in Impress and Draw</comment><comment>Cell</comment> -<bookmark xml-lang="en-US" branch="hid/.uno:CellMenu" id="bm_id0916200803192795" localize="false"/> -<paragraph role="paragraph" id="par_id0916200803551581" xml-lang="en-US"><ahelp hid="." visibility="hidden">Define the vertical alignment of selected or all cell contents. Split or merge cells.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/.uno:CellVertTop" id="bm_id0916200803224438" localize="false"/> -<paragraph role="paragraph" id="par_id0916200803551651" xml-lang="en-US"><ahelp hid="." visibility="hidden">The cell contents are align at the top of the cells.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/.uno:CellVertCenter" id="bm_id091620080323379" localize="false"/> -<paragraph role="paragraph" id="par_id0916200803551697" xml-lang="en-US"><ahelp hid="." visibility="hidden">The cell contents are aligned vertically centered in the cells.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/.uno:CellVertBottom" id="bm_id0916200803242358" localize="false"/> -<paragraph role="paragraph" id="par_id0916200803551632" xml-lang="en-US"><ahelp hid="." visibility="hidden">The cell contents are aligned at the bottom of the cells.</ahelp></paragraph> +<bookmark branch="hid/cui/ui/newtabledialog/columns" id="bm_id0916200804233391" localize="false"/> +<paragraph role="paragraph" id="par_id137333"><ahelp hid="." visibility="hidden">Enter the number of columns for the new table.</ahelp></paragraph><comment>Insert table dialog - Number of rows</comment> +<bookmark branch="hid/cui/ui/newtabledialog/rows" id="bm_id0916200804240464" localize="false"/> +<paragraph role="paragraph" id="par_id8626667"><ahelp hid="." visibility="hidden">Enter the number of rows for the new table.</ahelp></paragraph><comment>Contextmenu of a table in Impress and Draw</comment><comment>Cell</comment> +<bookmark branch="hid/.uno:CellMenu" id="bm_id0916200803192795" localize="false"/> +<paragraph role="paragraph" id="par_id0916200803551581"><ahelp hid="." visibility="hidden">Define the vertical alignment of selected or all cell contents. Split or merge cells.</ahelp></paragraph> +<bookmark branch="hid/.uno:CellVertTop" id="bm_id0916200803224438" localize="false"/> +<paragraph role="paragraph" id="par_id0916200803551651"><ahelp hid="." visibility="hidden">The cell contents are align at the top of the cells.</ahelp></paragraph> +<bookmark branch="hid/.uno:CellVertCenter" id="bm_id091620080323379" localize="false"/> +<paragraph role="paragraph" id="par_id0916200803551697"><ahelp hid="." visibility="hidden">The cell contents are aligned vertically centered in the cells.</ahelp></paragraph> +<bookmark branch="hid/.uno:CellVertBottom" id="bm_id0916200803242358" localize="false"/> +<paragraph role="paragraph" id="par_id0916200803551632"><ahelp hid="." visibility="hidden">The cell contents are aligned at the bottom of the cells.</ahelp></paragraph> -<paragraph role="paragraph" id="par_idN10626" xml-lang="en-US"><ahelp hid="." visibility="hidden">Selects the current table.</ahelp></paragraph> +<paragraph role="paragraph" id="par_idN10626"><ahelp hid="." visibility="hidden">Selects the current table.</ahelp></paragraph> <comment>Row</comment> -<paragraph role="paragraph" id="par_id0916200803551734" xml-lang="en-US"><ahelp hid="." visibility="hidden">Choose commands for the selected or all rows.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/.uno:DistributeRows" id="bm_id0916200803565265" localize="false"/> -<paragraph role="paragraph" id="par_id0916200804080035" xml-lang="en-US"><ahelp hid="." visibility="hidden">Distributes the height of the selected or all rows to the same size. The height of the table is not changed.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id0916200803551734"><ahelp hid="." visibility="hidden">Choose commands for the selected or all rows.</ahelp></paragraph> +<bookmark branch="hid/.uno:DistributeRows" id="bm_id0916200803565265" localize="false"/> +<paragraph role="paragraph" id="par_id0916200804080035"><ahelp hid="." visibility="hidden">Distributes the height of the selected or all rows to the same size. The height of the table is not changed.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id0916200804080063" xml-lang="en-US"><ahelp hid="." visibility="hidden">If currently no cell is selected, all rows will be selected. If currently cells are selected, all rows containing the selected cells will be selected.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertRows" id="bm_id0916200804032566" localize="false"/> -<paragraph role="paragraph" id="par_id091620080408008" xml-lang="en-US"><ahelp hid="." visibility="hidden">If currently no cell is selected, a new row will be inserted at the bottom of the table. If currently cells are selected, as many new rows as the selection has will be inserted below the selection.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id0916200804080063"><ahelp hid="." visibility="hidden">If currently no cell is selected, all rows will be selected. If currently cells are selected, all rows containing the selected cells will be selected.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id0916200804080050" xml-lang="en-US"><ahelp hid="." visibility="hidden">All rows of the current selection will be deleted.</ahelp></paragraph><comment>Column</comment> -<bookmark xml-lang="en-US" branch="hid/.uno:ColumnMenu" id="bm_id0916200804101754" localize="false"/> -<paragraph role="paragraph" id="par_id0916200804163012" xml-lang="en-US"><ahelp hid="." visibility="hidden">Choose commands for the selected or all columns.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/.uno:DistributeColumns" id="bm_id0916200804110358" localize="false"/> -<paragraph role="paragraph" id="par_id0916200804163092" xml-lang="en-US"><ahelp hid="." visibility="hidden">Distributes the width of the selected or all columns to the same size. The width of the table is not changed.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id091620080408008"><ahelp hid="hid/.uno:InsertRows" visibility="hidden">If currently no cell is selected, a new row will be inserted at the bottom of the table. If currently cells are selected, as many new rows as the selection has will be inserted below the selection.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id0916200804163046" xml-lang="en-US"><ahelp hid="." visibility="hidden">If currently no cell is selected, all columns will be selected. If currently cells are selected, all columns containing the selected cells will be selected.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertColumns" id="bm_id0916200804122650" localize="false"/> -<paragraph role="paragraph" id="par_id0916200804163128" xml-lang="en-US"><ahelp hid="." visibility="hidden">If currently no cell is selected, a new column will be inserted at the right border of the table. If currently cells are selected, as many new columns as the selection has will be inserted right of the selection.</ahelp></paragraph> +<paragraph role="paragraph" id="par_id0916200804080050"><ahelp hid="." visibility="hidden">All rows of the current selection will be deleted.</ahelp></paragraph><comment>Column</comment> +<bookmark branch="hid/.uno:ColumnMenu" id="bm_id0916200804101754" localize="false"/> +<paragraph role="paragraph" id="par_id0916200804163012"><ahelp hid="." visibility="hidden">Choose commands for the selected or all columns.</ahelp></paragraph> +<bookmark branch="hid/.uno:DistributeColumns" id="bm_id0916200804110358" localize="false"/> +<paragraph role="paragraph" id="par_id0916200804163092"><ahelp hid="." visibility="hidden">Distributes the width of the selected or all columns to the same size. The width of the table is not changed.</ahelp></paragraph> -<paragraph role="paragraph" id="par_id0916200804163127" xml-lang="en-US"><ahelp hid="." visibility="hidden">All columns of the current selection will be deleted.</ahelp></paragraph> -<bookmark xml-lang="en-US" branch="hid/.uno:AlignObjectMenu" id="bm_id0916200804143882" localize="false"/><comment>sic</comment> -<paragraph role="paragraph" id="par_id0916200804163151" xml-lang="en-US"><ahelp hid="." visibility="hidden">Align the table within the page or slide.</ahelp></paragraph> -<h2 id="hd_id8594317" xml-lang="en-US">Inserting a native table</h2> +<paragraph role="paragraph" id="par_id0916200804163046"><ahelp hid="." visibility="hidden">If currently no cell is selected, all columns will be selected. If currently cells are selected, all columns containing the selected cells will be selected.</ahelp></paragraph> +<bookmark branch="hid/.uno:InsertColumns" id="bm_id0916200804122650" localize="false"/> +<paragraph role="paragraph" id="par_id0916200804163128"><ahelp hid="." visibility="hidden">If currently no cell is selected, a new column will be inserted at the right border of the table. If currently cells are selected, as many new columns as the selection has will be inserted right of the selection.</ahelp></paragraph> + +<paragraph role="paragraph" id="par_id0916200804163127"><ahelp hid="." visibility="hidden">All columns of the current selection will be deleted.</ahelp></paragraph> +<bookmark branch="hid/.uno:AlignObjectMenu" id="bm_id0916200804143882" localize="false"/><comment>sic</comment> +<paragraph role="paragraph" id="par_id0916200804163151"><ahelp hid="." visibility="hidden">Align the table within the page or slide.</ahelp></paragraph> +<h2 id="hd_id8594317">Inserting a native table</h2> <list type="ordered"> <listitem> -<paragraph role="paragraph" id="par_id7184972" xml-lang="en-US">Go to the Impress slide or Draw page where you want to insert the table.</paragraph> +<paragraph role="paragraph" id="par_id7184972">Go to the Impress slide or Draw page where you want to insert the table.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id248115" xml-lang="en-US">Choose <item type="menuitem">Insert - Table</item> or use the Table icon on the Standard toolbar to insert a table.</paragraph> +<paragraph role="paragraph" id="par_id248115">Choose <item type="menuitem">Insert - Table</item> or use the Table icon on the Standard toolbar to insert a table.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id2748496" xml-lang="en-US">Double-click the table and enter or paste the data into the cells. </paragraph> +<paragraph role="paragraph" id="par_id2748496">Double-click the table and enter or paste the data into the cells. </paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id8270210" xml-lang="en-US">Select some cell contents and right-click to open the context menu. Choose commands to change the cell's contents, like font size and line spacing.</paragraph> +<paragraph role="paragraph" id="par_id8270210">Select some cell contents and right-click to open the context menu. Choose commands to change the cell's contents, like font size and line spacing.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id6820276" xml-lang="en-US">Right-click the table border to open the table's context menu. Use the table's context menu to enter a name and description for the table, or to distribute the rows or columns equally, among other commands.</paragraph> +<paragraph role="paragraph" id="par_id6820276">Right-click the table border to open the table's context menu. Use the table's context menu to enter a name and description for the table, or to distribute the rows or columns equally, among other commands.</paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id0916200803551725" xml-lang="en-US">Select some cells and right-click to open a context menu, where you can insert or delete rows and columns, among other commands. </paragraph> -<paragraph role="paragraph" id="par_id091620080355171" xml-lang="en-US">To select a rectangular area of cells, point to a cell in one corner of the rectangle, hold down the mouse button, and drag the mouse to the opposite corner of the rectangle, then release the mouse button. </paragraph> -<paragraph role="paragraph" id="par_id0916200803551880" xml-lang="en-US">To select one cell, point to that cell, hold down the mouse button, and drag the mouse to the next cell and back, then release the mouse button.</paragraph> +<paragraph role="paragraph" id="par_id0916200803551725">Select some cells and right-click to open a context menu, where you can insert or delete rows and columns, among other commands. </paragraph> +<paragraph role="paragraph" id="par_id091620080355171">To select a rectangular area of cells, point to a cell in one corner of the rectangle, hold down the mouse button, and drag the mouse to the opposite corner of the rectangle, then release the mouse button. </paragraph> +<paragraph role="paragraph" id="par_id0916200803551880">To select one cell, point to that cell, hold down the mouse button, and drag the mouse to the next cell and back, then release the mouse button.</paragraph> </listitem> </list> -<h2 id="hd_id3151075" xml-lang="en-US">Inserting a new spreadsheet as an OLE object</h2> -<paragraph role="paragraph" id="par_id3150715" xml-lang="en-US">You can add a blank $[officename] Calc spreadsheet to a slide as an OLE object.</paragraph> +<h2 id="hd_id3151075">Inserting a new spreadsheet as an OLE object</h2> +<paragraph role="paragraph" id="par_id3150715">You can add a blank $[officename] Calc spreadsheet to a slide as an OLE object.</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3150749" xml-lang="en-US">Go to the slide where you want to insert the spreadsheet.</paragraph> +<paragraph role="listitem" id="par_id3150749">Go to the slide where you want to insert the spreadsheet.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3146313" xml-lang="en-US">Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data. </paragraph> +<paragraph role="listitem" id="par_id3146313">Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>. Click <menuitem>Create new</menuitem> and select the %PRODUCTNAME Spreadsheet. Click OK. Click in the spreadsheet to enter your data. </paragraph> </listitem> <listitem> -<paragraph role="paragraph" id="par_id2466505" xml-lang="en-US">Click outside the spreadsheet to view the slide.</paragraph> +<paragraph role="paragraph" id="par_id2466505">Click outside the spreadsheet to view the slide.</paragraph> </listitem> </list> -<paragraph role="paragraph" id="par_id3148870" xml-lang="en-US">To resize the spreadsheet without resizing the cells, double-click the spreadsheet, and then drag a corner handle. To resize the cells of the spreadsheet, click the spreadsheet, and then drag a corner handle.</paragraph> -<h2 id="hd_id3150215" xml-lang="en-US">Inserting a spreadsheet from a file</h2> -<paragraph role="paragraph" id="par_id3154765" xml-lang="en-US">When you insert an existing spreadsheet into your slide, changes that are made to the original spreadsheet file are not updated on your slide. You can, however, make changes to the spreadsheet in your slide.</paragraph> +<paragraph role="paragraph" id="par_id3148870">To resize the spreadsheet without resizing the cells, double-click the spreadsheet, and then drag a corner handle. To resize the cells of the spreadsheet, click the spreadsheet, and then drag a corner handle.</paragraph> +<h2 id="hd_id3150215">Inserting a spreadsheet from a file</h2> +<paragraph role="paragraph" id="par_id3154765">When you insert an existing spreadsheet into your slide, changes that are made to the original spreadsheet file are not updated on your slide. You can, however, make changes to the spreadsheet in your slide.</paragraph> <list type="ordered"> <listitem> -<paragraph role="listitem" id="par_id3145112" xml-lang="en-US">Go to the slide where you want to insert the spreadsheet.</paragraph> +<paragraph role="listitem" id="par_id3145112">Go to the slide where you want to insert the spreadsheet.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3153075" xml-lang="en-US">Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>.</paragraph> +<paragraph role="listitem" id="par_id3153075">Choose <menuitem>Insert - OLE Object - OLE Object</menuitem>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3150391" xml-lang="en-US">Select <emph>Create from file</emph>, and click <emph>Search</emph>.</paragraph> +<paragraph role="listitem" id="par_id3150391">Select <emph>Create from file</emph>, and click <emph>Search</emph>.</paragraph> </listitem> <listitem> -<paragraph role="listitem" id="par_id3150537" xml-lang="en-US">Locate the file you want to insert, and then click<emph> OK</emph>.</paragraph> -<paragraph role="listitem" id="par_id1616565" xml-lang="en-US">Enable the <emph>Link to file</emph> checkbox to insert the file as a live link.</paragraph> +<paragraph role="listitem" id="par_id3150537">Locate the file you want to insert, and then click<emph> OK</emph>.</paragraph> +<paragraph role="listitem" id="par_id1616565">Enable the <emph>Link to file</emph> checkbox to insert the file as a live link.</paragraph> </listitem> </list> -<note id="par_id3155256" xml-lang="en-US">The entire spreadsheet is inserted into your slide. If you want to change the sheet that is displayed, double-click the spreadsheet, and then select a different sheet.</note> +<note id="par_id3155256">The entire spreadsheet is inserted into your slide. If you want to change the sheet that is displayed, double-click the spreadsheet, and then select a different sheet.</note> <section id="relatedtopics"> <embed href="text/shared/01/insert_table.xhp#insert_table_h1"/> - <paragraph role="paragraph" id="par_id3154505" xml-lang="en-US"><link href="text/simpress/01/05130000.xhp">Format - Slide Layout</link></paragraph> - <paragraph role="paragraph" id="par_id3150335" xml-lang="en-US"><link href="text/shared/01/04150100.xhp">Insert - OLE Object - OLE Object</link></paragraph> + <paragraph role="paragraph" id="par_id3154505"><link href="text/simpress/01/05130000.xhp">Format - Slide Layout</link></paragraph> + <paragraph role="paragraph" id="par_id3150335"><link href="text/shared/01/04150100.xhp">Insert - OLE Object - OLE Object</link></paragraph> </section> </body> </helpdocument> diff --git a/source/text/swriter/02/04090000.xhp b/source/text/swriter/02/04090000.xhp index cd8c7127e5..aa3919de2f 100644 --- a/source/text/swriter/02/04090000.xhp +++ b/source/text/swriter/02/04090000.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,13 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - - <helpdocument version="1.0"> <meta> <topic id="textswriter0204090000xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Insert Rows</title> +<title id="tit">Insert Rows</title> <filename>/text/swriter/02/04090000.xhp</filename> </topic> <history> @@ -33,23 +28,22 @@ </meta> <body> <section id="insert_rows"> -<bookmark xml-lang="en-US" branch="index" id="bm_id3154838"><bookmark_value>tables; inserting rows</bookmark_value> +<bookmark branch="index" id="bm_id3154838"><bookmark_value>tables; inserting rows</bookmark_value> <bookmark_value>rows; inserting in tables, using icon</bookmark_value> </bookmark> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertRows" id="bm_id8022206" localize="false"/> +<bookmark branch="hid/.uno:InsertRows" id="bm_id8022206" localize="false"/> <h1 id="hd_id3154838"><link href="text/swriter/02/04090000.xhp">Insert Rows</link></h1> -<paragraph role="paragraph" id="par_id3147407" xml-lang="en-US"><ahelp hid=".uno:InsertRows">Inserts one or more rows in the table, below the selection. You can insert more than one row by opening the dialog (choose <emph>Table - Insert - Rows</emph>), or by selecting more than one row before clicking the icon.</ahelp> The second method inserts rows of the same height as the originally selected rows.</paragraph> +<paragraph role="paragraph" id="par_id3147407"><ahelp hid=".uno:InsertRows">Inserts one or more rows in the table, below the selection. You can insert more than one row by opening the dialog (choose <emph>Table - Insert - Rows</emph>), or by selecting more than one row before clicking the icon.</ahelp> The second method inserts rows of the same height as the originally selected rows.</paragraph> </section> <section id="syinsert_rows"> <table id="tbl_id3154506"> <tablerow> -<tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3151180" xml-lang="en-US"> -<image id="img_id3151189" src="cmd/sc_insertrows.png" width="0.222inch" height="0.222inch"><alt id="alt_id3151189" xml-lang="en-US">Icon</alt> - </image></paragraph> +<tablecell> +<paragraph role="paragraph" id="par_id3151180"> +<image id="img_id3151189" src="cmd/lc_insertrowsafter.svg" width="1cm" height="1cm"><alt id="alt_id3151189">Icon Insert Row</alt></image></paragraph> </tablecell> -<tablecell colspan="" rowspan=""> -<paragraph role="paragraph" id="par_id3149670" xml-lang="en-US">Insert Row</paragraph> +<tablecell> +<paragraph role="paragraph" id="par_id3149670">Insert Row</paragraph> </tablecell> </tablerow> </table>