summaryrefslogtreecommitdiffstats
path: root/xmlhelp
Commit message (Expand)AuthorAgeFilesLines
* More loplugin:cstylecast: xmlhelpStephan Bergmann2018-01-122-6/+6
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-2/+2
* loplugin:unusedfieldsNoel Grandin2018-01-042-4/+0
* loplugin:passstuffbyref improved return in xmlhelp,slideshowNoel Grandin2017-12-292-2/+2
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-142-4/+4
* Attempt to blind fix build breakerEike Rathke2017-12-111-0/+1
* tdf#114242 xmlhelp: fix crash in TVChildTarget::Check()Michael Stahl2017-12-112-15/+23
* loplugin:salcall fix functionsNoel Grandin2017-12-112-2/+2
* loplugin:salcall handle static methodsNoel Grandin2017-12-072-2/+2
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-053-3/+3
* loplugin:useuniqueptr in TVDomNoel Grandin2017-11-171-21/+17
* loplugin:includeform: xmlhelpStephan Bergmann2017-10-233-4/+4
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-14/+10
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-6/+6
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-292-4/+4
* Clean up xsl filesSamuel Mehrbrodt2017-09-205-575/+575
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* clang-tidy modernize-use-emplace in variousNoel Grandin2017-09-141-3/+3
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-044-17/+17
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-173-12/+11
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-5/+5
* loplugin:constparams in formula,xmlhelpNoel Grandin2017-07-314-8/+8
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-253-19/+17
* loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin2017-07-182-2/+2
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-142-4/+4
* simplify some OUString::copy callsNoel Grandin2017-07-111-10/+6
* loplugin:casttovoid: xmlhelpStephan Bergmann2017-07-028-83/+26
* lang_ is unusedStephan Bergmann2017-06-301-5/+1
* loplugin:oncevar in writerfilter..xmlhelpNoel Grandin2017-06-282-8/+4
* loplugin:useuniqueptr in variousNoel Grandin2017-06-272-20/+10
* s/catched/caughtNoel Grandin2017-06-261-1/+1
* Remove support for the oldref attribute in l10ntoolsGabor Kelemen2017-06-231-2/+0
* Typo: existance->existanceJulien Nabet2017-06-182-6/+6
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* use local statics in getTypes functionsJochen Nitschke2017-06-172-24/+6
* loplugin:unusedfields xmlhelp..xmlsecurityNoel Grandin2017-06-162-4/+0
* cleanup unused css/frame/* includesJochen Nitschke2017-06-122-3/+0
* use OStringBuffer instead of manual buffer managementNoel Grandin2017-06-013-44/+21
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-1/+1
* cleanup unused css/script/ includesJochen Nitschke2017-05-202-2/+0
* Look for help-specific images in the new images_helpimg archiveKatarina Behrens2017-05-121-3/+7
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+0
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-092-2/+0
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-082-9/+3
* break circular includeJochen Nitschke2017-05-071-2/+3
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert xmlhelp codebase away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* loplugin:salunicodeliteral: xmlhelpStephan Bergmann2017-04-281-2/+2
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-6/+1