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-18 17:28:53 +0200 |
commit | 8123db33c8086173ff601019b26cab5881d435d7 (patch) | |
tree | 323419011fa27c06f4a7bf369e024ad6e319fbf4 /source | |
parent | 36f11255d965e5e2c4dd1d9fd06ca3a9f0874f16 (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>
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"/> |