summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/stringutils.hxx
AgeCommit message (Expand)Author
2013-04-24move URE headers to include/David Tardon
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák
2013-03-22For convenience, include config_global.h in sal/config.hStephan Bergmann
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2012-12-10No config_global.h in SDKStephan Bergmann
2012-12-07add rtl::OUStringBuffer::append(bool)Luboš Luňák
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
2012-12-03assert on strange lengths of string literalsLuboš Luňák
2012-12-03make sure fast string operator+ is used only by LO codeLuboš Luňák
2012-12-03support 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)StringLuboš Luňák
2012-03-29(const) char[] is a plain C string type tooLuboš Luňák
2012-03-29fix SFINAE detection of const char[N] for msvcLuboš Luňák
2012-03-28use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák
2012-03-28move string helper types to stringutils.hxxLuboš Luňák