1. 5685ee2 improve redundantcast loplugin by Noel Grandin · 9 years ago
  2. 3428bd5 clang-tidy modernize-use-emplace in d* by Noel Grandin · 9 years ago
  3. 3793855 cppcheck: identicalConditionAfterEarlyExit by Jochen Nitschke · 9 years ago
  4. 1af5f6e set parent for file dialog helper by Caolán McNamara · 9 years ago
  5. 01b0d6d unotest.py: refactor confusing mess of openDoc functions by Michael Stahl · 9 years ago
  6. 326295b new loplugin:redundantpointerops by Noel Grandin · 9 years ago
  7. 9a46ad2 tdf#96703: getDocumentStorage is called during initialization by Julien Nabet · 9 years ago
  8. 5aafb3d Fix typos by Andrea Gelmini · 9 years ago
  9. a422a1b loplugin:constparams: dbaccess (clang-cl) by Stephan Bergmann · 9 years ago
  10. f9601b9 This should be ToolBoxItemBits::DROPDOWNONLY by Maxim Monastirsky · 9 years ago
  11. 32e07ad Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppend by Stephan Bergmann · 9 years ago
  12. de2ac12 loplugin:useuniqueptr in dbaccess by Noel Grandin · 9 years ago
  13. a05e5ad dbaccess: avoid deadlock in ODatabaseContext::registerObject() by Michael Stahl · 9 years ago
  14. dcc667a convert message box style bits to scoped enum by Noel Grandin · 9 years ago
  15. a273630 convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fields by Noel Grandin · 9 years ago
  16. 4105174 convert extended WinBits to scoped enum by Noel Grandin · 9 years ago
  17. b71ff0d convert ExtendedWinBits to a single bool flag by Noel Grandin · 9 years ago
  18. eea6d39 loplugin:unnecessaryparen by Noel Grandin · 9 years ago
  19. 9881bea remove unnecessary use of OUString::getStr by Noel Grandin · 9 years ago
  20. b1f6e62 tdf#39468 Translate German comments/terms by Jens Carl · 9 years ago
  21. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  22. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  23. a209172 loplugin:constantparam by Noel Grandin · 9 years ago
  24. 24817c2 loplugin:constparams in starmath by Noel Grandin · 9 years ago
  25. 13fac48 normalize resource locale ctor construction mechanisms by Caolán McNamara · 9 years ago
  26. b1d829e move resmgr to unotools by Caolán McNamara · 9 years ago
  27. 612b489 loplugin:checkunusedparams by Noel Grandin · 9 years ago
  28. 56be224 loplugin:constparams in dbaccess by Noel Grandin · 9 years ago
  29. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  30. 875ec87 janitorial by Lionel Elie Mamane · 9 years ago
  31. 2b1d6f0 tdf#96370 rework filtering to be aware of WHERE vs HAVING clause by Lionel Elie Mamane · 9 years ago
  32. 4ed70b8 loplugin:unusedfields by Noel Grandin · 9 years ago
  33. f74da13 use more comphelper::InitAnyPropertySequence by Noel Grandin · 9 years ago
  34. feb5480 Typo: tyoe->type by Julien Nabet · 9 years ago
  35. 3e4b0bd loplugin:unusedfields some untouched fields by Noel Grandin · 9 years ago
  36. b66cfdb Removed duplicated includes by Andrea Gelmini · 9 years ago
  37. 182a74d de-hrc various things by Caolán McNamara · 9 years ago
  38. 00657ae migrate to boost::gettext by Caolán McNamara · 9 years ago
  39. 8d4d1e8 Annotate some more Timers and Idles by Jan-Marek Glogowski · 9 years ago
  40. 36f2df84 dbaccess: introduce DATASOURCE_TYPE::DST_WRITER by Miklos Vajna · 9 years ago
  41. 512d1ad merge last entry of cntids.hrc into sfxsids.hrc by Caolán McNamara · 9 years ago
  42. 83535a2 emfplus: create a wmf/emf/emf+ primitive based importer by Armin Le Grand · 9 years ago
  43. 0b6d0ac m_pRowMarker is unused by Noel Grandin · 9 years ago
  44. 00aa089 Reorganize Scheduler priority classes by Jan-Marek Glogowski · 10 years ago
  45. dc63cc3 use more OUString::operator== in dbaccess..filter by Noel Grandin · 9 years ago
  46. 6c2d9f5 loplugin:oncevar: empty strings: dbaccess by Stephan Bergmann · 9 years ago
  47. f9b104a simplify some OUString::concat usage by Noel Grandin · 9 years ago
  48. 36e92f3 drop TPropertyValueEqualFunctor by Noel Grandin · 9 years ago
  49. 2f0c10d simplify strip types from Sequence, related tdf#108782 by Jochen Nitschke · 9 years ago
  50. 7de833a simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) by Noel Grandin · 9 years ago
  51. 20571c4 use more range-for on uno::Sequence by Noel Grandin · 9 years ago
  52. 44e7f5b simplify strip types from Sequence, related tdf#108782 by Jochen Nitschke · 9 years ago
  53. 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
  54. c5e4534 remove nullptr checks on STL search result iterators by Jochen Nitschke · 9 years ago
  55. 868d8c8 loplugin:unnecessaryparen handle parens inside call expr by Noel Grandin · 9 years ago
  56. db47410 C++11 remove std::binary_function bases from functors by Jochen Nitschke · 9 years ago
  57. ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
  58. ee96ea7 tdf#108782 replace std::bind2nd with lambda by Jochen Nitschke · 9 years ago
  59. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  60. db714f4 make binary functors unary, related tdf#108782 by Jochen Nitschke · 9 years ago
  61. 9cb1fe8 tdf#105831 Add Donate entry on Help menu by Olivier · 9 years ago
  62. eeb1030 loplugin:unusedfields in cui..idl by Noel Grandin · 9 years ago
  63. 0cc5391 loplugin:casttovoid in VCL_BUILDER_DECL_FACTORY by Stephan Bergmann · 9 years ago
  64. 31d4562 use begin()/end() when working with Sequence by Noel Grandin · 9 years ago
  65. c4ddf6c C++11 remove std::unary_function bases from functors by Jochen Nitschke · 9 years ago
  66. 90c91f6 loplugin:casttovoid: dbaccess by Stephan Bergmann · 9 years ago
  67. c63bf22 eFunc is unused by Stephan Bergmann · 9 years ago
  68. 601aadd loplugin:oncevar in the !HAVE_FEATURE_JAVA case by Tor Lillqvist · 9 years ago
  69. 497e40a improve refcounting loplugin by Noel Grandin · 9 years ago
  70. 5f53dfc -Werror=ignored-qualifiers (GCC 8) by Stephan Bergmann · 9 years ago
  71. ec5f7d8 Fix typo by Andrea Gelmini · 9 years ago
  72. 3f31815 s/catched/caught by Noel Grandin · 9 years ago
  73. 5a72018 iOS, convert CPPUnittest to noop by jan Iversen · 9 years ago
  74. 55ff9d3 loplugin:unusedfields in dbaccess by Noel Grandin · 9 years ago
  75. 58ae5fb loplugin:oncevar in cppcanvas..drawinglayer by Noel Grandin · 9 years ago
  76. 5286326 convert ErrCode to strong typedef by Noel Grandin · 9 years ago
  77. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  78. a6aa57f use ERRCODE_NONE instead of 0 by Noel Grandin · 9 years ago
  79. a3bedb7 use local statics for getUnoTunnelImplementationId by Jochen Nitschke · 9 years ago
  80. febbad7 cleanup unused css/frame/* includes by Jochen Nitschke · 9 years ago
  81. 567fe6d Translate and fix the from-German translation of "UNO binding" by Johnny_M · 9 years ago
  82. 39487b1 tdf#37859: Odb data copied to Calc showed wrong encoding in Windows by Julien Nabet · 9 years ago
  83. de8caac replace SVSTREAM_OK with ERRCODE_NONE by Noel Grandin · 9 years ago
  84. f41eea8 Improved loplugin:cstylecast to reference types: dbaccess by Stephan Bergmann · 9 years ago
  85. f749e7d typo: checkNotUninitilized->checkNotUninitialized by Julien Nabet · 9 years ago
  86. ff77fdb Improved loplugin:redundantcast const_cast handling: dbaccess by Stephan Bergmann · 9 years ago
  87. 7d81894 Improved loplugin:redundantcast static_cast handling: dbaccess by Stephan Bergmann · 9 years ago
  88. 1d857ca Fix typos by Andrea Gelmini · 9 years ago
  89. 307be8c clang-tidy readability-redundant-control-flow by Noel Grandin · 9 years ago
  90. 709040e remove duplicate 'using namespace' by Jochen Nitschke · 9 years ago
  91. 2ccde70 teach redundantcast plugin about functional casts by Noel Grandin · 9 years ago
  92. 182a62e Related tdf#108068: Retrieve error from Firebird engine by Julien Nabet · 9 years ago
  93. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  94. 39adbb9 Translate German comments and debug strings (leftovers in dirs d...) by Johnny_M · 9 years ago
  95. a0b93fe cleanup unused css/script/ includes by Jochen Nitschke · 9 years ago
  96. 5de6294 loplugin:stringcopy: dbaccess by Stephan Bergmann · 9 years ago
  97. fd00bd0 loplugin:unusedfields by Noel Grandin · 9 years ago
  98. 1807db2 DBACORE_RESSTRING can go now by Caolán McNamara · 9 years ago
  99. 32dc38e fix documentation now by Caolán McNamara · 9 years ago
  100. 4582acb remove some unnecessary locking by Noel Grandin · 9 years ago