AllLangHelp_scalc.mk                 |    4 ++-
 source/text/scalc/01/func_filter.xhp |   38 +++++++++++++++++++++++++++++++++++
 source/text/scalc/01/func_sort.xhp   |   38 +++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+), 1 deletion(-)

New commits:
commit 0e6a74b1f45911814ab8abcc4194fb71165332e8
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Sat Feb 24 17:54:58 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Mon Feb 26 11:52:19 2024 +0100

    tdf#159872 Prepare Help page for SORT function
    
    Contents will be added upon tdf#126573
    
    Change-Id: Ifcc953b22d44139b9dcb003971fc9fd3d43aa8f5
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163891
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 362e29af88..64b1a21496 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -266,9 +266,10 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
     helpcontent2/source/text/scalc/01/func_roman \
     helpcontent2/source/text/scalc/01/func_rounddown \
     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_skewp \
-    helpcontent2/source/text/scalc/01/func_searchb \
+    helpcontent2/source/text/scalc/01/func_sort \
     helpcontent2/source/text/scalc/01/func_style \
     helpcontent2/source/text/scalc/01/func_sum \
     helpcontent2/source/text/scalc/01/func_sumifs \
diff --git a/source/text/scalc/01/func_sort.xhp 
b/source/text/scalc/01/func_sort.xhp
new file mode 100644
index 0000000000..15d637ac43
--- /dev/null
+++ b/source/text/scalc/01/func_sort.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_sort.xhp" indexer="include" status="PUBLISH">
+    <title id="tit">SORT function</title>
+    <filename>/text/scalc/01/func_sort.xhp</filename>
+    </topic>
+</meta>
+<body>
+<bookmark id="bm_id221708806478124" branch="hid/SC_HID_FUNC_SORT_MS" 
localize="false"/>
+<bookmark branch="index" id="bm_id361708283183878">
+    <bookmark_value>SORT function</bookmark_value>
+</bookmark>
+<section id="sort">
+    <h1 id="hd_id901708806478126"><variable id="h1"><link 
href="text/scalc/01/func_sort.xhp">SORT</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">SORT(...)</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.SORT</literal></paragraph>
+<section id="relatedtopics">
+    <tip id="par_id701677016751508"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/SORT";>SORT
 wiki page</link>.</tip>
+</section>
+</body>
+</helpdocument>
commit 60b83838ded8bba13a7d7f761383228640fdf42e
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Sat Feb 24 17:49:54 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Mon Feb 26 11:52:06 2024 +0100

    tdf#159872 Prepare Help page for FILTER function
    
    Contents will be added upon tdf#126573
    
    Change-Id: Ia488f8f855f19cef2f15f1004ff5719309576d8b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/163890
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 86a6acff50..362e29af88 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -219,6 +219,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
     helpcontent2/source/text/scalc/01/func_edate \
     helpcontent2/source/text/scalc/01/func_eomonth \
     helpcontent2/source/text/scalc/01/func_error_type \
+    helpcontent2/source/text/scalc/01/func_filter \
     helpcontent2/source/text/scalc/01/func_findb \
     helpcontent2/source/text/scalc/01/func_floor \
     helpcontent2/source/text/scalc/01/func_forecastetsadd \
diff --git a/source/text/scalc/01/func_filter.xhp 
b/source/text/scalc/01/func_filter.xhp
new file mode 100644
index 0000000000..7e9e7a69e8
--- /dev/null
+++ b/source/text/scalc/01/func_filter.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_filter.xhp" indexer="include" 
status="PUBLISH">
+    <title id="tit">FILTER function</title>
+    <filename>/text/scalc/01/func_filter.xhp</filename>
+    </topic>
+</meta>
+<body>
+<bookmark id="bm_id221708806478124" branch="hid/SC_HID_FUNC_FILTER_MS" 
localize="false"/>
+<bookmark branch="index" id="bm_id361708283183878">
+    <bookmark_value>FILTER function</bookmark_value>
+</bookmark>
+<section id="filter">
+    <h1 id="hd_id901708806478126"><variable id="h1"><link 
href="text/scalc/01/func_filter.xhp">FILTER</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">FILTER(...)</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.FILTER</literal></paragraph>
+<section id="relatedtopics">
+    <tip id="par_id701677016751508"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/FILTER";>FILTER
 wiki page</link>.</tip>
+</section>
+</body>
+</helpdocument>

Reply via email to