1. 52275c6 tdf#110355: regression fix by Vitaliy Anderson · 9 years ago
  2. eea6d39 loplugin:unnecessaryparen by Noel Grandin · 9 years ago
  3. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  4. 2e8acde remove UL/L suffixes from integer constants on the RHS of expressions by Noel Grandin · 9 years ago
  5. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  6. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  7. b1d829e move resmgr to unotools by Caolán McNamara · 9 years ago
  8. 90ac467 make IntlWrapper arg to GetPresentation non-implicit and non-optional by Caolán McNamara · 9 years ago
  9. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  10. f74da13 use more comphelper::InitAnyPropertySequence by Noel Grandin · 9 years ago
  11. 00657ae migrate to boost::gettext by Caolán McNamara · 9 years ago
  12. f71a355 loplugin:constparams in configmgr,unotools by Noel Grandin · 9 years ago
  13. daf177f use more OUString::operator== in test..xmlsecurity by Noel Grandin · 9 years ago
  14. 0416f00 loplugin:oncevar: empty strings: unotools by Stephan Bergmann · 9 years ago
  15. 539c75b strip some linefeeds from the end of debug output by Noel Grandin · 9 years ago
  16. 7de833a simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) by Noel Grandin · 9 years ago
  17. db47410 C++11 remove std::binary_function bases from functors by Jochen Nitschke · 9 years ago
  18. 6a76b4c simplify LocalFileHelper::GetFolderContents by Noel Grandin · 9 years ago
  19. c4ddf6c C++11 remove std::unary_function bases from functors by Jochen Nitschke · 9 years ago
  20. 18d7548 loplugin:casttovoid: unotools by Stephan Bergmann · 9 years ago
  21. 979d58c loplugin:unusedfields in toolkit..xmloff by Noel Grandin · 9 years ago
  22. 26c82e2 loplugin:oncevar in ucb..vbahelper by Noel Grandin · 9 years ago
  23. 3f31815 s/catched/caught by Noel Grandin · 9 years ago
  24. 5e028ad simplify some string handling in tracing calls by Noel Grandin · 9 years ago
  25. 101fdd9 fix regression, some mutexes need to live longer by Jochen Nitschke · 9 years ago
  26. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  27. 6149da2 replace misc double checked locking patterns by Jochen Nitschke · 9 years ago
  28. d69795b use local statics in getTypes functions by Jochen Nitschke · 9 years ago
  29. a975624 loplugin:unusedfields in tools..vbahelper by Noel Grandin · 9 years ago
  30. b70fa47 use more SAL_N_ELEMENTS part 1 by Noel Grandin · 9 years ago
  31. febbad7 cleanup unused css/frame/* includes by Jochen Nitschke · 9 years ago
  32. 0e2a6e8 remove some unnecessary use of OUStringBuffer by Noel Grandin · 9 years ago
  33. 93a41b2 tdf#108349: fix LanguageType conversions from UNO "short" by Michael Stahl · 9 years ago
  34. 84e18e9 Improved loplugin:redundantcast, const/static_cast combinations: unotools by Stephan Bergmann · 9 years ago
  35. 709040e remove duplicate 'using namespace' by Jochen Nitschke · 9 years ago
  36. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  37. f85ded4 tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat option by Miklos Vajna · 9 years ago
  38. d1e47b1 enhance useuniqueptr loplugin by Noel Grandin · 9 years ago
  39. b052e17 loplugin:stringcopy: unotools by Stephan Bergmann · 9 years ago
  40. 4c05834 loplugin:unusedmethods by Noel Grandin · 9 years ago
  41. dd6d799 loplugin:constantparam by Noel Grandin · 9 years ago
  42. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  43. 2962cee remove some unnecessary temporary OUStrings by Noel Grandin · 9 years ago
  44. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  45. 12191a4 make loplugin constantparam smarter about string params by Noel Grandin · 9 years ago
  46. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  47. f4da706 tdf#43157: convert unotools from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  48. 1fdb0e1 Replace all OUString("") with OUString() by Arnaud Versini · 9 years ago
  49. d200713 Removed duplicated include by Andrea Gelmini · 9 years ago
  50. ad3e1af Move getProcessWorkingDir from tools to unotools by Chris Sherlock · 9 years ago
  51. a8a49d7 unotools: cleanup bootstrap.cxx by Chris Sherlock · 9 years ago
  52. f766331 loplugin:salunicodeliteral: unotools by Stephan Bergmann · 9 years ago
  53. 9348b32 clang-tidy readability-simplify-boolean-expr by Noel Grandin · 9 years ago
  54. f9f045e78 tools: move errcode.hxx to the vcl module by Chris Sherlock · 9 years ago
  55. c70d49c use strong_int for LanguageType by Noel Grandin · 9 years ago
  56. 3b85b72 errinf.hxx moved out of tools and into vcl module by Chris Sherlock · 9 years ago
  57. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  58. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  59. b2764a9 convert EDynamicMenuType to scoped enum by Noel Grandin · 9 years ago
  60. 6390d77 convert MeasurementSystem to scoped enum by Noel Grandin · 9 years ago
  61. 608e93b convert DateFormat to scoped enum and rename to DateOrder by Noel Grandin · 9 years ago
  62. a3c294e convert ReadWriteGuardMode to scoped enum by Noel Grandin · 9 years ago
  63. 2841cf6 loplugin:inlinefields in utl::ReadWriteMutex by Noel Grandin · 9 years ago
  64. cbb2f42 Improved loplugin:redundantcast, static_cast on arithmetic types: unotools by Stephan Bergmann · 9 years ago
  65. c4dba43 just use one try/catch level by Caolán McNamara · 9 years ago
  66. 3c56928 use actual UNO enums in unotools by Noel Grandin · 9 years ago
  67. 5f2d57f convert EViewType to scoped enum by Noel Grandin · 9 years ago
  68. 5a725d1 loplugin:singlevalfields by Noel Grandin · 9 years ago
  69. 7c0054f tdf#105843 : restore Application Start and Stop events by Jean-Baptiste Faure · 9 years ago
  70. f7eb8ae Fix typos by Andrea Gelmini · 9 years ago
  71. 89628e4 avoid config during fuzzing by Caolán McNamara · 9 years ago
  72. 14368e6 loplugin:simplifybool by Stephan Bergmann · 9 years ago
  73. 38fd98a XUniversalContentBroker pBroker unused directly by Caolán McNamara · 9 years ago
  74. 866d4db add a config-less fallback here by Caolán McNamara · 9 years ago
  75. 446568b Fix typos by Andrea Gelmini · 9 years ago
  76. 4c09fc4 typesafe wrappers for css::i18nutil::TransliterationModules by Noel Grandin · 9 years ago
  77. 198c41c new loplugin unoany by Noel Grandin · 9 years ago
  78. 48d3f25 convert LocationType to scoped enum by Noel Grandin · 9 years ago
  79. f4a9ba4b convert ConfigNameFormat to scoped enum by Noel Grandin · 9 years ago
  80. cc96c1f convert EItem to scoped enum by Noel Grandin · 9 years ago
  81. aef704d convert SvtSaveOptions::EOption to scoped enum by Noel Grandin · 9 years ago
  82. a4d0ec8 convert SvtSecurityOptions::EOption to scoped enum by Noel Grandin · 9 years ago
  83. 29eb1ce convert SvtSysLocaleOptions::EOption to scoped enum by Noel Grandin · 9 years ago
  84. 7cf6620 convert SearchParam::SearchType to scoped enum by Noel Grandin · 9 years ago
  85. 858bd8b convert ResultType to scoped enum by Noel Grandin · 9 years ago
  86. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  87. 436035a Fix some typos by Samuel Mehrbrodt · 9 years ago
  88. 4978328 convert method names in tools::SvRef to be more like our other.. by Noel Grandin · 9 years ago
  89. 734c005 Compatibility options refactoring. Part 1 small fix by Vitaliy Anderson · 9 years ago
  90. aaf4177 Compatibility options refactoring. Part 1 small fix by Vitaliy Anderson · 9 years ago
  91. 1c3e84d teach lolugin:stringconstant about calling constructors by Noel Grandin · 9 years ago
  92. 91ccb4d Compatibility options refactoring. Part 1 by Vitaliy Anderson · 9 years ago
  93. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  94. a49cbc5 loplugin: unnecessary destructor test..unotools by Noel Grandin · 9 years ago
  95. 53d6df4 New loplugin:dynexcspec: Add @throws documentation, unotools by Stephan Bergmann · 9 years ago
  96. 968f6a7 new loplugin: useuniqueptr: unotools..xmlscript by Noel Grandin · 9 years ago
  97. fb49433 tdf#104349, tdf#104668 MS Word compatibility trailing blanks option part 2 by Vitaliy Anderson · 9 years ago
  98. f2e7430 New loplugin:externvar: unotools by Stephan Bergmann · 9 years ago
  99. d15b4e2 teach sallogareas plugin to catch inconsistencies by Noel Grandin · 9 years ago
  100. a238c82 tdf#88206 replace cppu::WeakImplHelper* in unotools by Jochen Nitschke · 9 years ago