Age | Commit message (Expand) | Author |
2018-01-12 | More loplugin:cstylecast: xmlhelp | Stephan Bergmann |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin |
2018-01-04 | loplugin:unusedfields | Noel Grandin |
2017-12-29 | loplugin:passstuffbyref improved return in xmlhelp,slideshow | Noel Grandin |
2017-12-14 | No need to keep these whitelisted functions decorated with SAL_CALL | Stephan Bergmann |
2017-12-11 | Attempt to blind fix build breaker | Eike Rathke |
2017-12-11 | tdf#114242 xmlhelp: fix crash in TVChildTarget::Check() | Michael Stahl |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-07 | loplugin:salcall handle static methods | Noel Grandin |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin |
2017-11-17 | loplugin:useuniqueptr in TVDom | Noel Grandin |
2017-10-23 | loplugin:includeform: xmlhelp | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-30 | Use explicit function names for fooA/fooW WinAPI; prefer fooW | Mike Kaganski |
2017-09-29 | loplugin:flatten check for throw in then clause | Noel Grandin |
2017-09-20 | Clean up xsl files | Samuel Mehrbrodt |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-14 | clang-tidy modernize-use-emplace in various | Noel Grandin |
2017-09-04 | loplugin:unnecessaryparen include c++ casts | Noel Grandin |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-07-31 | loplugin:constparams in formula,xmlhelp | Noel Grandin |
2017-07-25 | use more comphelper::InitAnyPropertySequence | Noel Grandin |
2017-07-18 | loplugin:constparams in toolkit,ucb,xmlhelp | Noel Grandin |
2017-07-14 | use more OUString::operator== in test..xmlsecurity | Noel Grandin |
2017-07-11 | simplify some OUString::copy calls | Noel Grandin |
2017-07-02 | loplugin:casttovoid: xmlhelp | Stephan Bergmann |
2017-06-30 | lang_ is unused | Stephan Bergmann |
2017-06-28 | loplugin:oncevar in writerfilter..xmlhelp | Noel Grandin |
2017-06-27 | loplugin:useuniqueptr in various | Noel Grandin |
2017-06-26 | s/catched/caught | Noel Grandin |
2017-06-23 | Remove support for the oldref attribute in l10ntools | Gabor Kelemen |
2017-06-18 | Typo: existance->existance | Julien Nabet |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-17 | use local statics in getTypes functions | Jochen Nitschke |
2017-06-16 | loplugin:unusedfields xmlhelp..xmlsecurity | Noel Grandin |
2017-06-12 | cleanup unused css/frame/* includes | Jochen Nitschke |
2017-06-01 | use OStringBuffer instead of manual buffer management | Noel Grandin |
2017-05-30 | teach redundantcast plugin about functional casts | Noel Grandin |
2017-05-20 | cleanup unused css/script/ includes | Jochen Nitschke |
2017-05-12 | Look for help-specific images in the new images_helpimg archive | Katarina Behrens |
2017-05-12 | remove unused uno::Reference vars | Noel Grandin |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-08 | teach loplugin:constantparam about simple constructor calls | Noel Grandin |
2017-05-07 | break circular include | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert xmlhelp codebase away from OSL_ASSERT to assert | Chris Sherlock |
2017-04-28 | loplugin:salunicodeliteral: xmlhelp | Stephan Bergmann |
2017-04-28 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |