diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-06-18 12:25:37 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-06-21 18:24:25 +0200 |
commit | 4e673707ef55e0a8c732b7f174b8d64b93bc2c3b (patch) | |
tree | 31ff312ad81de2f4576fab9a5dbf7f2bcc7a95a8 /source | |
parent | 2e25493ddd84fb78578ec07a2678a5974a8d9488 (diff) |
tdf#123803 Add Available/Supported since version to ISO.CEILING
Change-Id: I2a91274ca1d3f64850a45c32b47b52e02feb92d7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117466
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 8123db33c8086173ff601019b26cab5881d435d7)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117423
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/00/avail_release.xhp | 3 | ||||
-rw-r--r-- | source/text/scalc/01/func_ceiling.xhp | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/source/text/scalc/00/avail_release.xhp b/source/text/scalc/00/avail_release.xhp index 13cace8af9..75383ea1ae 100644 --- a/source/text/scalc/00/avail_release.xhp +++ b/source/text/scalc/00/avail_release.xhp @@ -80,5 +80,8 @@ <section id="7.1"> <tip id="par_id651551401041666">This function is available since %PRODUCTNAME 7.1.</tip> </section> + <section id="7.2"> + <tip id="par_id651551401041667">This function is available since %PRODUCTNAME 7.2.</tip> + </section> </body> </helpdocument> diff --git a/source/text/scalc/01/func_ceiling.xhp b/source/text/scalc/01/func_ceiling.xhp index 97f831e8e2..6eecc5b92a 100644 --- a/source/text/scalc/01/func_ceiling.xhp +++ b/source/text/scalc/01/func_ceiling.xhp @@ -118,6 +118,7 @@ <paragraph id="par_id8953422" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_CEIL_ISO">Rounds a number up to the nearest multiple of a significance value.</ahelp></paragraph> <paragraph role="paragraph" id="par_id101586214229587">For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored.</paragraph> <note id="par_id821586214265060">This function calculates identical results to the <link href="#Section311" name="ceilingprecise">CEILING.PRECISE</link> function.</note> + <embed href="text/scalc/00/avail_release.xhp#4.3"/> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> <paragraph id="par_id8953454" role="code" xml-lang="en-US">ISO.CEILING(Number [; Significance])</paragraph> <embed href="text/scalc/01/func_ceiling.xhp#argnumber"/> |