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] Fri Feb 17 05:14:40 -0800 
2006 -------
@glebovitz
> 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.

It not only looks little complicated, it really is.
Indeed needed a search function the can look for multiple strings, resp.
multiple characters in this case. That's what I meant with "strcspn" in my 
comment.

"Needed" because as you might have already noticed from my latest attachment,
with SearchChar() I found it. So now the &-handling only takes a few lines of
additional code in the main loop.
So I'm quite happy now, hopefully any real OOo hacker will also be.

---------------------------------------------------------------------
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