To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=15666
------- Additional comments from [EMAIL PROTECTED] Wed Feb 15 13:00:31 -0800 2006 ------- I looked at the code and it seems reasonable. It looks like you aren't handling \n in the replacement string. You could add functionality where \n inserts a paragraph mark and \r (return) inserts a line break. Handling the & looks a little complicated. It seems like you need a search function that can look for multiple strings at once. That way you wouldn't need to go through the contortion of replacing all the unescaped & with \0. Gregg --------------------------------------------------------------------- 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]
