forked from amazingfate/help
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.hallot@libreoffice.org>
This commit is contained in:
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -36,6 +36,7 @@
|
||||
<paragraph id="par_id0907200910283297" role="paragraph">="abc" & CHAR(10) & "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>
|
||||
|
||||
@ -36,6 +36,7 @@
|
||||
<paragraph role="paragraph" id="par_id581621538151600"><input>=LEN(CLEAN(CHAR(7) & "LibreOffice Calc" & 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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user