From cd5de8ddaf11d56768f31c675b03346aac1b7ff0 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 1 Nov 2024 15:59:01 -0300 Subject: Tweaks for text function for navigation (2) Change-Id: I5fb676334f398441aa8505ccba3f3344b4c3c3e6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175932 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/func_base.xhp | 5 +---- source/text/scalc/01/func_decimal.xhp | 9 +++++---- source/text/scalc/01/func_dollar.xhp | 4 ++++ source/text/scalc/01/func_exact.xhp | 4 ++++ source/text/scalc/01/func_find.xhp | 4 ++++ source/text/scalc/01/func_fixed.xhp | 4 ++++ source/text/scalc/01/func_left.xhp | 4 ++++ source/text/scalc/01/func_len.xhp | 4 ++++ source/text/scalc/01/func_lower.xhp | 4 ++++ 9 files changed, 34 insertions(+), 8 deletions(-) (limited to 'source') diff --git a/source/text/scalc/01/func_base.xhp b/source/text/scalc/01/func_base.xhp index 2c24eb6022..0b9de96ce7 100644 --- a/source/text/scalc/01/func_base.xhp +++ b/source/text/scalc/01/func_base.xhp @@ -45,12 +45,9 @@ hexadecimal system; converting to =BASE(255;16;4) returns 00FF in the hexadecimal system. - - - DECIMAL -
BASE wiki page. +
diff --git a/source/text/scalc/01/func_decimal.xhp b/source/text/scalc/01/func_decimal.xhp index f136e7c968..5172d43aab 100644 --- a/source/text/scalc/01/func_decimal.xhp +++ b/source/text/scalc/01/func_decimal.xhp @@ -36,9 +36,10 @@ =DECIMAL("17";10) returns 17. =DECIMAL("FACE";16) returns 64206. =DECIMAL("0101";2) returns 5. - - - BASE - +
+ DECIMAL wiki page. + + +
diff --git a/source/text/scalc/01/func_dollar.xhp b/source/text/scalc/01/func_dollar.xhp index fd5aabb598..f543d1618b 100644 --- a/source/text/scalc/01/func_dollar.xhp +++ b/source/text/scalc/01/func_dollar.xhp @@ -35,5 +35,9 @@ =DOLLAR(255) returns $255.00 for the English (USA) locale and USD (dollar) currency; ¥255.00 for the Japanese locale and JPY (yen) currency; or 255,00 € for the German (Germany) locale and EUR (euro) currency. =DOLLAR(367.456;2) returns $367.46. +
+ DOLLAR wiki page. + +
diff --git a/source/text/scalc/01/func_exact.xhp b/source/text/scalc/01/func_exact.xhp index bc8c13d445..3302ceb54f 100644 --- a/source/text/scalc/01/func_exact.xhp +++ b/source/text/scalc/01/func_exact.xhp @@ -33,5 +33,9 @@ Text2 is the second text to compare. =EXACT("microsystems";"Microsystems") returns FALSE. +
+ EXACT wiki page. + +
diff --git a/source/text/scalc/01/func_find.xhp b/source/text/scalc/01/func_find.xhp index 48895c79e0..ee0b4fbb08 100644 --- a/source/text/scalc/01/func_find.xhp +++ b/source/text/scalc/01/func_find.xhp @@ -34,5 +34,9 @@ Position (optional) is the position in the text from which the search starts. =FIND(76;998877665544) returns 6. +
+ FIND wiki page. + +
diff --git a/source/text/scalc/01/func_fixed.xhp b/source/text/scalc/01/func_fixed.xhp index fa345568bc..9aed2fc99e 100644 --- a/source/text/scalc/01/func_fixed.xhp +++ b/source/text/scalc/01/func_fixed.xhp @@ -41,5 +41,9 @@ =FIXED(12134567.89;-3;1) returns 12135000 as a text string. =FIXED(12345.789;3/4) returns 12,346 as a text string. =FIXED(12345.789;8/5) returns 12,345.8 as a text string. +
+ FIXED wiki page. + +
diff --git a/source/text/scalc/01/func_left.xhp b/source/text/scalc/01/func_left.xhp index 4411319d00..474b768124 100644 --- a/source/text/scalc/01/func_left.xhp +++ b/source/text/scalc/01/func_left.xhp @@ -35,5 +35,9 @@ Number (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned. =LEFT("output";3) returns “out”. +
+ LEFT wiki page. + +
diff --git a/source/text/scalc/01/func_len.xhp b/source/text/scalc/01/func_len.xhp index 5737d0dfa8..00b40ee97a 100644 --- a/source/text/scalc/01/func_len.xhp +++ b/source/text/scalc/01/func_len.xhp @@ -35,5 +35,9 @@ =LEN("Good Afternoon") returns 14. =LEN(12345.67) returns 8. +
+ LEN wiki page. + +
diff --git a/source/text/scalc/01/func_lower.xhp b/source/text/scalc/01/func_lower.xhp index 59974e2f28..6c92c0c8a2 100644 --- a/source/text/scalc/01/func_lower.xhp +++ b/source/text/scalc/01/func_lower.xhp @@ -34,5 +34,9 @@ Text refers to the text to be converted. =LOWER("Sun") returns sun. +
+ LOWER wiki page. + +
-- cgit