summaryrefslogtreecommitdiff
path: root/sal/textenc
AgeCommit message (Expand)Author
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-03Rather translate "Sonderzeichen" as "special characters"Stephan Bergmann
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-04-04ofz#770 JOHAB_73 table starts at 0xA not 0x2Caolán McNamara
2017-03-25Fix typosAndrea Gelmini
2017-03-03Fix typosAndrea Gelmini
2017-01-01ofz#358 SJIS_84 table mnLeadEnd is out by oneCaolán McNamara
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-03Fix some perl shebangs.Pedro Giffuni
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-18loplugin:staticmethodsStephan Bergmann
2015-05-08Use bool instead of intStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-08-Werror=maybe-uninitializedStephan Bergmann
2015-04-08tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSHStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-22Fix order of function pointersStephan Bergmann
2014-05-18remove some external header guardsThomas Arnhold
2014-05-09coverity#1209362 coverity gold, wrong maskCaolán McNamara
2014-05-05Asan: fix invalid memory accessMarkus Mohrhard
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-24More hacking on --with-localesTor Lillqvist
2014-04-23Typo fix: s/temporaer/temporary/Tor Lillqvist
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-22Bypass EUC and ISO-2022 encoding tables for iOSTor Lillqvist
2014-04-11Fix boundsStephan Bergmann
2014-03-04Add mode linesTakeshi Abe