Re: [Libreoffice] [PUSHED] Re: [PATCH] O(U)StringBuffer::toString()

2011-02-15 Thread Caolán McNamara
On Mon, 2011-02-14 at 22:30 +0100, Sébastien Le Ray wrote: > Actually I'm gonna start adding missing methods from > UniString/ByteString to O(U)String and StringBuffer There are some original design thoughts behind O(U)String FWIW, e.g it's roughly based on the immutable java String so apart from

Re: [Libreoffice] [PUSHED] Re: [PATCH] O(U)StringBuffer::toString()

2011-02-14 Thread Sébastien Le Ray
Le Mon, 14 Feb 2011 21:21:52 +, Caolán McNamara a écrit : > As an aside, if you're big into the sal unit tests there's probably > quite a few of them potentially useful which haven't been tweaked to > work again, or are behind SUBSEQUENT_TESTS but probably don't need to > be inside that condi

[Libreoffice] [PUSHED] Re: [PATCH] O(U)StringBuffer::toString()

2011-02-14 Thread Caolán McNamara
On Sat, 2011-02-12 at 14:52 +0100, Sébastien Le Ray wrote: > Hi list, > > Since the toString() method is mentioned in the O*StringBuffer > documentation I thought it was a good idea to actually have it... Yeah, especially handy because makeStringAndClear destroys the old contents, which makes it