diff options
author | Sahil Gautam <sahil@libreoffice.org> | 2024-09-10 21:52:04 +0530 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-28 18:45:48 +0200 |
commit | 0d61990c85ed2135a6064b6caf1e989e820cd65c (patch) | |
tree | b3064b4f6ceb3d7425e8163a6b8878163399154b /source | |
parent | 14476c266b8097805df0292dc9a07468024c12f0 (diff) |
tdf#85976 Help page for HandleDuplicateRecords dialog
https: //gerrit.libreoffice.org/c/core/+/160685/comments/9dd92aa8_beae1c5f
Change-Id: I4ce7ad0022ed34b3704a3a5b17416eabcf91dd03
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173142
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/00/00000412.xhp | 5 | ||||
-rw-r--r-- | source/text/scalc/01/HandleDuplicateRecords.xhp | 44 |
2 files changed, 49 insertions, 0 deletions
diff --git a/source/text/scalc/00/00000412.xhp b/source/text/scalc/00/00000412.xhp index b6e82bce21..10d214d08f 100644 --- a/source/text/scalc/00/00000412.xhp +++ b/source/text/scalc/00/00000412.xhp @@ -103,6 +103,11 @@ </table> </section> + <section id="handleduplicaterecords"> + <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> + <paragraph role="paragraph" id="par_id291725983812933"><variable id="duplicaterecordsdlg">Choose <emph>Data - Duplicate Records...</emph>.</variable></paragraph> + </section> + <section id="datasortascending1"> <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> <paragraph role="paragraph" id="par_id641584647437810"><variable id="datasortascending">Choose <menuitem>Data - Sort Ascending</menuitem></variable></paragraph> diff --git a/source/text/scalc/01/HandleDuplicateRecords.xhp b/source/text/scalc/01/HandleDuplicateRecords.xhp new file mode 100644 index 0000000000..0f2e9e6aab --- /dev/null +++ b/source/text/scalc/01/HandleDuplicateRecords.xhp @@ -0,0 +1,44 @@ +<?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 https://mozilla.org/MPL/2.0/. + * +--> + +<meta> + <topic id="textscalc01HandleDuplicateRecordsxhp" indexer="include" status="PUBLISH"> + <title id="tit">Handle Duplicate Records</title> + <filename>/text/scalc/01/HandleDuplicateRecords.xhp</filename> + </topic> +</meta> + +<body> + <bookmark branch="hid/.uno:HandleDuplicateRecords" id="bm_id471726085794815" localize="false"/> + <bookmark branch="hid/modules/scalc/ui/duplicaterecordsdlg/@@nowidget@@" id="bm_id651726085647181" localize="false"/> + <bookmark branch="index" id="bm_id461725984310739"> + <bookmark_value>duplicate;remove</bookmark_value> + <bookmark_value>duplicate;select</bookmark_value> + </bookmark> + + <section id="handleduplicaterecords"> + <h1 id="hd_id1001725905576766"><variable id="handleduplicaterecordsheading"><link href="text/scalc/01/HandleDuplicateRecords.xhp">Handle Duplicate Records</link></variable></h1> + </section> + + <paragraph role="paragraph" id="par_id681725905689582">Selects or Removes the duplicate records from the selection. The duplicate records dialog has various options.</paragraph> + <section id="howtoget"> + <embed href="text/scalc/00/00000412.xhp#handleduplicaterecords"/> + </section> + + <section id="description"> + <paragraph role="paragraph" id="par_id151725960913414"><emph>Orientation:</emph> to specify whether to operate on rows or columns.</paragraph> + <paragraph role="paragraph" id="par_id991725961010287"><emph>Header:</emph> to specify if the selected data includes table headers. If checked, then the table headers (the first row or column) will be ignored.</paragraph> + <paragraph role="paragraph" id="par_id61725963172527"><emph>Items:</emph> shows the headers for the selected records. If "data includes headers" checkbox is checked, then it contains the headers of the records, else it's either the row number or the column name depending on the orientation. The user can select/unselect the records to be compared. In the column header, it contains a checkbox to toggle state for all the records in the treeview.</paragraph> + <paragraph role="paragraph" id="par_id741725979527610"><emph>Action:</emph> to specify whether to select or reomve the duplicate records out of the checked records in Items.</paragraph> + </section> +</body> +</helpdocument> + |