summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2024-11-01 15:59:01 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2024-11-01 21:36:06 +0100
commitcd5de8ddaf11d56768f31c675b03346aac1b7ff0 (patch)
tree82040aacab6efdda006427edb0b538429dbdbe6c /source
parent1fd4ec9539b4403f5a87ab42da93fe2f05a5388b (diff)
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 <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r--source/text/scalc/01/func_base.xhp5
-rw-r--r--source/text/scalc/01/func_decimal.xhp9
-rw-r--r--source/text/scalc/01/func_dollar.xhp4
-rw-r--r--source/text/scalc/01/func_exact.xhp4
-rw-r--r--source/text/scalc/01/func_find.xhp4
-rw-r--r--source/text/scalc/01/func_fixed.xhp4
-rw-r--r--source/text/scalc/01/func_left.xhp4
-rw-r--r--source/text/scalc/01/func_len.xhp4
-rw-r--r--source/text/scalc/01/func_lower.xhp4
9 files changed, 34 insertions, 8 deletions
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 @@
<bookmark_value>hexadecimal system; converting to</bookmark_value>
</bookmark>
<paragraph id="par_id3145226" role="paragraph"> <item type="input">=BASE(255;16;4)</item> returns 00FF in the hexadecimal system.</paragraph>
- <embed href="text/scalc/01/common_func.xhp#sectionseealso"/>
- <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_id421655560837244" localize="false"><embedvar href="text/scalc/01/func_decimal.xhp#decimal_h1"/></paragraph>
<paragraph role="paragraph" id="par_id81634670394769" localize="false"><embedvar href="text/scalc/01/04060110.xhp#head_text"/></paragraph>
</section>
</body>
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 @@
<paragraph id="par_id3145355" role="paragraph"> <item type="input">=DECIMAL("17";10)</item> returns 17.</paragraph>
<paragraph id="par_id3155622" role="paragraph"> <item type="input">=DECIMAL("FACE";16)</item> returns 64206.</paragraph>
<paragraph id="par_id3151015" role="paragraph"> <item type="input">=DECIMAL("0101";2)</item> returns 5.</paragraph>
- <embed href="text/scalc/01/common_func.xhp#sectionseealso"/>
- <paragraph role="paragraph" id="par_id421655560837244">
- <link href="text/scalc/01/04060110.xhp#base">BASE</link>
- </paragraph>
+ <section id="relatedtopics">
+ <tip id="par_id701677016652715"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/DECIMAL">DECIMAL wiki page</link>.</tip>
+ <paragraph role="paragraph" id="par_id421655560837244" localize="false"><embedvar href="text/scalc/01/func_base.xhp#base_h1"/></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_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 @@
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3153546" role="paragraph"> <item type="input">=DOLLAR(255)</item> 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.</paragraph>
<paragraph id="par_id3154635" role="paragraph"> <item type="input">=DOLLAR(367.456;2)</item> returns $367.46.</paragraph>
+ <section id="relatedtopics">
+ <tip id="par_id701677016652715"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/DOLLAR">DOLLAR 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_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 @@
<paragraph id="par_id3148637" role="paragraph"> <emph>Text2</emph> is the second text to compare.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3156263" role="paragraph"> <item type="input">=EXACT("microsystems";"Microsystems")</item> returns FALSE.</paragraph>
+ <section id="relatedtopics">
+ <tip id="par_id701677016652715"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/EXACT">EXACT 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_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 @@
<paragraph id="par_id3152475" role="paragraph"> <emph>Position</emph> (optional) is the position in the text from which the search starts.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3156375" role="paragraph"> <item type="input">=FIND(76;998877665544)</item> returns 6.</paragraph>
+ <section id="relatedtopics">
+ <tip id="par_id701677016652715"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/FIND">FIND 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_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 @@
<paragraph role="paragraph" id="par_id161617202295558"> <item type="input">=FIXED(12134567.89;-3;1)</item> returns 12135000 as a text string.</paragraph>
<paragraph role="paragraph" id="par_id451617286696878"> <item type="input">=FIXED(12345.789;3/4)</item> returns 12,346 as a text string.</paragraph>
<paragraph role="paragraph" id="par_id371617286698199"> <item type="input">=FIXED(12345.789;8/5)</item> returns 12,345.8 as a text string.</paragraph>
+ <section id="relatedtopics">
+ <tip id="par_id701677016652715"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/FIXED">FIXED 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_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 @@
<paragraph id="par_id3153152" role="paragraph"> <emph>Number</emph> (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3149141" role="paragraph"> <item type="input">=LEFT("output";3)</item> returns “out”.</paragraph>
+ <section id="relatedtopics">
+ <tip id="par_id701677016652715"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/LEFT">LEFT 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_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 @@
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3156008" role="paragraph"> <item type="input">=LEN("Good Afternoon")</item> returns 14.</paragraph>
<paragraph id="par_id3154300" role="paragraph"> <item type="input">=LEN(12345.67)</item> returns 8.</paragraph>
+ <section id="relatedtopics">
+ <tip id="par_id701677016652715"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/LEN">LEN 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_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 @@
<paragraph id="par_id3153910" role="paragraph"> <emph>Text</emph> refers to the text to be converted.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_id3155329" role="paragraph"> <item type="input">=LOWER("Sun")</item> returns sun.</paragraph>
+ <section id="relatedtopics">
+ <tip id="par_id701677016652715"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/LOWER">LOWER 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>