source/text/sbasic/shared/03100050.xhp |    4 ----
 source/text/sbasic/shared/03100060.xhp |   14 ++++++++++++--
 source/text/sbasic/shared/03100100.xhp |    2 --
 source/text/sbasic/shared/03100300.xhp |   14 ++++++++++++--
 source/text/sbasic/shared/03100400.xhp |   15 ++++++++++++++-
 source/text/sbasic/shared/03100500.xhp |   13 ++++++++++++-
 source/text/sbasic/shared/03100600.xhp |   13 ++++++++++++-
 source/text/sbasic/shared/03100900.xhp |   14 ++++++++++++--
 source/text/sbasic/shared/03101000.xhp |   13 ++++++++++++-
 source/text/sbasic/shared/03120105.xhp |    2 --
 10 files changed, 86 insertions(+), 18 deletions(-)

New commits:
commit 9e658568356d855b70e021116dac60fb26f7d06f
Author:     Dione Maddern <dionemadd...@gmail.com>
AuthorDate: Wed Feb 14 19:31:30 2024 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Feb 15 13:44:24 2024 +0100

    Make "Related Topics" links live for Basic help pages
    
    Remove comment tags and self-referential link from the "Related Topics" 
section in text/sbasic/shared/03100050.xhp so that the additional links will 
display. Now that the correct tags have been added to other pages, they will 
display correctly.
    
    Add a variable tag "CDec_h1" to text/sbasic/shared/03100060.xhp so that 
links from other help pages will work. Add a "Related Topics" section.
    
    Remove comment tags from the "Related Topics" section in 
text/sbasic/shared/03100100.xhp so that additional links are visible.
    
    Add a variable tag "CDate_h1" to text/sbasic/shared/03100300.xhp so that 
links from other help pages will work. Add a "Related Topics" section.
    
    Add a variable tag "CDbl_h1" to text/sbasic/shared/03100400.xhp so that 
links from other help pages will work. Add a "Related Topics" section.
    
    Add a variable tag "CInt_h1" to text/sbasic/shared/03100500.xhp so that 
links from other help pages will work. Add a "Related Topics" section.
    
    Add a variable tag "CLng_h1" to text/sbasic/shared/03100600.xhp so that 
links from other help pages will work. Add a "Related Topics" section.
    
    Add a variable tag "CSng_h1" to text/sbasic/shared/03100900.xhp so that 
links from other help pages will work. Add a "Related Topics" section.
    
    Add a variable tag "CByte_h1" to text/sbasic/shared/03120105.xhp so that 
links from other help pages will work. Remove comment tags from the "Related 
Topics" section so that the additional links are visible.
    
    
    
    Change-Id: I463c4100368b8ed7f033bf11d68695eac1ce8e33
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163390
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03100050.xhp 
b/source/text/sbasic/shared/03100050.xhp
index 37bb4d404b..5d2d8deeb4 100644
--- a/source/text/sbasic/shared/03100050.xhp
+++ b/source/text/sbasic/shared/03100050.xhp
@@ -60,8 +60,6 @@
 <section id="relatedtopics">
   <embed href="text/sbasic/shared/03100100.xhp#CBool_h1"/>
   <embed href="text/sbasic/shared/03120105.xhp#CByte_h1"/>
-<!-- WiP
-  <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
   <embed href="text/sbasic/shared/03100300.xhp#CDate_h1"/>
   <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
   <embed href="text/sbasic/shared/03100060.xhp#CDec_h1"/>
@@ -69,9 +67,7 @@
   <embed href="text/sbasic/shared/03100600.xhp#CLng_h1"/>
   <embed href="text/sbasic/shared/03100900.xhp#CSng_h1"/>
   <embed href="text/sbasic/shared/03101000.xhp#CStr_h1"/>
--->
 </section>
 
 </body>
 </helpdocument>
