From 02fd40af9c8a62babb4d8549be8af8dcd39f7635 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 2 Nov 2024 15:10:27 -0300 Subject: [PATCH] Tweaks for text function for navigation (3) Change-Id: I6a4246acf9e6ade45e9692a24fb358fc44a90a05 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175955 Reviewed-by: Olivier Hallot Tested-by: Jenkins --- source/text/scalc/01/func_proper.xhp | 4 ++++ source/text/scalc/01/func_replace.xhp | 4 ++++ source/text/scalc/01/func_rept.xhp | 5 ++++- source/text/scalc/01/func_right.xhp | 4 ++++ source/text/scalc/01/func_search.xhp | 4 ++++ source/text/scalc/01/func_substitute.xhp | 4 ++++ source/text/scalc/01/func_t.xhp | 4 ++++ source/text/scalc/01/func_text.xhp | 4 ++++ source/text/scalc/01/func_trim.xhp | 4 ++++ source/text/scalc/01/func_unichar.xhp | 8 ++++++-- source/text/scalc/01/func_unicode.xhp | 8 ++++++-- source/text/scalc/01/func_upper.xhp | 4 ++++ 12 files changed, 52 insertions(+), 5 deletions(-) diff --git a/source/text/scalc/01/func_proper.xhp b/source/text/scalc/01/func_proper.xhp index 13b5ded0c0..14fcad9a3d 100644 --- a/source/text/scalc/01/func_proper.xhp +++ b/source/text/scalc/01/func_proper.xhp @@ -34,5 +34,9 @@ Text refers to the text to be converted. =PROPER("the document foundation") returns The Document Foundation. +
+ PROPER wiki page. + +
diff --git a/source/text/scalc/01/func_replace.xhp b/source/text/scalc/01/func_replace.xhp index bd039f80a0..bf55be77b8 100644 --- a/source/text/scalc/01/func_replace.xhp +++ b/source/text/scalc/01/func_replace.xhp @@ -36,5 +36,9 @@ NewText refers to the text which replaces Text. =REPLACE("1234567";1;1;"444") returns "444234567". One character at position 1 is replaced by the complete NewText. +
+ REPLACE wiki page. + +
diff --git a/source/text/scalc/01/func_rept.xhp b/source/text/scalc/01/func_rept.xhp index 70c220eeaa..b96317412e 100644 --- a/source/text/scalc/01/func_rept.xhp +++ b/source/text/scalc/01/func_rept.xhp @@ -35,6 +35,9 @@ Number is the number of repetitions. =REPT("Good morning";2) returns Good morningGood morning. - Refer to the REPT wiki page for more details about this function. +
+ REPT wiki page. + +
diff --git a/source/text/scalc/01/func_right.xhp b/source/text/scalc/01/func_right.xhp index 4d94225118..504d12ad6d 100644 --- a/source/text/scalc/01/func_right.xhp +++ b/source/text/scalc/01/func_right.xhp @@ -35,5 +35,9 @@ Number (optional) is the number of characters from the right part of the text. If this parameter is not defined, one character is returned. =RIGHT("Sun";2) returns un. +
+ RIGHT wiki page. + +
diff --git a/source/text/scalc/01/func_search.xhp b/source/text/scalc/01/func_search.xhp index 4bcc4bbf38..b05c75ddf0 100644 --- a/source/text/scalc/01/func_search.xhp +++ b/source/text/scalc/01/func_search.xhp @@ -35,5 +35,9 @@ Position (optional) is the position in the text where the search is to start. =SEARCH(54;998877665544) returns 10. +
+ SEARCH wiki page. + +
diff --git a/source/text/scalc/01/func_substitute.xhp b/source/text/scalc/01/func_substitute.xhp index 14e6a1daf3..784e34c724 100644 --- a/source/text/scalc/01/func_substitute.xhp +++ b/source/text/scalc/01/func_substitute.xhp @@ -38,5 +38,9 @@ =SUBSTITUTE("123123123";"3";"abc") returns 12abc12abc12abc. =SUBSTITUTE("123123123";"3";"abc";2) returns 12312abc123. +
+ SUBSTITUTE wiki page. + +
diff --git a/source/text/scalc/01/func_t.xhp b/source/text/scalc/01/func_t.xhp index bfd369c5d4..4075f190e0 100644 --- a/source/text/scalc/01/func_t.xhp +++ b/source/text/scalc/01/func_t.xhp @@ -36,5 +36,9 @@ =T(12345) returns an empty string. =T("12345") returns the string 12345. +
+ T wiki page. + +
diff --git a/source/text/scalc/01/func_text.xhp b/source/text/scalc/01/func_text.xhp index f4d5daf969..0456c86acd 100644 --- a/source/text/scalc/01/func_text.xhp +++ b/source/text/scalc/01/func_text.xhp @@ -38,5 +38,9 @@ =TEXT(12.34567;"000.00") returns the text 012.35 =TEXT("xyz";"=== @ ===") returns the text === xyz === See also Number format codes: custom format codes defined by the user. +
+ TEXT wiki page. + +
diff --git a/source/text/scalc/01/func_trim.xhp b/source/text/scalc/01/func_trim.xhp index 9f69efa813..d523c736e7 100644 --- a/source/text/scalc/01/func_trim.xhp +++ b/source/text/scalc/01/func_trim.xhp @@ -34,5 +34,9 @@ Text refers to text in which spaces are to be removed. =TRIM(" hello world ") returns hello world without leading and trailing spaces and with single space between words. +
+ TRIM wiki page. + +
diff --git a/source/text/scalc/01/func_unichar.xhp b/source/text/scalc/01/func_unichar.xhp index 51893f7623..f03f5e1421 100644 --- a/source/text/scalc/01/func_unichar.xhp +++ b/source/text/scalc/01/func_unichar.xhp @@ -34,7 +34,11 @@ UNICHAR(number) - =UNICHAR(169) returns the Copyright character ©. - See also the UNICODE() function. + =UNICHAR(169) returns the Copyright character ©. +
+ UNICHAR wiki page. + +
+ diff --git a/source/text/scalc/01/func_unicode.xhp b/source/text/scalc/01/func_unicode.xhp index b118a2637a..d111e501ce 100644 --- a/source/text/scalc/01/func_unicode.xhp +++ b/source/text/scalc/01/func_unicode.xhp @@ -34,7 +34,11 @@ UNICODE("Text") - =UNICODE("©") returns the Unicode number 169 for the Copyright character. - See also the UNICHAR() function. + =UNICODE("©") returns the Unicode number 169 for the Copyright character. +
+ UNICODE wiki page. + +
+ diff --git a/source/text/scalc/01/func_upper.xhp b/source/text/scalc/01/func_upper.xhp index 15fd132ca9..de596ee670 100644 --- a/source/text/scalc/01/func_upper.xhp +++ b/source/text/scalc/01/func_upper.xhp @@ -34,5 +34,9 @@ Text refers to the lower case letters you want to convert to upper case. =UPPER("Good Morning") returns GOOD MORNING. +
+ UPPER wiki page. + +