diff options
author | Andras Timar <atimar@suse.com> | 2011-10-24 15:47:02 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-10-24 15:47:02 +0200 |
commit | 4b83b907aca12d0261d07f905ef7402869752aac (patch) | |
tree | 90c206b23f3a7b79ded68208d6e232eb7c62bfb3 /helpcontent2 | |
parent | b3748d3325d6ef5d3feb575068d8d07c5092285b (diff) |
help text for natural sort feature fdo#40054 #i63864#
Diffstat (limited to 'helpcontent2')
-rw-r--r-- | helpcontent2/source/text/scalc/01/12030200.xhp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/helpcontent2/source/text/scalc/01/12030200.xhp b/helpcontent2/source/text/scalc/01/12030200.xhp index 0534253e5e..eb4ea30812 100644 --- a/helpcontent2/source/text/scalc/01/12030200.xhp +++ b/helpcontent2/source/text/scalc/01/12030200.xhp @@ -68,7 +68,10 @@ YJ: checked again</lastedited> <paragraph role="paragraph" id="par_id3154014" xml-lang="en-US" l10n="U" oldref="6"><ahelp hid="SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_LABEL"> Omits the first row or the first column in the selection from the sort.</ahelp> The <emph>Direction</emph> setting at the bottom of the dialog defines the name and function of this check box.</paragraph> <bookmark xml-lang="en-US" branch="hid/sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS" id="bm_id3149410" localize="false"/> <paragraph role="heading" id="hd_id3147436" xml-lang="en-US" level="2" l10n="U" oldref="7"> Include formats</paragraph> -<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS"> Preserves the current cell formatting.</ahelp></paragraph><comment><BOOKMARK branch="hid/SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_NATURALSORT" id="bm_id3149412" localize="false"/></comment><comment>Enable natural sort</comment><comment><AVIS hid="."> Natural sort is a sort algorithm that sorts string-prefixed numbers based on the value of the numerical element in each sorted number.</AVIS></comment><comment>When this option is not checked, a series of values such as Number1, Number2, Number3, ..., Number19, Number20, Number21 will be sorted as Number1, Number11, Number12, ..., Number19, Number2, Number20, Number21, Number3, and so on. With the natural sort feature enabled, the result will be Number1, Number2, Number3, ..., Number19, Number20, Number21.</comment> +<paragraph role="paragraph" id="par_id3149377" xml-lang="en-US" l10n="U" oldref="8"><ahelp hid="SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS"> Preserves the current cell formatting.</ahelp></paragraph> +<bookmark xml-lang="en-US" branch="hid/SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_NATURALSORT" id="bm_id3149412" localize="false"/> +<paragraph role="heading" id="hd_id3147438" xml-lang="en-US" level="2" l10n="U">Enable natural sort</paragraph> +<paragraph role="paragraph" id="par_id3149378" xml-lang="en-US" l10n="U"><ahelp hid="SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_NATURALSORT">Natural sort is a sort algorithm that sorts string-prefixed numbers based on the value of the numerical element in each sorted number, instead of the traditional way of sorting them as ordinary strings.</ahelp> For instance, let's assume you have a series of values such as, A1, A2, A3, A4, A5, A6, ..., A19, A20, A21. When you put these values into a range of cells and run the sort, it will become A1, A11, A12, A13, ..., A19, A2, A20, A21, A3, A4, A5, ..., A9. While this sorting behavior may make sense to those who understand the underlying sorting mechanism, to the rest of the population it seems completely bizarre, if not outright inconvenient. With the natural sort feature enabled, values such as the ones in the above example get sorted "properly", which improves the convenience of sorting operations in general.</paragraph> <bookmark xml-lang="en-US" branch="hid/sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT" id="bm_id3147124" localize="false"/> <paragraph role="heading" id="hd_id3153878" xml-lang="en-US" level="2" l10n="U" oldref="10"> Copy sort results to:</paragraph> <paragraph role="paragraph" id="par_id3156286" xml-lang="en-US" l10n="U" oldref="11"><ahelp hid="SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT"> Copies the sorted list to the cell range that you specify.</ahelp></paragraph> |