summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* fix spelling structur -> structureNoel Grandin2014-07-173-3/+3
* remove IReferenceNoel Grandin2014-07-141-22/+1
* 'internal' is a keyword in current C++/CLITor Lillqvist2014-07-086-176/+176
* Catch invalid null pointer operations earlyStephan Bergmann2014-07-031-3/+6
* -Wstrict-prototypesStephan Bergmann2014-06-172-2/+2
* sal/rtl: remove SAL_THROW macroNoel Grandin2014-06-058-220/+208
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr2014-05-151-175/+0
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-2/+2
* RTL_UNICODETOTEXT_FLAGS_NOCOMPOSITE has never had any effectTor Lillqvist2014-04-232-3/+2
* make "rest" param in endsWithIgnoreAsciiCase default to zeroNoel Grandin2014-03-191-1/+1
* Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann2014-03-011-22/+10
* Remove visual noise from includeAlexander Wilms2014-03-014-32/+32
* Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann2014-02-281-2/+11
* Fix typo: s/Alined/AlignedTor Lillqvist2014-02-281-2/+2
* Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida2014-02-271-0/+24
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-184-66/+0
* String cleanups.Muthu Subramanian2014-02-172-0/+17
* Move string hash function into String class.Muthu Subramanian2014-02-133-0/+49
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-274-15/+15
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-234-85/+135
* Use proper bool operationsStephan Bergmann2014-01-101-3/+3
* typo fixesAndras Timar2013-12-201-1/+1
* URE headers do not have "using rtl::OUString"Stephan Bergmann2013-12-181-2/+2
* Fix addition of OStringBuffer::append(bool) overloadStephan Bergmann2013-12-102-0/+14
* Add append(bool) to OStringBuffer.Muthu Subramanian2013-12-101-0/+17
* Revert unnecessary code.Muthu Subramanian2013-12-101-5/+0
* Fix build issue - add append(bool) to strbufMuthu Subramanian2013-12-101-0/+5
* rtl: starts-/endsWith* new second parameter since 4.2Andres Gomez2013-11-122-6/+12
* fdo#65108 inter-module includes <> include/rtlNorbert Thiebaud2013-11-0931-111/+111
* OUString::operator[] silence -Werror=strict-overflow warningsMichael Stahl2013-11-072-2/+4
* OString::operator[]: make this consistent with OUStringMichael Stahl2013-11-071-5/+1
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-0/+15
* fixincludeguards.sh: include - the restThomas Arnhold2013-10-2331-82/+82
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-5/+1
* Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann2013-10-152-34/+122
* Clean up rtl/character.hxxStephan Bergmann2013-09-301-76/+79
* Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini2013-09-301-9/+40
* typo fix + unwanted link fixAndras Timar2013-09-071-2/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-212-12/+12
* Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini2013-08-191-1/+26
* EXCEPTIONS_OFF is never definedStephan Bergmann2013-08-143-43/+2
* fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa2013-06-181-1/+1
* Introduce O[U]String::toUInt32Stephan Bergmann2013-06-134-0/+76
* Tweak commentsStephan Bergmann2013-05-293-4/+12
* Remove redundant (private) DO_NOT_ACQUIREStephan Bergmann2013-05-232-50/+32
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-153-3/+3
* Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr2013-05-101-0/+14
* HAVE_CXX11_PERFECT_FORWARDING doesn't seem to work against libc++Tor Lillqvist2013-05-091-1/+1
* move URE headers to include/David Tardon2013-04-2437-0/+17213