AllLangHelp_scalc.mk | 3 ++ source/text/scalc/01/func_sequence.xhp | 38 +++++++++++++++++++++++++++++++++ source/text/scalc/01/func_sortby.xhp | 38 +++++++++++++++++++++++++++++++++ source/text/scalc/01/func_unique.xhp | 38 +++++++++++++++++++++++++++++++++ 4 files changed, 117 insertions(+)
New commits: commit e9d95b32fab3fbf3c1e44d71d531185de4fb55e3 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Sat Feb 24 18:07:22 2024 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Mon Feb 26 11:52:46 2024 +0100 tdf#159872 Prepare Help page for SEQUENCE function Contents will be added upon tdf#126573 Change-Id: Ifa8a0e984d4118aaa7b14e6e4a9cfe8c71023ef2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163893 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 0a03fd6158..8c40b4ec23 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -268,6 +268,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_roundsig \ helpcontent2/source/text/scalc/01/func_searchb \ helpcontent2/source/text/scalc/01/func_second \ + helpcontent2/source/text/scalc/01/func_sequence \ helpcontent2/source/text/scalc/01/func_skewp \ helpcontent2/source/text/scalc/01/func_sort \ helpcontent2/source/text/scalc/01/func_sortby \ diff --git a/source/text/scalc/01/func_sequence.xhp b/source/text/scalc/01/func_sequence.xhp new file mode 100644 index 0000000000..bd53b346ec --- /dev/null +++ b/source/text/scalc/01/func_sequence.xhp @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + --> + +<meta> + <topic id="text/scalc/01/func_sequence.xhp" indexer="include" status="PUBLISH"> + <title id="tit">SEQUENCE function</title> + <filename>/text/scalc/01/func_sequence.xhp</filename> + </topic> +</meta> +<body> +<bookmark id="bm_id221708806478124" branch="hid/SC_HID_FUNC_SEQUENCE_MS" localize="false"/> +<bookmark branch="index" id="bm_id361708283183878"> + <bookmark_value>SEQUENCE function</bookmark_value> +</bookmark> +<section id="sequence"> + <h1 id="hd_id901708806478126"><variable id="h1"><link href="text/scalc/01/func_sequence.xhp">SEQUENCE</link></variable></h1> + <paragraph id="par_id771708806478128" role="paragraph">(...)</paragraph> +</section> +<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> +<paragraph role="code" id="par_id211708281649651">SEQUENCE(...)</paragraph> +<embed href="text/scalc/01/ful_func.xhp#func_head_example"/> +<embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/> +<embed href="text/scalc/00/avail_release.xhp#24.8"/> +<embed href="text/scalc/01/common_func.xhp#notODFF"/> +<paragraph role="paragraph" id="par_id341640870986703" localize="false"><literal>COM.MICROSOFT.SEQUENCE</literal></paragraph> +<section id="relatedtopics"> + <tip id="par_id701677016751508"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/SEQUENCE">SEQUENCE wiki page</link>.</tip> +</section> +</body> +</helpdocument> commit 3ed3ec9e2c705950c3d161916ecec8b8d4bca7f0 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Sat Feb 24 18:03:28 2024 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Mon Feb 26 11:52:35 2024 +0100 tdf#159872 Prepare Help page for SORTBY, UNIQUE functions Contents will be added upon tdf#126573 Change-Id: I93fd31c6bf3764a09921642cc245e8e51c1b6959 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163892 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 64b1a21496..0a03fd6158 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -270,6 +270,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_second \ helpcontent2/source/text/scalc/01/func_skewp \ helpcontent2/source/text/scalc/01/func_sort \ + helpcontent2/source/text/scalc/01/func_sortby \ helpcontent2/source/text/scalc/01/func_style \ helpcontent2/source/text/scalc/01/func_sum \ helpcontent2/source/text/scalc/01/func_sumifs \ @@ -279,6 +280,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/func_timevalue \ helpcontent2/source/text/scalc/01/func_today \ helpcontent2/source/text/scalc/01/func_trunc \ + helpcontent2/source/text/scalc/01/func_unique \ helpcontent2/source/text/scalc/01/func_value \ helpcontent2/source/text/scalc/01/func_xlookup \ helpcontent2/source/text/scalc/01/func_xmatch \ diff --git a/source/text/scalc/01/func_sortby.xhp b/source/text/scalc/01/func_sortby.xhp new file mode 100644 index 0000000000..41d272f6dd --- /dev/null +++ b/source/text/scalc/01/func_sortby.xhp @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + --> + +<meta> + <topic id="text/scalc/01/func_sortby.xhp" indexer="include" status="PUBLISH"> + <title id="tit">SORTBY function</title> + <filename>/text/scalc/01/func_sortby.xhp</filename> + </topic> +</meta> +<body> +<bookmark id="bm_id221708806478124" branch="hid/SC_HID_FUNC_SORTBY_MS" localize="false"/> +<bookmark branch="index" id="bm_id361708283183878"> + <bookmark_value>SORTBY function</bookmark_value> +</bookmark> +<section id="sortby"> + <h1 id="hd_id901708806478126"><variable id="h1"><link href="text/scalc/01/func_sortby.xhp">SORTBY</link></variable></h1> + <paragraph id="par_id771708806478128" role="paragraph">(...)</paragraph> +</section> +<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> +<paragraph role="code" id="par_id211708281649651">SORTBY(...)</paragraph> +<embed href="text/scalc/01/ful_func.xhp#func_head_example"/> +<embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/> +<embed href="text/scalc/00/avail_release.xhp#24.8"/> +<embed href="text/scalc/01/common_func.xhp#notODFF"/> +<paragraph role="paragraph" id="par_id341640870986703" localize="false"><literal>COM.MICROSOFT.SORTBY</literal></paragraph> +<section id="relatedtopics"> + <tip id="par_id701677016751508"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/SORTBY">SORTBY wiki page</link>.</tip> +</section> +</body> +</helpdocument> diff --git a/source/text/scalc/01/func_unique.xhp b/source/text/scalc/01/func_unique.xhp new file mode 100644 index 0000000000..0d7025e841 --- /dev/null +++ b/source/text/scalc/01/func_unique.xhp @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + --> + +<meta> + <topic id="text/scalc/01/func_unique.xhp" indexer="include" status="PUBLISH"> + <title id="tit">UNIQUE function</title> + <filename>/text/scalc/01/func_unique.xhp</filename> + </topic> +</meta> +<body> +<bookmark id="bm_id221708806478124" branch="hid/SC_HID_FUNC_UNIQUE_MS" localize="false"/> +<bookmark branch="index" id="bm_id361708283183878"> + <bookmark_value>UNIQUE function</bookmark_value> +</bookmark> +<section id="unique"> + <h1 id="hd_id901708806478126"><variable id="h1"><link href="text/scalc/01/func_unique.xhp">UNIQUE</link></variable></h1> + <paragraph id="par_id771708806478128" role="paragraph">(...)</paragraph> +</section> +<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> +<paragraph role="code" id="par_id211708281649651">UNIQUE(...)</paragraph> +<embed href="text/scalc/01/ful_func.xhp#func_head_example"/> +<embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/> +<embed href="text/scalc/00/avail_release.xhp#24.8"/> +<embed href="text/scalc/01/common_func.xhp#notODFF"/> +<paragraph role="paragraph" id="par_id341640870986703" localize="false"><literal>COM.MICROSOFT.UNIQUE</literal></paragraph> +<section id="relatedtopics"> + <tip id="par_id701677016751508"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/UNIQUE">UNIQUE wiki page</link>.</tip> +</section> +</body> +</helpdocument>