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