summaryrefslogtreecommitdiff
path: root/include/rtl/stringconcat.hxx
AgeCommit message (Expand)Author
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-14Fix misuse of OStringLiteralStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-12Use size_t for string lengthsStephan Bergmann
2019-10-12Use std::enable_ifStephan Bergmann
2019-10-12Remove unused ToStringHelper<char[N]>::addData sal_Unicode overloadStephan Bergmann
2019-10-12rtl/stringconcat.hxx is not part of the URE interfaceStephan Bergmann
2019-10-12Missing include (for std::char_traits)Stephan Bergmann
2019-10-12fix formattingNoel Grandin
2019-10-11round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin
2019-09-30Slightly DRY the O(U)StringNumber codeMike Kaganski
2019-09-27Add conversion from rtl::OStringNumber to std::string_viewStephan Bergmann
2019-09-27Missing include (for std::move)Stephan Bergmann
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-05-29apply SAL_RETURNS_NONNULL in a couple more placesNoel Grandin
2017-01-09New loplugin:externvar: salStephan Bergmann
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann
2015-06-26SAL_WARN_UNUSED_RESULT missing from some of the operator+ overloadsStephan Bergmann
2015-06-26Unnecessary nested #ifdef LIBO_INTERNAL_ONLYStephan Bergmann
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-07-08'internal' is a keyword in current C++/CLITor Lillqvist
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-04-24move URE headers to include/David Tardon