diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2018-11-18 11:54:25 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-11-20 01:36:03 +0100 |
commit | 8aef24ea353e04d75360d0b94ccbca6c6c8e9635 (patch) | |
tree | 958bc91d5c5324d22954cc2084bb84ab16c8eae2 | |
parent | 25a4b88600f50541aa5c2d77f83c4fb0d4af6e36 (diff) |
update commands to insert column before/after active column
Change-Id: Ie633d63e70103f2eda88a677e72c7e91482e5ac0
Reviewed-on: https://gerrit.libreoffice.org/63523
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 33e5103fa682d5597b154bf952f543f1292171f7)
Reviewed-on: https://gerrit.libreoffice.org/63617
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/scalc/00/sheet_menu.xhp | 4 | ||||
-rw-r--r-- | source/text/scalc/01/04040000.xhp | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/source/text/scalc/00/sheet_menu.xhp b/source/text/scalc/00/sheet_menu.xhp index 41a7be2f7a..f192d0775d 100644 --- a/source/text/scalc/00/sheet_menu.xhp +++ b/source/text/scalc/00/sheet_menu.xhp @@ -28,8 +28,8 @@ <paragraph id="hd_id160220162108024368" role="heading" level="1" xml-lang="en-US">Sheet Menu</paragraph> <paragraph id="par_id160220162106567373" role="paragraph" xml-lang="en-US"><variable id="insert_rows_above">Choose <emph>Sheet - Insert Rows - Rows Above</emph>.</variable></paragraph> <paragraph id="par_id160220162109048207" role="paragraph" xml-lang="en-US"><variable id="insert_rows_below">Choose <emph>Sheet - Insert Rows - Rows Below</emph>.</variable></paragraph> -<paragraph id="par_id160220162107055028" role="paragraph" xml-lang="en-US"><variable id="insert_columns_left">Choose <emph>Sheet - Insert Columns - Columns Left</emph>.</variable></paragraph> -<paragraph id="par_id160220162109126013" role="paragraph" xml-lang="en-US"><variable id="insert_columns_right">Choose <emph>Sheet - Insert Columns - Columns Right</emph>.</variable></paragraph> +<paragraph id="par_id160220162107055028" role="paragraph" xml-lang="en-US"><variable id="insert_columns_left">Choose <emph>Sheet - Insert Columns - Columns Before</emph>.</variable></paragraph> +<paragraph id="par_id160220162109126013" role="paragraph" xml-lang="en-US"><variable id="insert_columns_right">Choose <emph>Sheet - Insert Columns - Columns After</emph>.</variable></paragraph> <paragraph role="paragraph" id="par_id3149095" xml-lang="en-US"><variable id="insert_page_break">Choose <emph>Sheet - Insert Page Break</emph>.</variable></paragraph> <paragraph role="paragraph" id="par_id3149398" xml-lang="en-US"><variable id="insert_page_break_row">Choose <emph>Sheet - Insert Page Break - Row Break</emph>.</variable></paragraph> <paragraph role="paragraph" id="par_id3150084" xml-lang="en-US"><variable id="insert_page_break_column">Choose <emph>Sheet - Insert Page Break - Column Break</emph>.</variable></paragraph> diff --git a/source/text/scalc/01/04040000.xhp b/source/text/scalc/01/04040000.xhp index 721f65829f..51655661e8 100644 --- a/source/text/scalc/01/04040000.xhp +++ b/source/text/scalc/01/04040000.xhp @@ -42,15 +42,15 @@ <paragraph id="hd_id3155628" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/04040000.xhp" name="Insert Columns">Insert Columns</link></paragraph> <paragraph id="par_id160220162214111932" role="paragraph" xml-lang="en-US"><variable id="sheet_insert_columns">Inserts columns to the left or to the right of the active cell.</variable> The number of columns inserted corresponds to the number of columns selected. If no column is selected, one column is inserted. The existing columns are moved to the right.</paragraph> -<paragraph id="hd_id160220162139258865" role="heading" level="2" xml-lang="en-US">Columns Left</paragraph> -<paragraph id="par_id3150791" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertColumnsBefore">Inserts a new column to the left of the active cell.</ahelp></paragraph> +<paragraph id="hd_id160220162139258865" role="heading" level="2" xml-lang="en-US">Columns Before</paragraph> +<paragraph id="par_id3150791" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertColumnsBefore">Inserts a new column before the active cell.</ahelp></paragraph> <section id="howtoget"> <embed href="text/scalc/00/sheet_menu.xhp#insert_columns_left"/> </section> -<paragraph id="hd_id160220162139252941" role="heading" level="2" xml-lang="en-US">Columns Right</paragraph> -<paragraph id="par_id160220162138041164" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertColumnsAfter">Inserts a new column to the right of the active cell.</ahelp></paragraph> +<paragraph id="hd_id160220162139252941" role="heading" level="2" xml-lang="en-US">Columns After</paragraph> +<paragraph id="par_id160220162138041164" role="paragraph" xml-lang="en-US"><ahelp hid=".uno:InsertColumnsAfter">Inserts a new column after the active cell.</ahelp></paragraph> <section id="howtoget"> <embed href="text/scalc/00/sheet_menu.xhp#insert_columns_right"/> |