summaryrefslogtreecommitdiff
path: root/xmlhelp
AgeCommit message (Expand)AuthorFilesLines
2019-07-02Use LanguageTag::getFallbackStrings() instead of old dumb hard coded stuffEike Rathke1-15/+15
2019-06-28Fix Help collator loading, processLang() does not return only the languageEike Rathke2-26/+13
2019-04-15improve loplugin simplifyconstructNoel Grandin1-2/+1
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski2-3/+3
2019-02-21loplugin:unusedfields in xmlhelp,xmlsecurityNoel Grandin2-2/+1
2019-02-11new loplugin writeonlyvarsNoel Grandin1-3/+0
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin3-20/+20
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-3/+2
2019-01-24loplugin:constparams in ucb..xmlhelpNoel Grandin2-2/+2
2018-12-21use unique_ptr in xmlhelpNoel Grandin1-3/+3
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-27convert treeview::TVDom::Kind to scoped enumNoel Grandin1-5/+5
2018-11-09loplugin:useuniqueptr in ResultSetForQueryNoel Grandin1-7/+4
2018-10-20pvs-studio: The 'aIndexFolderResultVector' variable is used after it was movedCaolán McNamara1-1/+0
2018-10-10Set up our own libxslt security context in xmlhelp, as per #i117643.Damjan Jovanovic1-7/+23
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-2/+2
2018-10-01loplugin:useuniqueptr in TVChildTargetNoel Grandin1-4/+3
2018-09-18loplugin:useuniqueptr in xmlhelp::DatabasesNoel Grandin2-28/+19
2018-09-17New loplugin:externalStephan Bergmann2-5/+9
2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov2-24/+10
2018-09-13loplugin:constfields in xmlhelpNoel Grandin9-19/+17
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen4-0/+7
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin3-9/+2
2018-09-08loplugin:useuniqueptr in xmlhelpNoel Grandin2-14/+9
2018-08-22loplugin:useuniqueptr in chelp::DynamicResultSetNoel Grandin3-5/+6
2018-08-02loplugin:stringloop in variousNoel Grandin1-2/+2
2018-07-31Fix typosAndrea Gelmini1-1/+1
2018-07-12Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-11clean up UNO available() implementationsNoel Grandin2-2/+8
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov1-1/+0
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma1-1/+1
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin4-14/+6
2018-05-14loplugin:useuniqueptr in helpdatafileproxy::HdfNoel Grandin2-16/+11
2018-04-01remove unused processfactory.hxx includesJochen Nitschke3-3/+0
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin3-8/+5
2018-03-05loplugin:useuniqueptr in chelp::ResultSetBaseNoel Grandin2-12/+10
2018-02-02xmlhelp: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-9/+0
2018-01-12More loplugin:cstylecast: xmlhelpStephan Bergmann2-6/+6
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-04loplugin:unusedfieldsNoel Grandin2-4/+0
2017-12-29loplugin:passstuffbyref improved return in xmlhelp,slideshowNoel Grandin2-2/+2
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-4/+4
2017-12-11Attempt to blind fix build breakerEike Rathke1-0/+1
2017-12-11tdf#114242 xmlhelp: fix crash in TVChildTarget::Check()Michael Stahl2-15/+23
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-12-07loplugin:salcall handle static methodsNoel Grandin2-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin3-3/+3
2017-11-17loplugin:useuniqueptr in TVDomNoel Grandin1-21/+17
2017-10-23loplugin:includeform: xmlhelpStephan Bergmann3-4/+4
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-14/+10