User: timar Date: 06/04/06 15:53:45 Added: /hu/src/2.0.3/Patches/ i63864-sc-naturalsort-help.diff
Log: natural sort help File Changes: Directory: /hu/src/2.0.3/Patches/ ================================= File [added]: i63864-sc-naturalsort-help.diff Url: http://hu.openoffice.org/source/browse/hu/src/2.0.3/Patches/i63864-sc-naturalsort-help.diff?rev=1.1&content-type=text/vnd.viewcvs-markup Added lines: 55 --------------- Index: helpcontent2/source/text/scalc/01/12030200.xhp =================================================================== RCS file: /cvs/documentation/helpcontent2/source/text/scalc/01/12030200.xhp,v retrieving revision 1.5 diff -u -r1.5 12030200.xhp --- helpcontent2/source/text/scalc/01/12030200.xhp 5 Oct 2005 12:00:43 -0000 1.5 +++ helpcontent2/source/text/scalc/01/12030200.xhp 2 Mar 2006 12:55:35 -0000 @@ -54,6 +54,7 @@ <bookmark_value>sorting;Asian languages</bookmark_value> <bookmark_value>Asian languages;sorting</bookmark_value> <bookmark_value>phonebook sorting rules</bookmark_value> +<bookmark_value>natural sort algorithm</bookmark_value> </bookmark> <bookmark xml-lang="en-US" branch="hid/HID_SCPAGE_SORT_OPTIONS" id="bm_id3151044" localize="false"/> <paragraph role="heading" id="hd_id3147228" xml-lang="en-US" level="1" l10n="U" oldref="1"><link href="text/scalc/01/12030200.xhp" name="Options">Options</link></paragraph> @@ -70,6 +71,9 @@ <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> +<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> Index: helpcontent2/helpers/help_hid.lst =================================================================== RCS file: /cvs/documentation/helpcontent2/helpers/help_hid.lst,v retrieving revision 1.7 diff -u -r1.7 help_hid.lst --- helpcontent2/helpers/help_hid.lst 19 Oct 2005 09:27:15 -0000 1.7 +++ helpcontent2/helpers/help_hid.lst 31 Mar 2006 13:46:38 -0000 @@ -6644,6 +6644,7 @@ sc_CheckBox_RID_SCPAGE_PRINT_BTN_SELECTEDSHEETS,957481988, sc_CheckBox_RID_SCPAGE_PRINT_BTN_SKIPEMPTYPAGES,957481986, sc_CheckBox_RID_SCPAGE_SORT_OPTIONS_BTN_CASESENSITIVE,956449800, +sc_CheckBox_RID_SCPAGE_SORT_OPTIONS_BTN_NATURALSORT,956449812, sc_CheckBox_RID_SCPAGE_SORT_OPTIONS_BTN_COPYRESULT,956449803, sc_CheckBox_RID_SCPAGE_SORT_OPTIONS_BTN_FORMATS,956449802, sc_CheckBox_RID_SCPAGE_SORT_OPTIONS_BTN_LABEL,956449801, Index: helpcontent2/helpers/hid.lst =================================================================== RCS file: /cvs/documentation/helpcontent2/helpers/hid.lst,v retrieving revision 1.8 diff -u -r1.8 hid.lst --- helpcontent2/helpers/hid.lst 19 Oct 2005 09:27:40 -0000 1.8 +++ helpcontent2/helpers/hid.lst 31 Mar 2006 13:46:54 -0000 @@ -4940,6 +4940,7 @@ sc:CheckBox:RID_SCPAGE_PRINT:BTN_SELECTEDSHEETS 957481988 sc:CheckBox:RID_SCPAGE_PRINT:BTN_SKIPEMPTYPAGES 957481986 sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_CASESENSITIVE 956449800 +sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_NATURALSORT 956449812 sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT 956449803 sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS 956449802 sc:CheckBox:RID_SCPAGE_SORT_OPTIONS:BTN_LABEL 956449801 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
