Re: [Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-28 Thread Caolán McNamara
On Tue, 2011-09-27 at 18:55 -0300, Neil Leathers wrote: > This seems to work fine. I guess > http://wiki.documentfoundation.org/Development/String_Classes should > be updated? Probably, feel free to edit it with the extra info. I didn't check to see if its a universal replacement for the String::*

Re: [Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-27 Thread Neil Leathers
> On Mon, 2011-09-26 at 09:43 +0200, Stephan Bergmann wrote: > > On 09/26/2011 01:30 AM, Neil Leathers wrote: > I was looking into the > > Easy Hacks: "Removal/Replacement of the String/UniString/ByteString > > with OUString/OString once and for all" and ran into needing to > > translate a Searc

Re: [Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-26 Thread Caolán McNamara
On Mon, 2011-09-26 at 09:43 +0200, Stephan Bergmann wrote: > On 09/26/2011 01:30 AM, Neil Leathers wrote: > I was looking into the > Easy Hacks: "Removal/Replacement of the String/UniString/ByteString > with OUString/OString once and for all" and ran into needing to > translate a SearchAndReplac

Re: [Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-26 Thread Stephan Bergmann
On 09/26/2011 01:30 AM, Neil Leathers wrote: I was looking into the Easy Hacks: "Removal/Replacement of the String/UniString/ByteString with OUString/OString once and for all" and ran into needing to translate a SearchAndReplaceAscii. Before launching into this set I wanted to confirm that ins

[Libreoffice] Easy Hack String replacement: SearchAndReplace

2011-09-25 Thread Neil Leathers
I was looking into the Easy Hacks: "Removal/Replacement of the String/UniString/ByteString with OUString/OString once and for all" and ran into needing to translate a SearchAndReplaceAscii. Before launching into this set I wanted to confirm that instead of moving the SearchAndReplace functions