1. e15fc69 loplugin:redundantcast: redundant static_casts in basctl by Stephan Bergmann · 10 years ago
  2. 580c0f5 loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  3. aee4986 tdf#100726: Improve readability of OUString concatenations by Arnold Dumas · 10 years ago
  4. 66576fc SfxModule to use initializer_list instead of variadic arguments by Mark Page · 10 years ago
  5. f904bd5 loplugin:stringconcat by Stephan Bergmann · 10 years ago
  6. d5784e9 Improve readability of OUString concatanation in LibPage by Muhammet Kara · 10 years ago
  7. 920d446 loplugin:singlevalfields in vcl(part1) by Noel Grandin · 10 years ago
  8. 2b7109a loplugin:singlevalfields in basctl by Noel Grandin · 10 years ago
  9. 456902a Improve readability of OUString concatanation in LocalizationMgr by Muhammet Kara · 10 years ago
  10. aa0d053 tdf#97527 - vcl: reference-count Menu by Noel Grandin · 10 years ago
  11. fbed985 Fixed a typo where highlighting was highlightning by Gökhan Gurbetoğlu · 10 years ago
  12. 9f4e283 loplugin:sallogareas by Noel Grandin · 10 years ago
  13. ab10f9f convert DBG_ASSERT(false, to SAL_WARN( by Noel Grandin · 10 years ago
  14. c0d7dfa BASIC : Add SbModule::FindMethod by Arnaud Versini · 10 years ago
  15. dfa8ece Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"" by Noel Grandin · 10 years ago
  16. abde31a Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag" by Noel Grandin · 10 years ago
  17. e319ef1 Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag by Mark Page · 10 years ago
  18. 9f138ff remove unused constants in HRC files by Noel Grandin · 10 years ago
  19. fa135fd remove unused SID constants and associated code by Noel Grandin · 10 years ago
  20. b860b73 Convert VCL_MESSAGE to scoped enum by Noel Grandin · 10 years ago
  21. c47b170 Convert SelectionMode to scoped enum by Noel Grandin · 10 years ago
  22. f107d45 Convert SbxClassType to scoped enum by Noel Grandin · 10 years ago
  23. 2383d55 clang-tidy misc-unused-alias-decls by Noel Grandin · 10 years ago
  24. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  25. d96c114 clang-tidy modernize-make-shared by Noel Grandin · 10 years ago
  26. 9850558 Give unique, comprehensible names to idles tdf#97087 by Muhammet Kara · 10 years ago
  27. 71c4a2b mpDefDialogParent is not used since 2002 by Caolán McNamara · 10 years ago
  28. 9c12177 Add SAL_FALLTHROUGH, where apparently appropriate by Stephan Bergmann · 10 years ago
  29. c06be53 connectivity: replace boost::remove_reference with std::remove_reference by Michael Stahl · 10 years ago
  30. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  31. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  32. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  33. 4f92eb7 Resolves: tdf#99425 crash when closing dialog editor by Caolán McNamara · 10 years ago
  34. 8762aa9 clang-tidy modernize-loop-convert in b* by Noel Grandin · 10 years ago
  35. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  36. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  37. a6af1b5 Remove the hardly used SyntaxLineSet typedef by Ryan McCoskrie · 10 years ago
  38. 60b61b7 tdf#97380: don't destroy completely window when replace dialog by Julien Nabet · 10 years ago
  39. 5b72c4c basctl: prefix some members by Julien Nabet · 10 years ago
  40. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  41. ec1ddec Avoid reserved identifier by Stephan Bergmann · 10 years ago
  42. 58ecaf1 Get rid of _SVX_NOIDERESIDS by Stephan Bergmann · 10 years ago
  43. 48b8898 clang-tidy performance-unnecessary-value-param in basctl by Noel Grandin · 10 years ago
  44. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  45. b4ddacb fix copy assignment signatures by Jochen Nitschke · 10 years ago
  46. db43ef0 sequence->vector in xmlscript by Noel Grandin · 10 years ago
  47. 03d3506 cppcheck: noExplicitConstructor by Caolán McNamara · 10 years ago
  48. 8c2f2e1 tdf#94306 replace boost::noncopyable in .. by Jochen Nitschke · 10 years ago
  49. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  50. 0b8e5ca tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  51. ef97576 tdf#97525 vcl: make DeletionListener internal by Jochen Nitschke · 10 years ago
  52. 51d7f46 sfx2: make SfxDispatcher::Execute() less variadic ... by Michael Stahl · 10 years ago
  53. 1aa4df6 use SAL_N_ELEMENTS in for loops by Noel Grandin · 10 years ago
  54. ba0a866 tdf#96505: fix wrong SfxDispatcher::Execute calls ... by Michael Stahl · 10 years ago
  55. c92d886 loplugin:constantparam in basctl by Noel Grandin · 10 years ago
  56. c91b103 convert SvButtonState to scoped enum by Noel Grandin · 10 years ago
  57. 0008c67 drop unused params from SvLBoxItem and all it's subclasses by Noel Grandin · 10 years ago
  58. db93b92 loplugin:constantparam in sfx2 by Noel Grandin · 10 years ago
  59. 8ca50d2 loplugin:constantparam in tools by Noel Grandin · 10 years ago
  60. b47cb64 loplugin:constantparam by Noel Grandin · 10 years ago
  61. eda24592 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  62. 5b3f84c Resolves: tdf#95428 backspace in readonly macro editor hangs by Caolán McNamara · 10 years ago
  63. 5c1c8f53 loplugin:constantparam in basctl by Noel Grandin · 10 years ago
  64. 3c84fd2 drop now-needless deps by David Tardon · 10 years ago
  65. 6ea8411 remove remaining uses of gb_SrsTemplateTarget_get_target by David Tardon · 10 years ago
  66. 5ea0d6b these ResIds are used solely for their number by now by Caolán McNamara · 10 years ago
  67. 57d0caa tdf#96505 Remove long integer literal specifier when not needed by Aleksas Pantechovskis · 10 years ago
  68. 5adde1b loplugin:unuseddefaultparams various by Noel Grandin · 10 years ago
  69. f163745 convert HighlighterLanguage to scoped enum by Noel Grandin · 10 years ago
  70. a5e53f9 convert TokenTypes to scoped enum by Noel Grandin · 10 years ago
  71. 144546b tdf#93837 Convert RID_POPUP_DLGED to xml by Maxim Monastirsky · 10 years ago
  72. 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
  73. 2b31daf tdf#95857 Sort out German plurals ... by danielt998 · 10 years ago
  74. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  75. 01aa78c vcl: cmdevt.[hc]xx -> commandevent.[hc]xx by Chris Sherlock · 10 years ago
  76. 8a79d04 remove unused HelpText attribute from *.sdi files by Noel Grandin · 10 years ago
  77. aa9b67d remove unnecessary module GUIDs in *.sdi files by Noel Grandin · 10 years ago
  78. 249e3d6 vcl: split exception types from input types by Chris Sherlock · 10 years ago
  79. 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
  80. 1149040 remove unused UUID and VERSION from .SDI files by Noel Grandin · 10 years ago
  81. fd97858 remove unused Automation from .SDI files by Noel Grandin · 10 years ago
  82. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  83. 98c3436 boost::hash->std::hash by Noel Grandin · 10 years ago
  84. 83b9c51 sequence->vector in PrinterOptionsHelper by Noel Grandin · 10 years ago
  85. d1a49df vcl: add text alignment functions to ImplFont and FontAttributes by Chris Sherlock · 10 years ago
  86. cd5431c Unwind trivial AccessibleExtendedComponentHelper_BASE typedefs by Stephan Bergmann · 10 years ago
  87. 867af25 tdf#96683 Move tabs in Basic IDE to an own row by Samuel Mehrbrodt · 10 years ago
  88. 6fe8925 basebmp now only used from vcl/headless code by Caolán McNamara · 10 years ago
  89. a7f6efc loplugin: unused return values by Noel Grandin · 10 years ago
  90. 1b29989 drawmodes header gone by Caolán McNamara · 10 years ago
  91. 28c96fc vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  92. 45654a1 revert vcl patch series that brok Mac and Windows by Norbert Thiebaud · 10 years ago
  93. 1ae5cec BASIC : Remove useless methods in StarBasic by Arnaud Versini · 10 years ago
  94. 2b29711 vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  95. 9ff5abf loplugin:privatebase: Make derivation from noncopyable explicitly private by Stephan Bergmann · 10 years ago
  96. 1b26a4e loplugin:unusedmethods unused return value in basctl by Noel Grandin · 10 years ago
  97. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  98. 5e0d36a BASIC : use std::vector instead of SbArray for Modules. by Arnaud Versini · 10 years ago
  99. 5b22663 Make SotFactory private to sot/ and clean a bit by Matúš Kukan · 10 years ago
  100. fbec6ac Fix typos by Andrea Gelmini · 10 years ago