summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2014-12-20TyposJulien Nabet
2014-12-19Make O[U]StringLiteral ctor explicitStephan Bergmann
2014-12-19This is not java.lang.StringBufferStephan Bergmann
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
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