-
diff --git a/source/text/sbasic/shared/03100060.xhp 
b/source/text/sbasic/shared/03100060.xhp
index e454755067..e15c72b3f5 100644
--- a/source/text/sbasic/shared/03100060.xhp
+++ b/source/text/sbasic/shared/03100060.xhp
@@ -32,7 +32,7 @@
 <section id="cdec">
 <bookmark xml-lang="en-US" branch="index" 
id="bm_id863979"><bookmark_value>CDec function</bookmark_value>
 </bookmark>
-<h1 id="par_idN10548"><link href="text/sbasic/shared/03100060.xhp">CDec 
Function</link></h1>
+<h1 id="par_idN10548"><variable id="CDec_h1"><link 
href="text/sbasic/shared/03100060.xhp">CDec Function</link></variable></h1>
 <paragraph role="paragraph" id="par_idN10558" xml-lang="en-US">Converts a 
string expression or numeric expression to a decimal expression.</paragraph>
 </section>
 <h2 id="par_idN1055B">Syntax:</h2>
@@ -43,6 +43,16 @@
 <paragraph role="paragraph" id="par_idN105F1" xml-lang="en-US">Decimal 
number.</paragraph>
 <h2 id="par_idN105F4">Parameter:</h2>
 <paragraph role="paragraph" id="par_idN105F8" xml-lang="en-US">Expression: Any 
string or numeric expression that you want to convert.</paragraph>
+<section id="relatedtopics">
+  <embed href="text/sbasic/shared/03100100.xhp#CBool_h1"/>
+  <embed href="text/sbasic/shared/03120105.xhp#CByte_h1"/>
+  <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
+  <embed href="text/sbasic/shared/03100300.xhp#CDate_h1"/>
+  <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
+  <embed href="text/sbasic/shared/03100500.xhp#CInt_h1"/>
+  <embed href="text/sbasic/shared/03100600.xhp#CLng_h1"/>
+  <embed href="text/sbasic/shared/03100900.xhp#CSng_h1"/>
+  <embed href="text/sbasic/shared/03101000.xhp#CStr_h1"/>
+</section>
 </body>
 </helpdocument>
-
diff --git a/source/text/sbasic/shared/03100100.xhp 
b/source/text/sbasic/shared/03100100.xhp
index 5425383f69..871a4da3bf 100644
--- a/source/text/sbasic/shared/03100100.xhp
+++ b/source/text/sbasic/shared/03100100.xhp
@@ -73,7 +73,6 @@
 <section id="relatedtopics">
   <embed href="text/sbasic/shared/03120105.xhp#CByte_h1"/>
   <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
-<!-- WiP
   <embed href="text/sbasic/shared/03100300.xhp#CDate_h1"/>
   <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
   <embed href="text/sbasic/shared/03100060.xhp#CDec_h1"/>
@@ -81,7 +80,6 @@
   <embed href="text/sbasic/shared/03100600.xhp#CLng_h1"/>
   <embed href="text/sbasic/shared/03100900.xhp#CSng_h1"/>
   <embed href="text/sbasic/shared/03101000.xhp#CStr_h1"/>
--->
 </section>
 
 </body>
diff --git a/source/text/sbasic/shared/03100300.xhp 
b/source/text/sbasic/shared/03100300.xhp
index d40df84cd3..2308773913 100644
--- a/source/text/sbasic/shared/03100300.xhp
+++ b/source/text/sbasic/shared/03100300.xhp
@@ -31,7 +31,7 @@
 <bookmark xml-lang="en-US" branch="index" id="bm_id3150772">
   <bookmark_value>CDate function</bookmark_value>
 </bookmark>
-<h1 id="hd_id3150772"><link href="text/sbasic/shared/03100300.xhp">CDate 
Function</link></h1>
+<h1 id="hd_id3150772"><variable id="CDate_h1"><link 
href="text/sbasic/shared/03100300.xhp">CDate Function</link></variable></h1>
 <paragraph id="par_id3150986" role="paragraph" xml-lang="en-US">Converts any 
string or numeric expression to a date value.</paragraph>
 </section>
 
@@ -57,6 +57,16 @@
   <paragraph id="par_idm1341006816" role="bascode" localize="false" 
xml-lang="en-US">    MsgBox cDate(1001.26) ' 09.27.1902 06:14:24</paragraph>
   <paragraph id="par_idm1341005552" role="bascode" localize="false" 
xml-lang="en-US">End Sub</paragraph>
 </bascode>
-
+<section id="relatedtopics">
+  <embed href="text/sbasic/shared/03100100.xhp#CBool_h1"/>
+  <embed href="text/sbasic/shared/03120105.xhp#CByte_h1"/>
+  <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
+  <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
+  <embed href="text/sbasic/shared/03100060.xhp#CDec_h1"/>
+  <embed href="text/sbasic/shared/03100500.xhp#CInt_h1"/>
+  <embed href="text/sbasic/shared/03100600.xhp#CLng_h1"/>
+  <embed href="text/sbasic/shared/03100900.xhp#CSng_h1"/>
+  <embed href="text/sbasic/shared/03101000.xhp#CStr_h1"/>
+</section>
 </body>
 </helpdocument>
diff --git a/source/text/sbasic/shared/03100400.xhp 
b/source/text/sbasic/shared/03100400.xhp
index 41b849c6a7..b7b27f90d6 100644
--- a/source/text/sbasic/shared/03100400.xhp
+++ b/source/text/sbasic/shared/03100400.xhp
@@ -32,7 +32,7 @@
   <bookmark_value>CDbl function</bookmark_value>
 </bookmark>
 
-<h1 id="hd_id3153750" xml-lang="en-US"><link 
href="text/sbasic/shared/03100400.xhp">CDbl Function</link></h1>
+<h1 id="hd_id3153750" xml-lang="en-US"><variable id="CDbl_h1"><link 
href="text/sbasic/shared/03100400.xhp">CDbl Function</link></variable></h1>
 <paragraph id="par_id3149233" role="paragraph" xml-lang="en-US">Converts any 
numerical expression or string expression to a double type.</paragraph>
 </section>
 
@@ -52,5 +52,18 @@
 <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
 <embed href="text/sbasic/shared/03100900.xhp#ExampleCountryConvert"/>
 
+<section id="relatedtopics">
+  <embed href="text/sbasic/shared/03100100.xhp#CBool_h1"/>
+  <embed href="text/sbasic/shared/03120105.xhp#CByte_h1"/>
+  <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
+  <embed href="text/sbasic/shared/03100300.xhp#CDate_h1"/>
+  <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
+  <embed href="text/sbasic/shared/03100060.xhp#CDec_h1"/>
+  <embed href="text/sbasic/shared/03100500.xhp#CInt_h1"/>
+  <embed href="text/sbasic/shared/03100600.xhp#CLng_h1"/>
+  <embed href="text/sbasic/shared/03100900.xhp#CSng_h1"/>
+  <embed href="text/sbasic/shared/03101000.xhp#CStr_h1"/>
+</section>
+
 </body>
 </helpdocument>
diff --git a/source/text/sbasic/shared/03100500.xhp 
b/source/text/sbasic/shared/03100500.xhp
index 5dbc2adc34..95843202b1 100644
--- a/source/text/sbasic/shared/03100500.xhp
+++ b/source/text/sbasic/shared/03100500.xhp
@@ -32,7 +32,7 @@
   <bookmark_value>CInt function</bookmark_value>
 </bookmark>
 
-<h1 id="hd_id3149346"><link href="text/sbasic/shared/03100500.xhp">CInt 
Function</link></h1>
+<h1 id="hd_id3149346"><variable id="CInt_h1"><link 
href="text/sbasic/shared/03100500.xhp">CInt Function</link></variable></h1>
 <paragraph id="par_id3155419" role="paragraph" xml-lang="en-US">Converts any 
