summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl/stringutils.hxx
Commit message (Expand)AuthorAgeFilesLines
* (const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák2012-03-291-0/+9
* (const) char[] is a plain C string type tooLuboš Luňák2012-03-291-1/+12
* fix SFINAE detection of const char[N] for msvcLuboš Luňák2012-03-291-0/+6
* use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák2012-03-281-1/+24
* move string helper types to stringutils.hxxLuboš Luňák2012-03-281-0/+110