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(-)

New commits:
commit c600ec0146bca18fdcd998879dc0a520fb436eff
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Tue Oct 29 08:43:58 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Oct 29 12:52:40 2024 +0100

    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 <olivier.hal...@libreoffice.org>

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 @@
     <paragraph id="par_id3289284" role="paragraph"> <item 
type="input">=BAHTTEXT(12.65)</item> returns a string in Thai characters with 
the meaning of "Twelve Baht and sixty five Satang".</paragraph>
     <embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/>
     <embed href="text/scalc/01/common_func.xhp#notODFF"/>
-    <paragraph role="paragraph" id="par_id341640873986703" localize="false">
-      <literal>COM.MICROSOFT.BAHTTEXT</literal>
-    </paragraph>
+    <paragraph role="paragraph" id="par_id341640873986703" 
localize="false"><literal>COM.MICROSOFT.BAHTTEXT</literal></paragraph>
+    <section id="relatedtopics">
+      <tip id="par_id721677017247207"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/BAHTTEXT";>BAHTTEXT
 wiki page</link>.</tip>
+      <paragraph role="paragraph" id="par_id81634670394769" 
localize="false"><embedvar 
href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
+    </section>
   </body>
 </helpdocument>
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 @@
     <paragraph role="paragraph" id="par_id991655560817321">
       <link href="text/scalc/01/04060110.xhp#decimal">DECIMAL</link>
     </paragraph>
+    <section id="relatedtopics">
+      <tip id="par_id721677017247207"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/BASE";>BASE
 wiki page</link>.</tip>
+      <paragraph role="paragraph" id="par_id81634670394769" 
localize="false"><embedvar 
href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
+    </section>
   </body>
 </helpdocument>
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 @@
     <paragraph id="par_id0907200910283297" role="paragraph">="abc" &amp; 
CHAR(10) &amp; "def" inserts a newline character into the string.</paragraph>
     <section id="relatedtopics">
         <tip id="par_id411677015788900"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/CHAR";>CHAR
 wiki page</link>.</tip>
+        <paragraph role="paragraph" id="par_id81634670394769" 
localize="false"><embedvar 
href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
     </section>
   </body>
 </helpdocument>
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 @@
     <paragraph role="paragraph" 
id="par_id581621538151600"><input>=LEN(CLEAN(CHAR(7) &amp; "LibreOffice Calc" 
&amp; CHAR(8)))</input> 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.</paragraph>
     <section id="relatedtopics">
     <tip id="par_id411677015788900"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/CLEAN";>CLEAN
 wiki page</link>.</tip>
+    <paragraph role="paragraph" id="par_id81634670394769" 
localize="false"><embedvar 
href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
     </section>
   </body>
 </helpdocument>
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 @@
     <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
     <paragraph id="par_id3159209" role="paragraph"> <item 
type="input">=CODE("Hieronymus")</item> returns 72, <item 
type="input">=CODE("hieroglyphic")</item> returns 104.</paragraph>
     <note id="par_id3150280">The code used here does not refer to ASCII, but 
to the code table currently loaded.</note>
+    <section id="relatedtopics">
+      <tip id="par_id721677017247207"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/CODE";>CODE
 wiki page</link>.</tip>
+      <paragraph role="paragraph" id="par_id81634670394769" 
localize="false"><embedvar 
href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
+    </section>
   </body>
 </helpdocument>
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 @@
         <tip id="par_id701677016751508"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/CONCAT";>CONCAT
 wiki page</link>.</tip>
         <embed href="text/scalc/01/func_textjoin.xhp#textjoinfunct"/>
         <paragraph role="paragraph" id="par_id781556244709752"><link 
href="text/scalc/01/04060110.xhp#concatenate">CONCATENATE</link></paragraph>
+        <paragraph role="paragraph" id="par_id81634670394769" 
localize="false"><embedvar 
href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
     </section>
 </body>
 </helpdocument>
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 @@
     <paragraph role="paragraph" id="par_id781585222554150"><emph>String 1[; 
String 2][; … ;[String 255]]</emph> are strings or references to cells 
containing strings.</paragraph>
     <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
     <paragraph id="par_id3150008" role="paragraph"> <item 
type="input">=CONCATENATE("Good ";"Morning ";"Mrs. ";"Doe")</item> returns: 
Good Morning Mrs. Doe.</paragraph>
+      <section id="relatedtopics">
+    <tip id="par_id721677017247207"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/CONCATENATE";>CONCATENATE
 wiki page</link>.</tip>
+    <paragraph role="paragraph" id="par_id81634670394769" 
localize="false"><embedvar 
href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
+  </section>
   </body>
 </helpdocument>
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 @@
         <tip id="par_id631677014948784"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/REGEX";>REGEX
 wiki page</link>.</tip>
         <paragraph role="paragraph" id="par_id711542233602553" 
xml-lang="en-US"><link href="text/shared/01/02100001.xhp">List of regular 
expressions</link></paragraph>
         <paragraph role="paragraph" id="par_id431542233650614" 
xml-lang="en-US"><link 
href="https://unicode-org.github.io/icu/userguide/strings/regexp.html";>ICU 
regular expressions</link></paragraph>
+        <paragraph role="paragraph" id="par_id81634670394769" 
localize="false"><embedvar 
href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
     </section>
 </body>
 </helpdocument>
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 @@
     <embed href="text/scalc/01/func_datevalue.xhp#datevalue"/>
     <embed href="text/scalc/01/func_numbervalue.xhp#numbervalue_h1"/>
     <embed href="text/scalc/01/func_timevalue.xhp#timevalue"/>
+    <paragraph role="paragraph" id="par_id81634670394769" 
localize="false"><embedvar 
href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
   </section>
 </body>
 </helpdocument>

Reply via email to