To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82473





------- Additional comments from [EMAIL PROTECTED] Thu Nov  1 16:53:07 +0000 
2007 -------
It's not a duplicate of issue 77376 nor issue 81096
It is simply our designed "replace all" behavior:
1. Look for the first occurence of the search string
2. Replace it
3. Continue with 1. and the end position of the replaced string.

In the bug case unfortunately the replacement has an effect to the following
search (because we replace the characters with nothing the following character
becomes the first of the paragraph).
To solve this issue we needs to search all occurrences, save their positions and
do the replacement with this positions without a new search. This could be done,
but it is a big effort for a small effect!

So I like to present a work-around:
1. "Find All" instead "Replace All" => all occurrences will be selected
2. "Replace" or "Selection only"+"Replace All" to get the right characters 
replaced.



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to