diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2022-01-02 12:46:04 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-01-02 13:34:28 +0100 |
commit | 8d12e99d7502858285b5a0acc695036aa3b916f5 (patch) | |
tree | 843748efa2ad8ede6646cc8512bcb50851a3671b | |
parent | 4bd81d7cc74baa40d0dd5f44518056fda10b2010 (diff) |
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 <fitojb@ubuntu.com>
-rw-r--r-- | source/text/sbasic/shared/03/sf_calc.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ </bookmark> <h2 id="hd_id191593880376667" localize="false">ShiftDown</h2> <paragraph role="paragraph" id="par_id481593880373070">Moves a given range of cells downwards by inserting empty rows. The current selection is not affected.</paragraph> - <paragraph role="paragraph" id="par_id801637929435655">Depending on the value of the <literal>wholerows</literal> argument the inserted rows can either span the width of the specified range or span all columns in the row.</paragraph> + <paragraph role="paragraph" id="par_id801637929435655">Depending on the value of the <literal>wholerow</literal> argument the inserted rows can either span the width of the specified range or span all columns in the row.</paragraph> <paragraph role="paragraph" id="par_id711593880370247" xml-lang="en-US">This method returns a string representing the new location of the initial range.</paragraph> <note id="par_id811637929284110">If the shifted range exceeds the sheet edges, then nothing happens.</note> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> @@ -1683,7 +1683,7 @@ </bookmark> <h2 id="hd_id191593880373026" localize="false">ShiftLeft</h2> <paragraph role="paragraph" id="par_id481593880376255">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.</paragraph> - <paragraph role="paragraph" id="par_id801637929460261">Depending on the value of the <literal>wholecolumns</literal> argument the deleted columns can either span the height of the specified range or span all rows in the column.</paragraph> + <paragraph role="paragraph" id="par_id801637929460261">Depending on the value of the <literal>wholecolumn</literal> argument the deleted columns can either span the height of the specified range or span all rows in the column.</paragraph> <paragraph role="paragraph" id="par_id711593880371259" xml-lang="en-US">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.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" localize="false" id="par_id701621623026330"> @@ -1718,7 +1718,7 @@ </bookmark> <h2 id="hd_id191593880370547" localize="false">ShiftUp</h2> <paragraph role="paragraph" id="par_id481593880373529">Deletes the topmost rows of a given range and moves upwards all cells below the affected range. The current selection is not affected.</paragraph> - <paragraph role="paragraph" id="par_id801637929435361">Depending on the value of the <literal>wholerows</literal> argument the deleted rows can either span the width of the specified range or span all columns in the row.</paragraph> + <paragraph role="paragraph" id="par_id801637929435361">Depending on the value of the <literal>wholerow</literal> argument the deleted rows can either span the width of the specified range or span all columns in the row.</paragraph> <paragraph role="paragraph" id="par_id711593880370299" xml-lang="en-US">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.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" localize="false" id="par_id701621623026380"> @@ -1753,7 +1753,7 @@ </bookmark> <h2 id="hd_id191593880376547" localize="false">ShiftRight</h2> <paragraph role="paragraph" id="par_id481593880372568">Moves a given range of cells to the right by inserting empty columns. The current selection is not affected.</paragraph> - <paragraph role="paragraph" id="par_id801637929335255">Depending on the value of the <literal>wholecolumns</literal> argument the inserted columns can either span the height of the specified range or span all rows in the column.</paragraph> + <paragraph role="paragraph" id="par_id801637929335255">Depending on the value of the <literal>wholecolumn</literal> argument the inserted columns can either span the height of the specified range or span all rows in the column.</paragraph> <paragraph role="paragraph" id="par_id711593880372560" xml-lang="en-US">This method returns a string representing the new location of the initial range.</paragraph> <note id="par_id811637929283210">If the shifted range exceeds the sheet edges, then nothing happens.</note> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> |