summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)Author
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar
2021-03-02loplugin:refcounting in xmlhelpNoel
2021-02-19loplugin:refcounting in xmlhelpNoel
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module xmlhelp with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-09-07loplugin:singlevalfieldsNoel Grandin
2020-08-11loplugin:flattenNoel Grandin
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-07xmlhelp: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlhelpStephan Bergmann
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin
2020-04-29Remove tango icon theme, tdf#132022Rizal Muttaqin
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin
2020-04-03loplugin:finalclasses in xmlsecurity..UnoControlsNoel Grandin
2020-03-16Revert "loplugin:constfields in xmlhelp"Noel Grandin
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin
2019-12-13loplugin:unusedmethodsNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01loplugin:mergeclasses treeview::TreeFileIteratorNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-17Remove code that is deadStephan Bergmann
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-09-27tdf#42949 Fix IWYU warnings in xmlhelp/Gabor Kelemen
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin
2019-08-09Fix typosAndrea Gelmini