1. 35974df Fix typos by Andrea Gelmini · 9 years ago
  2. 713c80b Fix typos by Andrea Gelmini · 9 years ago
  3. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  4. d5630ad loplugin:checkunusedparams in various by Noel Grandin · 9 years ago
  5. 3dcf6df remove unnecessary use of 'this->' by Noel Grandin · 9 years ago
  6. 76badca loplugin:constparams in extensions,scripting,sdext by Noel Grandin · 9 years ago
  7. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  8. f74da13 use more comphelper::InitAnyPropertySequence by Noel Grandin · 9 years ago
  9. 182a74d de-hrc various things by Caolán McNamara · 9 years ago
  10. 3964408 loplugin:constparams in sdext by Noel Grandin · 9 years ago
  11. d7e06e4 use more OUString::operator== in scaddins..sdext by Noel Grandin · 9 years ago
  12. 833d376 loplugin:oncevar: empty strings: sdext by Stephan Bergmann · 9 years ago
  13. 05f47e6 replace 'resize(size+1)' with emplace_back by Noel Grandin · 9 years ago
  14. 7de833a simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) by Noel Grandin · 9 years ago
  15. 20571c4 use more range-for on uno::Sequence by Noel Grandin · 9 years ago
  16. 4250b25 teach unnecessaryparen loplugin about identifiers by Noel Grandin · 9 years ago
  17. 8c77b56 use OString::operator== in preference to ::equals by Noel Grandin · 9 years ago
  18. d4ffca1 loplugin:unnecessaryparen by Stephan Bergmann · 9 years ago
  19. 2a1a960 loplugin:unusedfields in sd by Noel Grandin · 9 years ago
  20. ec01462 loplugin:casttovoid: sdext by Stephan Bergmann · 9 years ago
  21. da00de7 Text::Paint rOffset parameter is unused by Stephan Bergmann · 9 years ago
  22. 7d72ddb StyleAssociationContainer::ProcessStyleAssociation rReadContext unused by Stephan Bergmann · 9 years ago
  23. 82ce03d PresenterTheme::Theme::ProcessFont rReadContext parameter is unused by Stephan Bergmann · 9 years ago
  24. 64d2019 PresenterSlideSorter::SetActiveState does nothing by Stephan Bergmann · 9 years ago
  25. 2c355e3 Remove unused ItemProcessor argument by Stephan Bergmann · 9 years ago
  26. 94bfb93 PresenterPaneBorderPainter::Renderer::PaintBitmap rpBackgroundBitmap is unused by Stephan Bergmann · 9 years ago
  27. 766cd45 PresenterPaneBase::PaintBorderBackground does nothing by Stephan Bergmann · 9 years ago
  28. 2fb2d6e loplugin:oncevar in scaddins..sot by Noel Grandin · 9 years ago
  29. 66efe63 loplugin:unusedfields in sdext by Noel Grandin · 9 years ago
  30. 5286326 convert ErrCode to strong typedef by Noel Grandin · 9 years ago
  31. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  32. febbad7 cleanup unused css/frame/* includes by Jochen Nitschke · 9 years ago
  33. 027b25e use comphelper::InitPropertySequence in more places by Noel Grandin · 9 years ago
  34. 16ce815 cppcheck: knownConditionTrueFalse by Jochen Nitschke · 9 years ago
  35. 8301695 Improved loplugin:redundantcast, const/static_cast combinations: sdext by Stephan Bergmann · 9 years ago
  36. 0f29813 sdext: coverity#1409900 Uncaught exception by Michael Stahl · 9 years ago
  37. 15b033d rhbz#1425304 sdext: join TimerScheduler thread before shutdown by Michael Stahl · 9 years ago
  38. 8f999d65 cleanup unused css/animations/ and css/presentation/ includes by Jochen Nitschke · 9 years ago
  39. a0b93fe cleanup unused css/script/ includes by Jochen Nitschke · 9 years ago
  40. 98c4cd3 loplugin:unusedfields improve write-only analysis by Noel Grandin · 9 years ago
  41. 32cb376 Resolves: tdf#107812 add check for -Oblique by Caolán McNamara · 9 years ago
  42. 7e21f3d tdf#107823: missing buttons in Presentation Minimizer by Julien Nabet · 9 years ago
  43. 389da66 remove unused uno::Reference vars 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. 719a2ad remove unnecessary empty OUString fields and vars by Noel Grandin · 9 years ago
  47. 185ed3d teach loplugin:constantparam about simple constructor calls by Noel Grandin · 9 years ago
  48. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  49. 17ecba5 tdf#43157: convert sdext codebase away from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  50. 867882b loplugin:salunicodeliteral: sdext by Stephan Bergmann · 9 years ago
  51. dbd1962 loplugin:cppunitassertequals: sdext by Stephan Bergmann · 9 years ago
  52. 1f111de sdext: fix loplugin:stringconcat warning by Miklos Vajna · 9 years ago
  53. 34bdbce can detangle the sdext graphic resource now by Caolán McNamara · 9 years ago
  54. f9f045e78 tools: move errcode.hxx to the vcl module by Chris Sherlock · 9 years ago
  55. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  56. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  57. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  58. 0514442 no need to use OUStringToOString in SAL_INFO by Noel Grandin · 9 years ago
  59. d373d996 Improved loplugin:redundantcast, static_cast on arithmetic types: sdext by Stephan Bergmann · 9 years ago
  60. 5d0e485 use actual UNO enums in reportdesign..svtools by Noel Grandin · 9 years ago
  61. b958eae Fix typos by Andrea Gelmini · 9 years ago
  62. 6291574 Remove unused #include <ctype.h> by Stephan Bergmann · 9 years ago
  63. 8f0e7b3 just make the VirtualDevice a parser member by Caolán McNamara · 9 years ago
  64. 51d9963 Fix typos by Andrea Gelmini · 9 years ago
  65. 386e38b loplugin:sallogareas by Stephan Bergmann · 9 years ago
  66. 198c41c new loplugin unoany by Noel Grandin · 9 years ago
  67. 36a5d94 loplugin:loopvartoosmall by Stephan Bergmann · 9 years ago
  68. cffa23b fix crash in pdfimport by Markus Mohrhard · 9 years ago
  69. 3a74745 vector::data seems more natural than &vector::front by Caolán McNamara · 9 years ago
  70. a3f2bf6 change intervall -> interval by David Tardon · 9 years ago
  71. 1c03908 loplugin:subtlezeroinit: sdext by Stephan Bergmann · 9 years ago
  72. 948555c PaneDescriptor::mbNeedsClipping is never read by Stephan Bergmann · 9 years ago
  73. 7a350ce remove unused Right from Anchor enum by Noel Grandin · 9 years ago
  74. 20c43a2 "Unicode" is a proper noun and should not be used in plural by Tor Lillqvist · 9 years ago
  75. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  76. 1c3e84d teach lolugin:stringconstant about calling constructors by Noel Grandin · 9 years ago
  77. 62c063d tdf#105536: PDF image should be v-flipped unconditionally by Mike Kaganski · 9 years ago
  78. f1d83ac loplugin:stringconstant check for unnecessary OUString constructor.. by Noel Grandin · 9 years ago
  79. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  80. 4fabc23 loplugin: unnecessary destructor scaddins..sdext by Noel Grandin · 9 years ago
  81. d8aa450 tdf#105382 Set URL-decoded default filename for minimized presentation by Takeshi Abe · 9 years ago
  82. 920f1dd New loplugin:dynexcspec: Add @throws documentation, sdext by Stephan Bergmann · 9 years ago
  83. 88c755e new loplugin: useuniqueptr: sdext by Noel Grandin · 9 years ago
  84. 584262f loplugin:stringconstant: handle OStringBuffer::append by Stephan Bergmann · 9 years ago
  85. e838e36 Some loplugin:conststringvar/stringconstant improvements: sdext by Stephan Bergmann · 9 years ago
  86. 0999f64 New loplugin:conststringvar: sdext by Stephan Bergmann · 9 years ago
  87. 86dfe77 New loplugin:externvar: sdext by Stephan Bergmann · 9 years ago
  88. fe9a5a4 ODR violation (base class must be the same across compilation units) by Stephan Bergmann · 9 years ago
  89. 872cf48 Revert "verify SolarMutex when ref-counting VclPtr" series by Noel Grandin · 9 years ago
  90. 3a705ab OSL_TRACE->SAL in avmedia..canvas by Noel Grandin · 9 years ago
  91. 02ed192 OSL_TRACE->SAL in sd..sdext by Noel Grandin · 9 years ago
  92. e794ce1 verify that we hold the SolarMutex when ref-counting VclPtr by Noel Grandin · 9 years ago
  93. 4586cc8 loplugin:unnecessaryoverride (dtors) in sdext by Stephan Bergmann · 9 years ago
  94. f6d2ff1 presenter console: fix STL assert when exiting slide show by Michael Stahl · 9 years ago
  95. e74e958 spelling mutext->mutex by Noel Grandin · 9 years ago
  96. 0a3eaf9 loplugin:unnecessaryvirtual in sd..sdext by Noel Grandin · 9 years ago
  97. 7abd369 loplugin:unusedmethods by Noel Grandin · 9 years ago
  98. b1f8cf3 loplugin:singlevalfields by Noel Grandin · 9 years ago
  99. 8826771 style fixes for cppcheck noExplicitConstructor by Jochen Nitschke · 9 years ago
  100. 9bdec08 loplugin:oncevar in sd..svgio by Noel Grandin · 9 years ago