Age | Commit message (Expand) | Author |
2012-12-03 | assert on strange lengths of string literals | Luboš Luňák |
2012-12-03 | make sure fast string operator+ is used only by LO code | Luboš Luňák |
2012-12-03 | support for fast O(U)String concatenation using operator+ | Luboš Luňák |
2012-03-29 | (const) char[] (i.e. size unknown) cannot be used with O(U)String | Luboš Luňák |
2012-03-29 | (const) char[] is a plain C string type too | Luboš Luňák |
2012-03-29 | fix SFINAE detection of const char[N] for msvc | Luboš Luňák |
2012-03-28 | use SFINAE to remove non-const char[N] OUString overloads | Luboš Luňák |
2012-03-28 | move string helper types to stringutils.hxx | Luboš Luňák |