string or numeric expression to an integer.</paragraph>
 </section>
 
@@ -67,5 +67,16 @@
 
 <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
 <embed href="text/sbasic/shared/03100900.xhp#ExampleCountryConvert"/>
+<section id="relatedtopics">
+  <embed href="text/sbasic/shared/03100100.xhp#CBool_h1"/>
+  <embed href="text/sbasic/shared/03120105.xhp#CByte_h1"/>
+  <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
+  <embed href="text/sbasic/shared/03100300.xhp#CDate_h1"/>
+  <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
+  <embed href="text/sbasic/shared/03100060.xhp#CDec_h1"/>
+  <embed href="text/sbasic/shared/03100600.xhp#CLng_h1"/>
+  <embed href="text/sbasic/shared/03100900.xhp#CSng_h1"/>
+  <embed href="text/sbasic/shared/03101000.xhp#CStr_h1"/>
+</section>
 </body>
 </helpdocument>
diff --git a/source/text/sbasic/shared/03100600.xhp 
b/source/text/sbasic/shared/03100600.xhp
index d8721580b5..e9f3ae1652 100644
--- a/source/text/sbasic/shared/03100600.xhp
+++ b/source/text/sbasic/shared/03100600.xhp
@@ -32,7 +32,7 @@
   <bookmark_value>CLng function</bookmark_value>
 </bookmark>
 
-<h1 id="hd_id3153311" xml-lang="en-US"><link 
href="text/sbasic/shared/03100600.xhp">CLng Function</link></h1>
+<h1 id="hd_id3153311" xml-lang="en-US"><variable id="CLng_h1"><link 
href="text/sbasic/shared/03100600.xhp">CLng Function</link></variable></h1>
 <paragraph id="par_id3148686" role="paragraph" xml-lang="en-US">Converts any 
string or numeric expression to a long integer.</paragraph>
 </section>
 
@@ -53,6 +53,17 @@
 
 <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
 <embed href="text/sbasic/shared/03100900.xhp#ExampleCountryConvert"/>
+<section id="relatedtopics">
+  <embed href="text/sbasic/shared/03100100.xhp#CBool_h1"/>
+  <embed href="text/sbasic/shared/03120105.xhp#CByte_h1"/>
+  <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
+  <embed href="text/sbasic/shared/03100300.xhp#CDate_h1"/>
+  <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
+  <embed href="text/sbasic/shared/03100060.xhp#CDec_h1"/>
+  <embed href="text/sbasic/shared/03100500.xhp#CInt_h1"/>
+  <embed href="text/sbasic/shared/03100900.xhp#CSng_h1"/>
+  <embed href="text/sbasic/shared/03101000.xhp#CStr_h1"/>
+</section>
 </body>
 
 </helpdocument>
diff --git a/source/text/sbasic/shared/03100900.xhp 
b/source/text/sbasic/shared/03100900.xhp
index 4c41f52382..750a902e46 100644
--- a/source/text/sbasic/shared/03100900.xhp
+++ b/source/text/sbasic/shared/03100900.xhp
@@ -32,7 +32,7 @@
   <bookmark_value>CSng function</bookmark_value>
 </bookmark>
 
-<h1 id="hd_id3153753" xml-lang="en-US"><link 
href="text/sbasic/shared/03100900.xhp">CSng Function</link></h1>
+<h1 id="hd_id3153753" xml-lang="en-US"><variable id="CSng_h1"><link 
href="text/sbasic/shared/03100900.xhp">CSng Function</link></variable></h1>
 <paragraph id="par_id3149748" role="paragraph" xml-lang="en-US">Converts any 
string or numeric expression to data type Single.</paragraph>
 </section>
 
@@ -68,6 +68,16 @@
 <paragraph id="par_idm1314603223" role="bascode" localize="false">End 
