Re: [Libreoffice] String::CompareIngoreCaseToAscii

2011-10-02 Thread Tor Lillqvist
> It sounds at least reasonable to me. The normal thing is to add new > in-line functions to ustring.hxx, that saves punching a hole in the > (accursed) map file for libsal (in sal/util/sal.map) - I am not 100% sure, but I think that in some cases (--enable-dbgutil build with MSVC is what I am thi

Re: [Libreoffice] String::CompareIngoreCaseToAscii

2011-10-01 Thread Michael Meeks
Hi August, On Sat, 2011-10-01 at 13:09 -0400, August Sodora wrote: > I'd like to try my hand at updating some uses of tools/string to > OUString Great stuff :-) > and I noticed that OUString is missing an analogue to > CompareIgnoreCaseToAscii, but the implementation of > equalsIgnoreAs

[Libreoffice] String::CompareIngoreCaseToAscii

2011-10-01 Thread August Sodora
Hi all, I'd like to try my hand at updating some uses of tools/string to OUString and I noticed that OUString is missing an analogue to CompareIgnoreCaseToAscii, but the implementation of equalsIgnoreAsciiCaseAsciiL calls the exact rtl_ function I want . I tried to add a compareIgnoreAsciiCaseAsci