summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)AuthorFilesLines
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr1-175/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-04-23RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effectTor Lillqvist2-3/+2
2014-03-19make "rest" param in endsWithIgnoreAsciiCase default to zeroNoel Grandin1-1/+1
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann1-22/+10
2014-03-01Remove visual noise from includeAlexander Wilms4-32/+32
2014-02-28Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann1-2/+11
2014-02-28Fix typo: s/Alined/AlignedTor Lillqvist1-2/+2
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida1-0/+24
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann4-66/+0
2014-02-17String cleanups.Muthu Subramanian2-0/+17
2014-02-13Move string hash function into String class.Muthu Subramanian3-0/+49
2014-01-27Let C++ inline functions return bool instead of sal_BoolStephan Bergmann4-15/+15
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann4-85/+135
2014-01-10Use proper bool operationsStephan Bergmann1-3/+3
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-18URE headers do not have "using rtl::OUString"Stephan Bergmann1-2/+2
2013-12-10Fix addition of OStringBuffer::append(bool) overloadStephan Bergmann2-0/+14
2013-12-10Add append(bool) to OStringBuffer.Muthu Subramanian1-0/+17
2013-12-10Revert unnecessary code.Muthu Subramanian1-5/+0
2013-12-10Fix build issue - add append(bool) to strbufMuthu Subramanian1-0/+5
2013-11-12rtl: starts-/endsWith* new second parameter since 4.2Andres Gomez2-6/+12
2013-11-09fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud31-111/+111
2013-11-07OUString::operator[] silence -Werror=strict-overflow warningsMichael Stahl2-2/+4
2013-11-07OString::operator[]: make this consistent with OUStringMichael Stahl1-5/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-0/+15
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold31-82/+82
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-5/+1
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann2-34/+122
2013-09-30Clean up rtl/character.hxxStephan Bergmann1-76/+79
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini1-9/+40
2013-09-07typo fix + unwanted link fixAndras Timar1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-12/+12
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini1-1/+26
2013-08-14EXCEPTIONS_OFF is never definedStephan Bergmann3-43/+2
2013-06-18fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa1-1/+1
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann4-0/+76
2013-05-29Tweak commentsStephan Bergmann3-4/+12
2013-05-23Remove redundant (private) DO_NOT_ACQUIREStephan Bergmann2-50/+32
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist3-3/+3
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr1-0/+14
2013-05-09HAVE_CXX11_PERFECT_FORWARDING doesn't seem to work against libc++Tor Lillqvist1-1/+1
2013-04-24move URE headers to include/David Tardon37-0/+17213