summaryrefslogtreecommitdiff
path: root/l10ntools/source/xmlparse.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-07tdf#116745 handle <object> element when localizingOlivier Hallot1-2/+3
2018-03-25Use for-range loops in some modulesJulien Nabet1-8/+7
2017-10-23loplugin:includeform: l10ntoolsStephan Bergmann1-4/+4
2017-09-13Use "en-US" as the default for XHP's xml-lang attribute.Jan Holesovsky1-4/+12
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-8/+8
2017-07-04loplugin:unusedfields l10ntools..rscNoel Grandin1-7/+3
2017-06-23Remove support for the oldref attribute in l10ntoolsGabor Kelemen1-10/+1
2017-06-19tdf#106175 Support <sub> tag in localized help text as wellGabor Kelemen1-2/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-29remove some unnecessary OString constructor callsNoel Grandin1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-8/+8
2017-04-24loplugin:checkunusedparams in i18nlangtag and l10ntoolsNoel Grandin1-7/+7
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-21loplugin:subtlezeroinit: l10ntoolsStephan Bergmann1-10/+10
2016-11-17loplugin:unusedfieldsNoel Grandin1-9/+0
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-5/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-7/+7
2016-04-05loplugin:staticanonymousTor Lillqvist1-3/+3
2016-04-04genlang, update to satisfy clang.jan iversen1-3/+3
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-3/+3
2016-03-17tdf#84938 Replaced #defined constants with enum classChirag Manwani1-30/+30
2016-03-02loplugin:unuseddefaultparam in l10ntoolsNoel Grandin1-10/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-10-21start next find at previous endpos, not one after previous startposEike Rathke1-1/+1
2015-10-21properly check for ICU status so known tags get actually recognizedEike Rathke1-1/+1
2015-10-12cppcheck:variableScopeNoel Grandin1-3/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl1-1/+0
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2015-08-20implicit conversion of NULL constant to 'nullptr_t'Noel Grandin1-1/+1
2015-08-20new loplugin automemNoel Grandin1-41/+26
2015-08-11new loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-4/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn1-12/+6
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-09-07create clang plugin to warn about C-style castsNoel Grandin1-6/+6
2014-06-11Fix XMLFile::SearchL10NElements signatureStephan Bergmann1-3/+3
2014-03-19coverity#984098 Uninitialized pointer fieldCaolán McNamara1-1/+3
2014-02-26Remove visual noise from l10ntoolsAlexander Wilms1-8/+8
2014-02-17l10ntools: sal_Bool -> boolStephan Bergmann1-2/+2
2013-12-02fdo#71056 add <sup> to list of inline help XML tagsAndras Timar1-2/+2
2013-09-18Clean up l10ntools xml parser.Zolnai Tamás1-541/+474
2013-09-18Use OString in xmlparse.cxx to avoid numerous srting conversionZolnai Tamás1-153/+117
2013-09-18xmlparse.cxx: Useless const variablesZolnai Tamás1-15/+7