From 8d12e99d7502858285b5a0acc695036aa3b916f5 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Sun, 2 Jan 2022 12:46:04 +0100 Subject: use consistent argument names of SF Shift* functions Change-Id: Ib99180a481a94c5140b36ec022cf4f495a6f74dc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127865 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/sbasic/shared/03/sf_calc.xhp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp index 15d3a295e1..718114b904 100644 --- a/source/text/sbasic/shared/03/sf_calc.xhp +++ b/source/text/sbasic/shared/03/sf_calc.xhp @@ -1640,7 +1640,7 @@

ShiftDown

Moves a given range of cells downwards by inserting empty rows. The current selection is not affected. - Depending on the value of the wholerows argument the inserted rows can either span the width of the specified range or span all columns in the row. + Depending on the value of the wholerow argument the inserted rows can either span the width of the specified range or span all columns in the row. This method returns a string representing the new location of the initial range. If the shifted range exceeds the sheet edges, then nothing happens. @@ -1683,7 +1683,7 @@

ShiftLeft

Deletes the leftmost columns of a given range and moves to the left all cells to the right of the affected range. The current selection is not affected. - Depending on the value of the wholecolumns argument the deleted columns can either span the height of the specified range or span all rows in the column. + Depending on the value of the wholecolumn argument the deleted columns can either span the height of the specified range or span all rows in the column. This method returns a string representing the location of the remaining portion of the initial range. If all cells in the original range have been deleted, then an empty string is returned. @@ -1718,7 +1718,7 @@

ShiftUp

Deletes the topmost rows of a given range and moves upwards all cells below the affected range. The current selection is not affected. - Depending on the value of the wholerows argument the deleted rows can either span the width of the specified range or span all columns in the row. + Depending on the value of the wholerow argument the deleted rows can either span the width of the specified range or span all columns in the row. This method returns a string representing the location of the remaining portion of the initial range. If all cells in the original range have been deleted, then an empty string is returned. @@ -1753,7 +1753,7 @@

ShiftRight

Moves a given range of cells to the right by inserting empty columns. The current selection is not affected. - Depending on the value of the wholecolumns argument the inserted columns can either span the height of the specified range or span all rows in the column. + Depending on the value of the wholecolumn argument the inserted columns can either span the height of the specified range or span all rows in the column. This method returns a string representing the new location of the initial range. If the shifted range exceeds the sheet edges, then nothing happens. -- cgit