summaryrefslogtreecommitdiff
path: root/xmlhelp/source/treeview
AgeCommit message (Expand)AuthorFilesLines
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-12-01loplugin:mergeclasses treeview::TreeFileIteratorNoel Grandin1-16/+11
2019-10-17Remove some memset callsMike Kaganski1-1/+0
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-6/+1
2019-10-17Remove code that is deadStephan Bergmann1-9/+1
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-09-27tdf#42949 Fix IWYU warnings in xmlhelp/Gabor Kelemen2-1/+1
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-2/+1
2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlhelpStephan Bergmann1-1/+1
2019-07-28loplugin:oncevarNoel Grandin1-3/+1
2019-07-21loplugin:referencecasting in writerfilter..xmlhelpNoel Grandin1-1/+1
2019-07-18cid#704107 Unchecked return valueCaolán McNamara1-1/+1
2019-06-13Simplify Sequence iterations in writerfilter, writerperfect, xmlhelpArkadiy Illarionov2-18/+12
2019-04-15improve loplugin simplifyconstructNoel Grandin1-2/+1
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski1-2/+2
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin1-18/+18
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-27convert treeview::TVDom::Kind to scoped enumNoel Grandin1-5/+5
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-01loplugin:useuniqueptr in TVChildTargetNoel Grandin1-4/+3
2018-09-17New loplugin:externalStephan Bergmann1-4/+8
2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov1-4/+4
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-3/+2
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-2/+2
2017-12-11tdf#114242 xmlhelp: fix crash in TVChildTarget::Check()Michael Stahl1-14/+22
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-17loplugin:useuniqueptr in TVDomNoel Grandin1-21/+17
2017-10-23loplugin:includeform: xmlhelpStephan Bergmann2-3/+3
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-4/+4
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin2-14/+12
2017-07-11simplify some OUString::copy callsNoel Grandin1-10/+6
2017-07-02loplugin:casttovoid: xmlhelpStephan Bergmann1-3/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-2/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-24/+0
2016-08-15loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin1-1/+0
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-06Convert IteratorState to scoped enumNoel Grandin1-10/+10
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-4/+5
2016-05-04use Any constructor instead of temporariesNoel Grandin2-6/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-20/+16
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-3/+3
2015-11-25com::sun::star->css in xmlhelpNoel Grandin1-5/+5
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1