summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2014-11-20Introduce OStringBuffer::appendUninitializedStephan Bergmann
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann
2014-11-19sal, cppuhelper headers a little more complete and self-containedMichael Stahl
2014-11-18typo: boostrap -> bootstrap.Kohei Yoshida
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: remove pointless checking for __cplusplus in public C++ headersMichael Stahl
2014-11-17Add rtl::OUString::toUtf8()Miklos Vajna
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-05WaE: unused variable 'bSuccess'Tor Lillqvist
2014-11-05rtl::OUString::fromUtf8(): use rtl_convertStringToUString()Miklos Vajna
2014-11-05Add rtl::OUString::fromUtf8()Miklos Vajna
2014-10-20Increase assert coverage of OStringBuffer argumentsMatthew J. Francis
2014-10-17Increase assert coverage of OUStringBuffer argumentsMatthew J. Francis
2014-09-04coverity#706611 Uncaught exceptionCaolán McNamara
2014-07-17fix spelling structur -> structureNoel Grandin
2014-07-14remove IReferenceNoel Grandin
2014-07-08'internal' is a keyword in current C++/CLITor Lillqvist
2014-07-03Catch invalid null pointer operations earlyStephan Bergmann
2014-06-17-Wstrict-prototypesStephan Bergmann
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-23RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effectTor Lillqvist
2014-03-19make "rest" param in endsWithIgnoreAsciiCase default to zeroNoel Grandin
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-28Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann
2014-02-28Fix typo: s/Alined/AlignedTor Lillqvist
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-17String cleanups.Muthu Subramanian
2014-02-13Move string hash function into String class.Muthu Subramanian
2014-01-27Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-10Use proper bool operationsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-12-18URE headers do not have "using rtl::OUString"Stephan Bergmann
2013-12-10Fix addition of OStringBuffer::append(bool) overloadStephan Bergmann
2013-12-10Add append(bool) to OStringBuffer.Muthu Subramanian
2013-12-10Revert unnecessary code.Muthu Subramanian
2013-12-10Fix build issue - add append(bool) to strbufMuthu Subramanian
2013-11-12rtl: starts-/endsWith* new second parameter since 4.2Andres Gomez
2013-11-09fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud
2013-11-07OUString::operator[] silence -Werror=strict-overflow warningsMichael Stahl
2013-11-07OString::operator[]: make this consistent with OUStringMichael Stahl
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann