Hi,

I hope this is the right forum to ask such question. I am going to
include Kohei's natural sort patch into Hungarian community OOo builds
(see http://kohei.us/ooo/nsort/). I wanted to write a paragraph about
this feature in the help and I also wanted an extended tip. I made a
patch - see attached. I manually edited the help XML file. The problem
is that the extended tip does not come up. I get the general extended
tip defined for that dialog page ("Sets additional sorting options.")
instead of the one defined in the patch. What did I do wrong?

Thanks,
Andras


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>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to