Sub</paragraph>
 </bascode>
 </section>
-
+<section id="relatedtopics">
+  <embed href="text/sbasic/shared/03100100.xhp#CBool_h1"/>
+  <embed href="text/sbasic/shared/03120105.xhp#CByte_h1"/>
+  <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
+  <embed href="text/sbasic/shared/03100300.xhp#CDate_h1"/>
+  <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
+  <embed href="text/sbasic/shared/03100060.xhp#CDec_h1"/>
+  <embed href="text/sbasic/shared/03100500.xhp#CInt_h1"/>
+  <embed href="text/sbasic/shared/03100600.xhp#CLng_h1"/>
+  <embed href="text/sbasic/shared/03101000.xhp#CStr_h1"/>
+</section>
 </body>
 </helpdocument>
diff --git a/source/text/sbasic/shared/03101000.xhp 
b/source/text/sbasic/shared/03101000.xhp
index 9a5c59ce56..71c98fa9e9 100644
--- a/source/text/sbasic/shared/03101000.xhp
+++ b/source/text/sbasic/shared/03101000.xhp
@@ -34,7 +34,7 @@
 </bookmark>
 
 
-<h1 id="hd_id3146958"><link href="text/sbasic/shared/03101000.xhp">CStr 
Function</link></h1>
+<h1 id="hd_id3146958"><variable id="CStr_h1"><link 
href="text/sbasic/shared/03101000.xhp">CStr Function</link></variable></h1>
 <paragraph id="par_id3147574" role="paragraph" xml-lang="en-US">Converts any 
numeric expression to a string expression.</paragraph>
 </section>
 
@@ -110,6 +110,17 @@
 <paragraph id="par_idm1206735328" role="bascode" localize="false" 
xml-lang="en-US">    MsgBox sVar</paragraph>
 <paragraph id="par_idm1206734224" role="bascode" localize="false" 
xml-lang="en-US">End Sub</paragraph>
 </bascode>
+<section id="relatedtopics">
+  <embed href="text/sbasic/shared/03100100.xhp#CBool_h1"/>
+  <embed href="text/sbasic/shared/03120105.xhp#CByte_h1"/>
+  <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
+  <embed href="text/sbasic/shared/03100300.xhp#CDate_h1"/>
+  <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
+  <embed href="text/sbasic/shared/03100060.xhp#CDec_h1"/>
+  <embed href="text/sbasic/shared/03100500.xhp#CInt_h1"/>
+  <embed href="text/sbasic/shared/03100600.xhp#CLng_h1"/>
+  <embed href="text/sbasic/shared/03100900.xhp#CSng_h1"/>
+</section>
 </body>
 
 </helpdocument>
\ No newline at end of file
diff --git a/source/text/sbasic/shared/03120105.xhp 
b/source/text/sbasic/shared/03120105.xhp
index e72a1d546e..634bcb7413 100644
--- a/source/text/sbasic/shared/03120105.xhp
+++ b/source/text/sbasic/shared/03120105.xhp
@@ -59,7 +59,6 @@
 <section id="relatedtopics">
   <embed href="text/sbasic/shared/03100100.xhp#CBool_h1"/>
   <embed href="text/sbasic/shared/03100050.xhp#CCur_h1"/>
-<!-- WiP
   <embed href="text/sbasic/shared/03100300.xhp#CDate_h1"/>
   <embed href="text/sbasic/shared/03100400.xhp#CDbl_h1"/>
   <embed href="text/sbasic/shared/03100060.xhp#CDec_h1"/>
@@ -67,7 +66,6 @@
   <embed href="text/sbasic/shared/03100600.xhp#CLng_h1"/>
   <embed href="text/sbasic/shared/03100900.xhp#CSng_h1"/>
   <embed href="text/sbasic/shared/03101000.xhp#CStr_h1"/>
--->
 </section>
 
 

Reply via email to