summaryrefslogtreecommitdiff
path: root/l10ntools/source/xmlparse.cxx
AgeCommit message (Expand)Author
2019-08-01new loplugin:mapindexNoel Grandin
2019-06-27Ditch "using namespace U_ICU_NAMESPACE;", qualify icu:: insteadEike Rathke
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin
2018-11-28tdf#121697 XHP extensionsOlivier Hallot
2018-10-31loplugin:useuniqueptr in l10ntoolsNoel Grandin
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin
2018-05-07tdf#116745 handle <object> element when localizingOlivier Hallot
2018-03-25Use for-range loops in some modulesJulien Nabet
2017-10-23loplugin:includeform: l10ntoolsStephan Bergmann
2017-09-13Use "en-US" as the default for XHP's xml-lang attribute.Jan Holesovsky
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-04loplugin:unusedfields l10ntools..rscNoel Grandin
2017-06-23Remove support for the oldref attribute in l10ntoolsGabor Kelemen
2017-06-19tdf#106175 Support <sub> tag in localized help text as wellGabor Kelemen
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-29remove some unnecessary OString constructor callsNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-04-24loplugin:checkunusedparams in i18nlangtag and l10ntoolsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: l10ntoolsStephan Bergmann
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-05loplugin:staticanonymousTor Lillqvist
2016-04-04genlang, update to satisfy clang.jan iversen
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-17tdf#84938 Replaced #defined constants with enum classChirag Manwani
2016-03-02loplugin:unuseddefaultparam in l10ntoolsNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-21start next find at previous endpos, not one after previous startposEike Rathke
2015-10-21properly check for ICU status so known tags get actually recognizedEike Rathke
2015-10-12cppcheck:variableScopeNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-20implicit conversion of NULL constant to 'nullptr_t'Noel Grandin
2015-08-20new loplugin automemNoel Grandin
2015-08-11new loplugin: defaultparamsNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-09-07create clang plugin to warn about C-style castsNoel Grandin
2014-06-11Fix XMLFile::SearchL10NElements signatureStephan Bergmann
2014-03-19coverity#984098 Uninitialized pointer fieldCaolán McNamara