From c600ec0146bca18fdcd998879dc0a520fb436eff Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Tue, 29 Oct 2024 08:43:58 -0300 Subject: [PATCH] Tweaks for text function for navigation Change-Id: I1bc8d9ab8c73d94264c5774bd37cae2a9b54950e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175785 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/func_bahttext.xhp | 8 +++++--- source/text/scalc/01/func_base.xhp | 4 ++++ source/text/scalc/01/func_char.xhp | 1 + source/text/scalc/01/func_clean.xhp | 1 + source/text/scalc/01/func_code.xhp | 4 ++++ source/text/scalc/01/func_concat.xhp | 1 + source/text/scalc/01/func_concatenate.xhp | 4 ++++ source/text/scalc/01/func_regex.xhp | 1 + source/text/scalc/01/func_value.xhp | 1 + 9 files changed, 22 insertions(+), 3 deletions(-) diff --git a/source/text/scalc/01/func_bahttext.xhp b/source/text/scalc/01/func_bahttext.xhp index aad6e7d8c1..cd67597ff4 100644 --- a/source/text/scalc/01/func_bahttext.xhp +++ b/source/text/scalc/01/func_bahttext.xhp @@ -35,8 +35,10 @@ =BAHTTEXT(12.65) returns a string in Thai characters with the meaning of "Twelve Baht and sixty five Satang". - - COM.MICROSOFT.BAHTTEXT - + COM.MICROSOFT.BAHTTEXT +
+ BAHTTEXT wiki page. + +
diff --git a/source/text/scalc/01/func_base.xhp b/source/text/scalc/01/func_base.xhp index 50c923a0cd..2c24eb6022 100644 --- a/source/text/scalc/01/func_base.xhp +++ b/source/text/scalc/01/func_base.xhp @@ -49,5 +49,9 @@ DECIMAL +
+ BASE wiki page. + +
diff --git a/source/text/scalc/01/func_char.xhp b/source/text/scalc/01/func_char.xhp index b96bbdd3ef..14b9045a9b 100644 --- a/source/text/scalc/01/func_char.xhp +++ b/source/text/scalc/01/func_char.xhp @@ -36,6 +36,7 @@ ="abc" & CHAR(10) & "def" inserts a newline character into the string.
CHAR wiki page. +
diff --git a/source/text/scalc/01/func_clean.xhp b/source/text/scalc/01/func_clean.xhp index a9d1e5e517..a1b838d30e 100644 --- a/source/text/scalc/01/func_clean.xhp +++ b/source/text/scalc/01/func_clean.xhp @@ -36,6 +36,7 @@ =LEN(CLEAN(CHAR(7) & "LibreOffice Calc" & CHAR(8))) returns 16, showing that the CLEAN function removes the non-printable Unicode U+0007 ("BEL") and U+0008 ("BS") characters at the beginning and end of the string argument. CLEAN does not remove spaces.
CLEAN wiki page. +
diff --git a/source/text/scalc/01/func_code.xhp b/source/text/scalc/01/func_code.xhp index 66470b57e7..7ef7984059 100644 --- a/source/text/scalc/01/func_code.xhp +++ b/source/text/scalc/01/func_code.xhp @@ -36,5 +36,9 @@ =CODE("Hieronymus") returns 72, =CODE("hieroglyphic") returns 104. The code used here does not refer to ASCII, but to the code table currently loaded. +
+ CODE wiki page. + +
diff --git a/source/text/scalc/01/func_concat.xhp b/source/text/scalc/01/func_concat.xhp index 277a43af4d..734f68264e 100644 --- a/source/text/scalc/01/func_concat.xhp +++ b/source/text/scalc/01/func_concat.xhp @@ -39,6 +39,7 @@ CONCAT wiki page. CONCATENATE + diff --git a/source/text/scalc/01/func_concatenate.xhp b/source/text/scalc/01/func_concatenate.xhp index 81de3cfb4e..69dfad2b71 100644 --- a/source/text/scalc/01/func_concatenate.xhp +++ b/source/text/scalc/01/func_concatenate.xhp @@ -34,5 +34,9 @@ String 1[; String 2][; … ;[String 255]] are strings or references to cells containing strings. =CONCATENATE("Good ";"Morning ";"Mrs. ";"Doe") returns: Good Morning Mrs. Doe. +
+ CONCATENATE wiki page. + +
diff --git a/source/text/scalc/01/func_regex.xhp b/source/text/scalc/01/func_regex.xhp index 890e2b7df0..924664708d 100644 --- a/source/text/scalc/01/func_regex.xhp +++ b/source/text/scalc/01/func_regex.xhp @@ -47,6 +47,7 @@ REGEX wiki page. List of regular expressions ICU regular expressions + diff --git a/source/text/scalc/01/func_value.xhp b/source/text/scalc/01/func_value.xhp index 7480edb401..1211759c1b 100644 --- a/source/text/scalc/01/func_value.xhp +++ b/source/text/scalc/01/func_value.xhp @@ -43,6 +43,7 @@ +