summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)AuthorFilesLines
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-8/+8
2021-07-31osl::Mutex->std::mutex in InputStreamTransformerNoel Grandin1-8/+9
2021-07-31osl::Mutex->std::mutex in TreeFileIteratorNoel Grandin2-2/+3
2021-07-23Avoid strtol on non-NUL-terminated inputStephan Bergmann2-13/+29
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin2-10/+10
2021-06-24error: unknown type name 'OStringBuffer'Caolán McNamara1-1/+1
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski1-3/+1
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-10/+5
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann7-18/+18
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-3/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC14-56/+14
2021-03-18tdf#88205: Use initializer_list ctor in css::uno::SequenceMani Kumar1-3/+1
2021-03-02loplugin:refcounting in xmlhelpNoel2-3/+4
2021-02-19loplugin:refcounting in xmlhelpNoel2-5/+2
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel3-3/+3
2021-02-11loplugin:refcounting generalise type checkingNoel2-6/+7
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-2/+2
2021-02-04Fix typo in codeAndrea Gelmini1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-15/+17
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-18tdf#123936 Formatting files in module xmlhelp with clang-formatPhilipp Hofer1-1/+1
2020-11-11loplugin:stringviewNoel4-5/+5
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+1
2020-09-07loplugin:singlevalfieldsNoel Grandin4-16/+15
2020-08-11loplugin:flattenNoel Grandin2-46/+46
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-07xmlhelp: create instances with uno constructorsNoel Grandin7-156/+20
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlhelpStephan Bergmann1-1/+1
2020-05-10compact namespace in xmlhelp..xmlsecurityNoel Grandin1-5/+4
2020-04-29Remove tango icon theme, tdf#132022Rizal Muttaqin1-1/+1
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin3-7/+25
2020-04-03loplugin:finalclasses in xmlsecurity..UnoControlsNoel Grandin2-2/+2
2020-03-16Revert "loplugin:constfields in xmlhelp"Noel Grandin6-15/+15
2020-03-09improve loplugin:unusedfieldsNoel Grandin2-14/+8
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-4/+5
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin6-11/+11
2019-12-13loplugin:unusedmethodsNoel Grandin4-82/+0
2019-12-03remove some useless comment linesNoel Grandin2-7/+0
2019-12-01loplugin:mergeclasses treeview::TreeFileIteratorNoel Grandin2-32/+14
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+16
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-5/+5
2019-10-24Introduce OStringCharStephan Bergmann1-14/+14
2019-10-17Remove some memset callsMike Kaganski2-2/+1
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-6/+1
2019-10-17Remove code that is deadStephan Bergmann1-9/+1
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-6/+4
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-09-29constmethod for accessor-type methodsNoel Grandin3-6/+6