From fd91f34b3106eea47e8378a672d5a42fe2920b00 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Tue, 16 Feb 2016 22:31:53 +0100 Subject: tdf#97807 Calc menu changes for inserting rows and columns Change-Id: I7eda4072001961c19ff6f502b71d76ac989f634a Reviewed-on: https://gerrit.libreoffice.org/22405 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- AllLangHelp_scalc.mk | 1 + source/text/scalc/00/00000404.xhp | 4 --- source/text/scalc/00/sheet_menu.xhp | 38 +++++++++++++++++++++++ source/text/scalc/01/04030000.xhp | 60 +++++++++++++++++++++++-------------- source/text/scalc/01/04040000.xhp | 52 +++++++++++++++++++++----------- source/text/scalc/main0104.xhp | 2 -- source/text/scalc/main0116.xhp | 5 ++++ 7 files changed, 116 insertions(+), 46 deletions(-) create mode 100644 source/text/scalc/00/sheet_menu.xhp diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index bf50e991be..9b480ea4f0 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -25,6 +25,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/00/00000406 \ helpcontent2/source/text/scalc/00/00000407 \ helpcontent2/source/text/scalc/00/00000412 \ + helpcontent2/source/text/scalc/00/sheet_menu \ helpcontent2/source/text/scalc/01/01120000 \ helpcontent2/source/text/scalc/01/02110000 \ helpcontent2/source/text/scalc/01/02120000 \ diff --git a/source/text/scalc/00/00000404.xhp b/source/text/scalc/00/00000404.xhp index dfa6bc606d..f1d867369a 100644 --- a/source/text/scalc/00/00000404.xhp +++ b/source/text/scalc/00/00000404.xhp @@ -119,10 +119,6 @@ -Choose Insert - Rows - -Choose Insert - Columns - Choose Insert - Sheet Choose Insert - Sheet from file diff --git a/source/text/scalc/00/sheet_menu.xhp b/source/text/scalc/00/sheet_menu.xhp new file mode 100644 index 0000000000..7095e4d3f5 --- /dev/null +++ b/source/text/scalc/00/sheet_menu.xhp @@ -0,0 +1,38 @@ + + + + + + + Sheet Menu + /scalc/00/sheet_menu.xhp + + + + + + +Sheet Menu +Choose Sheet - Insert Rows - Rows Above +Choose Sheet - Insert Rows - Rows Below +Choose Sheet - Insert Columns - Columns Left +Choose Sheet - Insert Columns - Columns Right + + + \ No newline at end of file diff --git a/source/text/scalc/01/04030000.xhp b/source/text/scalc/01/04030000.xhp index a73c58fe3f..25e153be49 100644 --- a/source/text/scalc/01/04030000.xhp +++ b/source/text/scalc/01/04030000.xhp @@ -1,6 +1,5 @@ - - + +--> - - -Rows -/text/scalc/01/04030000.xhp - - -Sun Microsystems, Inc. - + + Insert Rows + /text/scalc/01/04030000.xhp + + - - -
- spreadsheets; inserting rowsrows; insertinginserting; rows -Rows - 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. -
-
- + + + + spreadsheets; inserting rows + rows; inserting + inserting; rows + + + + + + + +Insert Rows +Insert rows above or below the active cell. 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. + +Rows Above +Inserts a new row above the active cell. + +
+
- - + +Rows Below +Inserts a new row below the active cell. + +
+ +
+ + + \ No newline at end of file diff --git a/source/text/scalc/01/04040000.xhp b/source/text/scalc/01/04040000.xhp index d4de7396b8..721f65829f 100644 --- a/source/text/scalc/01/04040000.xhp +++ b/source/text/scalc/01/04040000.xhp @@ -1,6 +1,5 @@ - - - +--> + - -Columns -/text/scalc/01/04040000.xhp - + + Insert Columns + /text/scalc/01/04040000.xhp + + -
-spreadsheets; inserting columns -inserting; columns -columns; inserting + + + + spreadsheets; inserting columns + inserting; columns + columns; inserting - - -Columns -Inserts a new column to the left of the active cell. The number of columns inserted corresponds to the number of columns selected. The existing columns are moved to the right. + + + + + + +Insert Columns +Inserts columns to the left or to the right of the active cell. 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. + +Columns Left +Inserts a new column to the left of the active cell. + +
+
+ +Columns Right +Inserts a new column to the right of the active cell. +
- +
- + + \ No newline at end of file diff --git a/source/text/scalc/main0104.xhp b/source/text/scalc/main0104.xhp index 96a0e56267..59c46c0178 100644 --- a/source/text/scalc/main0104.xhp +++ b/source/text/scalc/main0104.xhp @@ -38,8 +38,6 @@ Cells - - Sheet diff --git a/source/text/scalc/main0116.xhp b/source/text/scalc/main0116.xhp index edcd8c94bc..8d739d9158 100644 --- a/source/text/scalc/main0116.xhp +++ b/source/text/scalc/main0116.xhp @@ -34,6 +34,11 @@ Sheet This menu contains commands to modify and manage a sheet and its elements.
+Insert Rows + +Insert Columns + + -- cgit