summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2023-09-02 18:54:20 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-09-03 14:12:50 +0200
commit3f4db39698603879915e68dad07c67251dacb417 (patch)
tree43b1f3a7edff2ee739f19f76fdc47a8e89447b22
parent4d7d0008afcbcca0d8e3724eeff9125ddae37e77 (diff)
tdf#155875 Tab'd UI cmds Writer/Table in Help(29)
+ refactoring + Table - Delete menu (part 29) Change-Id: Ic4220a237cd8bf71e4444b22a6c028c6ab126b1b Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156478 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--AllLangHelp_shared.mk3
-rw-r--r--AllLangHelp_swriter.mk1
-rw-r--r--source/text/shared/01/DeleteColumns.xhp28
-rw-r--r--source/text/shared/01/DeleteRows.xhp28
-rw-r--r--source/text/shared/01/DeleteTable.xhp28
-rw-r--r--source/text/simpress/guide/table_insert.xhp4
-rw-r--r--source/text/swriter/00/00000405.xhp53
-rw-r--r--source/text/swriter/01/TableDeleteMenu.xhp31
-rw-r--r--source/text/swriter/01/TableInsertMenu.xhp2
-rw-r--r--source/text/swriter/main0110.xhp13
10 files changed, 170 insertions, 21 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk
index e686dc3aeb..b44d3ecf1f 100644
--- a/AllLangHelp_shared.mk
+++ b/AllLangHelp_shared.mk
@@ -338,6 +338,9 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\
helpcontent2/source/text/shared/01/certificatepath \
helpcontent2/source/text/shared/01/classificationbar \
helpcontent2/source/text/shared/01/classificationdialog \
+ helpcontent2/source/text/shared/01/DeleteColumns \
+ helpcontent2/source/text/shared/01/DeleteRows \
+ helpcontent2/source/text/shared/01/DeleteTable \
helpcontent2/source/text/shared/01/digitalsignatures \
helpcontent2/source/text/shared/01/digitalsignaturespdf \
helpcontent2/source/text/shared/01/addsignatureline \
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk
index e56e923c48..26999dc279 100644
--- a/AllLangHelp_swriter.mk
+++ b/AllLangHelp_swriter.mk
@@ -211,6 +211,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
helpcontent2/source/text/swriter/01/spotlight_styles \
helpcontent2/source/text/swriter/01/spotlight_chars_df \
helpcontent2/source/text/swriter/01/style_inspector \
+ helpcontent2/source/text/swriter/01/TableDeleteMenu \
helpcontent2/source/text/swriter/01/TableInsertMenu \
helpcontent2/source/text/swriter/01/title_page \
helpcontent2/source/text/swriter/01/translate \
diff --git a/source/text/shared/01/DeleteColumns.xhp b/source/text/shared/01/DeleteColumns.xhp
new file mode 100644
index 0000000000..03c0950981
--- /dev/null
+++ b/source/text/shared/01/DeleteColumns.xhp
@@ -0,0 +1,28 @@
+<?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="textshared01DeleteColumnsxhp" indexer="include" status="PUBLISH">
+ <title id="tit">Rows</title>
+ <filename>/text/shared/01/DeleteColumns.xhp</filename>
+ </topic>
+ </meta>
+<body>
+<bookmark id="bm_id891693687739389" branch="hid/.uno:DeleteColumns" localize="false"/>
+ <section id="delete_columns">
+ <h1 id="hd_id941693687739390"><variable id="h1"><link href="text/shared/01/DeleteColumns.xhp">Columns</link></variable></h1>
+ <paragraph id="par_idN10616" role="paragraph">Deletes the selected columns.</paragraph>
+ </section>
+ <section id="howtoget">
+ <embed href="text/swriter/00/00000405.xhp#delete_column"/>
+ </section>
+</body>
+</helpdocument>
diff --git a/source/text/shared/01/DeleteRows.xhp b/source/text/shared/01/DeleteRows.xhp
new file mode 100644
index 0000000000..68bdc090e0
--- /dev/null
+++ b/source/text/shared/01/DeleteRows.xhp
@@ -0,0 +1,28 @@
+<?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="textshared01DeleteRowsxhp" indexer="include" status="PUBLISH">
+ <title id="tit">Rows</title>
+ <filename>/text/shared/01/DeleteRows.xhp</filename>
+ </topic>
+ </meta>
+ <body>
+ <bookmark id="bm_id891693687739389" branch="hid/.uno:DeleteRows" localize="false"/>
+ <section id="delete_rows">
+ <h1 id="hd_id941693687739390"><variable id="h1"><link href="text/shared/01/DeleteRows.xhp">Rows</link></variable></h1>
+ <paragraph id="par_idN10616" role="paragraph">Deletes the selected rows.</paragraph>
+ </section>
+ <section id="howtoget">
+ <embed href="text/swriter/00/00000405.xhp#delete_row"/>
+ </section>
+</body>
+</helpdocument>
diff --git a/source/text/shared/01/DeleteTable.xhp b/source/text/shared/01/DeleteTable.xhp
new file mode 100644
index 0000000000..810b877043
--- /dev/null
+++ b/source/text/shared/01/DeleteTable.xhp
@@ -0,0 +1,28 @@
+<?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="textshared01DeleteTablexhp" indexer="include" status="PUBLISH">
+ <title id="tit">Table</title>
+ <filename>/text/shared/01/DeleteTable.xhp</filename>
+ </topic>
+ </meta>
+ <body>
+ <bookmark id="bm_id891693687739389" branch="hid/.uno:DeleteTable" localize="false"/>
+ <section id="delete_table">
+ <h1 id="hd_id941693687739390"><variable id="h1"><link href="text/shared/01/DeleteTable.xhp">Table</link></variable></h1>
+ <paragraph id="par_idN10616" role="paragraph">Deletes the current table.</paragraph>
+ </section>
+ <section id="howtoget">
+ <embed href="text/swriter/00/00000405.xhp#delete_table"/>
+ </section>
+</body>
+</helpdocument>
diff --git a/source/text/simpress/guide/table_insert.xhp b/source/text/simpress/guide/table_insert.xhp
index 5ffd319097..b3d9ed396b 100644
--- a/source/text/simpress/guide/table_insert.xhp
+++ b/source/text/simpress/guide/table_insert.xhp
@@ -64,7 +64,7 @@
<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>
-<bookmark xml-lang="en-US" branch="hid/.uno:DeleteRows" id="bm_id0916200804073670" localize="false"/>
+
<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>
@@ -74,7 +74,7 @@
<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>
-<bookmark xml-lang="en-US" branch="hid/.uno:DeleteColumns" id="bm_id091620080413440" localize="false"/>
+
<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>
diff --git a/source/text/swriter/00/00000405.xhp b/source/text/swriter/00/00000405.xhp
index 2dffb41721..ac4f3adedf 100644
--- a/source/text/swriter/00/00000405.xhp
+++ b/source/text/swriter/00/00000405.xhp
@@ -306,22 +306,31 @@
<paragraph id="par_id3148716" role="paragraph"><variable id="zeile">In the context menu of a cell, choose <emph>Row</emph>.</variable></paragraph>
<paragraph id="par_id3155345" role="paragraph"><variable id="hoehez">In the context menu of a cell, choose <emph>Row - Height</emph>.</variable></paragraph>
<paragraph id="par_id3145095" role="paragraph"><variable id="selektierenz">Choose <emph>Table - Select - Row</emph>.</variable></paragraph>
+
<section id="delete_row">
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
<paragraph id="par_id3149573" role="paragraph">Choose <emph>Table - Delete - Rows</emph>.</paragraph>
- <paragraph id="par_id3149591" role="paragraph">On <emph>Table</emph> bar, click</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_context"/>
+ <paragraph role="paragraph" id="par_id521693687115685">Choose <menuitem>Delete - Rows</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id291693687406969">Choose <menuitem>Table - Delete Rows</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
<section id="sydelete_row">
<table id="tbl_id3146892">
<tablerow>
<tablecell>
- <paragraph id="par_id3147555" role="paragraph"><image id="img_id3150361" src="cmd/sc_deleterows.png" width="1cm" height="1cm"><alt id="alt_id3150361">Icon Delete Row</alt></image></paragraph>
+ <paragraph id="par_id3147555" role="paragraph"><image id="img_id3150361" src="cmd/lc_deleterows.svg" width="1cm" height="1cm"><alt id="alt_id3150361">Icon Delete Rows</alt></image></paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id3156248" role="paragraph">Delete Row</paragraph>
+ <paragraph id="par_id3156248" role="paragraph">Delete Rows</paragraph>
</tablecell>
</tablerow>
</table>
</section>
+ <embed href="text/shared/00/00000004.xhp#from_sidebar"/>
+ <paragraph role="paragraph" id="par_id451693687256314">Choose <menuitem>Properties - Table - Delete Rows</menuitem>.</paragraph>
</section>
+
<paragraph id="par_id3149383" role="paragraph"><variable id="spalte">In the context menu of a cell, choose <emph>Column</emph>.</variable></paragraph>
<paragraph id="par_id3149406" role="paragraph"><variable id="breites">In the context menu of a cell, choose <emph>Column - Width</emph>.</variable></paragraph>
<paragraph id="par_id3153172" role="paragraph"><variable id="spaltesel">Choose <emph>Table - Select - Column</emph>.</variable></paragraph>
@@ -338,14 +347,19 @@
<paragraph role="paragraph" id="par_id511693673078815">On the <menuitem>Table</menuitem> menu of the <menuitem>Table</menuitem> tab, choose <menuitem>Insert Columns</menuitem>.</paragraph>
</section>
- <section id="delete_columns">
+ <section id="delete_column">
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
<paragraph id="par_id3155310" role="paragraph">Choose <emph>Table - Delete - Columns</emph>.</paragraph>
- <paragraph id="par_id3155328" role="paragraph">On <emph>Table</emph> bar, click</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_context"/>
+ <paragraph role="paragraph" id="par_id681693688270842">choose <menuitem>Delete - Columns</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_tabUI"/>
+ <paragraph role="paragraph" id="par_id361693688303638">Choose <menuitem>Table - Delete Columns</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
<section id="sydelete_columns">
<table id="tbl_id3150954">
<tablerow>
<tablecell>
- <paragraph id="par_id3153600" role="paragraph"><image id="img_id3153607" src="cmd/sc_deletecolumns.png" width="1cm" height="1cm"><alt id="alt_id3153607">Icon Delete Column</alt></image></paragraph>
+ <paragraph id="par_id3153600" role="paragraph"><image id="img_id3153607" src="cmd/lc_deletecolumns.svg" width="1cm" height="1cm"><alt id="alt_id3153607">Icon Delete Column</alt></image></paragraph>
</tablecell>
<tablecell>
<paragraph id="par_id3154423" role="paragraph">Delete Column</paragraph>
@@ -353,7 +367,10 @@
</tablerow>
</table>
</section>
+ <embed href="text/shared/00/00000004.xhp#from_sidebar"/>
+ <paragraph role="paragraph" id="par_id361693688361224">Choose <menuitem>Properties - Table - Delete Columns</menuitem>.</paragraph>
</section>
+
<section id="object_properties">
<paragraph id="par_id3156355" role="paragraph">Choose <emph>Format - Frame and Object - Properties</emph>.</paragraph>
<section id="syobject_properties">
@@ -384,5 +401,29 @@
<section id="textgrid">
<paragraph id="par_id3150140" role="paragraph">Menu <emph>Format - Page Style </emph> - tab <emph>Text Grid</emph>, if Asian language support is enabled</paragraph>
</section>
+
+ <section id="delete_table">
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id131693690148929">Choose <menuitem>Table - Delete - Table</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_context"/>
+ <paragraph role="paragraph" id="par_id531693690152814">Choose <menuitem>Delete - Table</menuitem>.</paragraph>
+ <embed href="text/shared/00/00000004.xhp#from_toolbars"/>
+ <table id="tab_id621693690022520">
+ <tablerow>
+ <tablecell>
+ <paragraph id="par_id751693690022521" role="paragraph"><image src="cmd/lc_deletetable.svg" id="img_id171693690022522" width="1cm" height="1cm"><alt id="alt_id771693690022523">Icon Delete Table</alt></image></paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph id="par_id531693690022525" role="paragraph">Delete Table</paragraph>
+ </tablecell>
+ </tablerow>
+ </table>
+ <embed href="text/shared/00/00000004.xhp#from_sidebar"/>
+ <paragraph role="paragraph" id="par_id691693690135938">Choose <menuitem>Properties - Table - Delete Table</menuitem>.</paragraph>
+ </section>
+ <section id="delete_table_menu">
+ <embed href="text/shared/00/00000004.xhp#from_menu_bar"/>
+ <paragraph role="paragraph" id="par_id61693691400020">Choose <menuitem>Table - Delete</menuitem>.</paragraph>
+ </section>
</body>
</helpdocument>
diff --git a/source/text/swriter/01/TableDeleteMenu.xhp b/source/text/swriter/01/TableDeleteMenu.xhp
new file mode 100644
index 0000000000..f76cec6f34
--- /dev/null
+++ b/source/text/swriter/01/TableDeleteMenu.xhp
@@ -0,0 +1,31 @@
+<?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="textswriter01TableDeleteMenuxhp" indexer="include" status="PUBLISH">
+ <title id="tit">Table Delete Menu</title>
+ <filename>/text/swriter/01/TableDeleteMenu.xhp</filename>
+ </topic>
+ </meta>
+<body>
+ <bookmark branch="hid/.uno:TableDeleteMenu" id="bm_id481690375592676" localize="false"/>
+ <section id="section identification">
+ <h1 id="hd_id191693674103291"><variable id="h1"><link href="text/swriter/01/TableDeleteMenu.xhp">Delete</link></variable></h1>
+ <paragraph id="par_id901693674103293" role="paragraph">Opens a submenu to delete columns, rows and the whole table.</paragraph>
+ </section>
+ <section id="howtoget">
+ <embed href="text/swriter/00/00000405.xhp#delete_table_menu"/>
+ </section>
+ <embed href="text/shared/01/DeleteRows.xhp#delete_rows"/>
+ <embed href="text/shared/01/DeleteColumns.xhp#delete_columns"/>
+ <embed href="text/shared/01/DeleteTable.xhp#delete_table"/>
+</body>
+</helpdocument>
diff --git a/source/text/swriter/01/TableInsertMenu.xhp b/source/text/swriter/01/TableInsertMenu.xhp
index 28ca5450c7..5acdfc5757 100644
--- a/source/text/swriter/01/TableInsertMenu.xhp
+++ b/source/text/swriter/01/TableInsertMenu.xhp
@@ -19,7 +19,7 @@
<bookmark id="bm_id271693612980434" branch="hid/.uno:TableInsertMenu" localize="false"/>
<section id="insertmenu">
<h1 id="hd_id421693612980436"><variable id="h1"><link href="text/swriter/01/TableInsertMenu.xhp">Insert</link></variable></h1>
- <paragraph role="paragraph" id="par_id881605975490097"><variable id="submenu">Opens a submenu with table rows and columns commands.</variable></paragraph>
+ <paragraph role="paragraph" id="par_id881605975490097">Opens a submenu to insert rows and columns.</paragraph>
</section>
<section id="howtoget">
<embed href="text/swriter/00/00000404.xhp#table_insert_menu"/>
diff --git a/source/text/swriter/main0110.xhp b/source/text/swriter/main0110.xhp
index acab69abb8..d78a171165 100644
--- a/source/text/swriter/main0110.xhp
+++ b/source/text/swriter/main0110.xhp
@@ -41,20 +41,9 @@
<paragraph id="par_idN105B8" role="paragraph">Inserts a new table.</paragraph>
<embed href="text/swriter/01/TableInsertMenu.xhp#insertmenu"/>
+<embed href="text/swriter/01/TableDeleteMenu.xhp#deletemenu"/>
-<bookmark branch="hid/.uno:TableDeleteMenu" id="bm_id481690375592676" localize="false"/>
-<h2 id="par_idN105AF">Delete</h2>
-<paragraph role="paragraph" id="par_id81605976578903" localize="false"><embedvar href="text/swriter/main0110.xhp#submenu"/></paragraph>
-<h3 id="par_idN1066A">Rows</h3>
-<paragraph id="par_idN10616" role="paragraph">Deletes the selected rows.</paragraph>
-
-<h3 id="par_idN1060D">Columns</h3>
-<paragraph id="par_idN10610" role="paragraph">Deletes the selected columns.</paragraph>
-
-<bookmark branch="hid/.uno:DeleteTable" id="bm_id7886898" localize="false"/>
-<h3 id="par_idN1063E">Table</h3>
-<paragraph id="par_idN1060A" role="paragraph"><ahelp hid=".">Deletes the current table.</ahelp></paragraph>
<bookmark branch="hid/.uno:TableSelectMenu" id="bm_id481690375592514" localize="false"/>
<h2 id="par_idN105B3">Select</h2>