From 56d67dfd7ef0df8768ad2f4975333ad633cde27f Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 9 Dec 2023 15:37:05 -0300 Subject: tdf#155876 UI cmds Calc-Sheet menu (27) + Sheet menu for Calc, insert row/column/breaks + refactoring Change-Id: Ie8ecd21877f960206616489e9113144bd37dd96a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160526 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/00/sheet_menu.xhp | 85 ++++++++++++++++++++++++++++++++++--- source/text/scalc/01/04010000.xhp | 13 +++--- source/text/scalc/01/04030000.xhp | 27 +++--------- source/text/scalc/01/04040000.xhp | 23 +++------- 4 files changed, 97 insertions(+), 51 deletions(-) (limited to 'source/text/scalc') diff --git a/source/text/scalc/00/sheet_menu.xhp b/source/text/scalc/00/sheet_menu.xhp index 866a20541d..e83ae3cf06 100644 --- a/source/text/scalc/00/sheet_menu.xhp +++ b/source/text/scalc/00/sheet_menu.xhp @@ -256,13 +256,84 @@ -Choose Sheet - Insert Rows - Rows Above. -Choose Sheet - Insert Rows - Rows Below. -Choose Sheet - Insert Columns - Columns Before. -Choose Sheet - Insert Columns - Columns After. -Choose Sheet - Insert Page Break. -Choose Sheet - Insert Page Break - Row Break. -Choose Sheet - Insert Page Break - Column Break. + +
+ + Choose Sheet - Insert Rows. + + Choose Home - Row. + Choose Layout - Row. + + + + + Icon Insert Row + + + Insert Row + + +
+
+ +
+ + Choose Sheet - Insert Columns. + + Choose Home - Column. + Choose Layout - Column. + + + + + Icon Insert Column + + + Insert Columns + + +
+
+ +
+ + Choose Sheet - Insert Page Break. +
+
+ + Choose Sheet - Insert Page Break - Row Break. + + On the Layout menu of the Layout tab, choose Row Break. + + + + + Icon Insert Row Break + + + Insert Row Break + + +
+
+
+ + Choose Sheet - Insert Page Break - Column Break. + + On the Layout menu of the Layout tab, choose Column Break. + + + + + Icon Insert Column Break + + + Insert Column Break + + +
+
+ Choose Sheet - Delete Page Break. Choose Sheet - Delete Page Break - Row Break. Choose Sheet - Delete Page Break - Column Break. diff --git a/source/text/scalc/01/04010000.xhp b/source/text/scalc/01/04010000.xhp index 548818206f..089dca4006 100644 --- a/source/text/scalc/01/04010000.xhp +++ b/source/text/scalc/01/04010000.xhp @@ -1,6 +1,4 @@ - - - -Insert Page Break +Insert Page Break /text/scalc/01/04010000.xhp @@ -31,15 +28,15 @@
-spreadsheets; inserting breaks in +spreadsheets; inserting breaks in inserting; breaks page breaks; inserting in spreadsheets mw changed "page breaks;..." - +

Insert Page Break

-This command inserts manual row or column breaks to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell. +This command inserts manual row or column breaks to ensure that your data prints properly. You can insert a horizontal page break above, or a vertical page break to the left of, the active cell.
-Choose Sheet - Delete Page Break to remove breaks created manually. +Choose Sheet - Delete Page Break to remove breaks created manually.
diff --git a/source/text/scalc/01/04030000.xhp b/source/text/scalc/01/04030000.xhp index c4d8c658d6..649578f9a2 100644 --- a/source/text/scalc/01/04030000.xhp +++ b/source/text/scalc/01/04030000.xhp @@ -20,7 +20,7 @@ - Insert Rows + Insert Rows /text/scalc/01/04030000.xhp @@ -28,31 +28,18 @@ Marked for deletion later. reworked in shared/ OH - + 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. - +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 Below

-Inserts a new row below the active cell. - -
- +
+ + -
diff --git a/source/text/scalc/01/04040000.xhp b/source/text/scalc/01/04040000.xhp index 13536fe2fc..c5ad8d00e8 100644 --- a/source/text/scalc/01/04040000.xhp +++ b/source/text/scalc/01/04040000.xhp @@ -20,7 +20,7 @@ - Insert Columns + Insert Columns /text/scalc/01/04040000.xhp @@ -28,31 +28,22 @@ Marked for deletion later. reworked in shared/ OH - + spreadsheets; inserting columns inserting; columns columns; inserting - - +

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 Before

-Inserts a new column before the active cell. - +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 After

-Inserts a new column after the active cell. - -
- -
-- cgit