From 610919cb26ee24329ca3ba90d0b3074fcc1acef1 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sun, 2 Jul 2017 22:10:08 -0300 Subject: tdf#108871 Fix embed of RAWSUBTRACT in Help Fix also COLOR. Change-Id: I159b20f36e1452864fa466584ff2de283251f11c Reviewed-on: https://gerrit.libreoffice.org/39459 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Adolfo Jayme Barrientos --- source/text/scalc/01/04060106.xhp | 11 +++--- source/text/scalc/01/func_color.xhp | 56 ++++++++++++++++--------------- source/text/scalc/01/func_rawsubtract.xhp | 32 +++++++++--------- 3 files changed, 50 insertions(+), 49 deletions(-) (limited to 'source') diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index ec11f80459..27d121efba 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -913,9 +913,8 @@
- +
-
ROUND function @@ -1113,14 +1112,12 @@
- - +
- - - + +
diff --git a/source/text/scalc/01/func_color.xhp b/source/text/scalc/01/func_color.xhp index 9915792a4b..fc6e0fb379 100644 --- a/source/text/scalc/01/func_color.xhp +++ b/source/text/scalc/01/func_color.xhp @@ -18,32 +18,34 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - - COLOR function - text/scalc/01/func_color.xhp - - - -
- - - colors;numerical values - colors;calculating in spreadsheets - COLOR function - -COLOR -Return a numeric value calculated by a combination of three colors (red, green and blue) and the alpha channel, in the RGBA color system. The result depends on the color system used by your computer. - -COLOR(Red; Green; Blue; Alpha) -Red, Green and Blue – required arguments. The value for the red, green and blue components of the color. The values must be between 0 and 255. Zero means no color component and 255 means full color component. -Alpha – optional argument. The value for the alpha channel or alpha composite. Alpha is a integer value between 0 and 255. The value of zero for alpha means the color is fully transparent, whereas a value of 255 in the alpha channel gives a fully opaque color. - -COLOR(255;255;255;1) returns 33554431 -COLOR(0;0;255;0) returns 255 -COLOR(0;0;255;255) returns 4278190335 -COLOR(0;0;400;0) returns Err:502 (Invalid argument) because the blue value is greater than 255. - -
+ + + COLOR function + text/scalc/01/func_color.xhp + + + +
+ + + colors;numerical values + colors;calculating in spreadsheets + COLOR function + +
+ COLOR + Return a numeric value calculated by a combination of three colors (red, green and blue) and the alpha channel, in the RGBA color system. The result depends on the color system used by your computer. +
+ + COLOR(Red; Green; Blue; Alpha) + Red, Green and Blue – required arguments. The value for the red, green and blue components of the color. The values must be between 0 and 255. Zero means no color component and 255 means full color component. + Alpha – optional argument. The value for the alpha channel or alpha composite. Alpha is a integer value between 0 and 255. The value of zero for alpha means the color is fully transparent, whereas a value of 255 in the alpha channel gives a fully opaque color. + + COLOR(255;255;255;1) returns 33554431 + COLOR(0;0;255;0) returns 255 + COLOR(0;0;255;255) returns 4278190335 + COLOR(0;0;400;0) returns Err:502 (Invalid argument) because the blue value is greater than 255. + +
diff --git a/source/text/scalc/01/func_rawsubtract.xhp b/source/text/scalc/01/func_rawsubtract.xhp index eb6935afd5..5aa76e3f55 100644 --- a/source/text/scalc/01/func_rawsubtract.xhp +++ b/source/text/scalc/01/func_rawsubtract.xhp @@ -15,20 +15,22 @@ -
- - - rawsubtract;subtraction - RAWSUBTRACT function - - RAWSUBTRACT - Subtracts a set of numbers and gives the result without eliminating small roundoff errors. - - RAWSUBTRACT(Minuend, Subtrahend1, Subtrahend2, ...) - Subtracts the subtrahend(s) from the minuend without eliminating roundoff errors. The function should be called with at least two parameters. - - RAWSUBTRACT(0.987654321098765, 0.9876543210987) returns 6.53921361504217E-14 - RAWSUBTRACT(0.987654321098765) returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers. +
+ + + rawsubtract;subtraction + RAWSUBTRACT function + +
+ RAWSUBTRACT + Subtracts a set of numbers and gives the result without eliminating small roundoff errors.
+ + RAWSUBTRACT(Minuend, Subtrahend1, Subtrahend2, ...) + Subtracts the subtrahend(s) from the minuend without eliminating roundoff errors. The function should be called with at least two parameters. + + RAWSUBTRACT(0.987654321098765, 0.9876543210987) returns 6.53921361504217E-14 + RAWSUBTRACT(0.987654321098765) returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers. +
- \ No newline at end of file + -- cgit