1. 7cf9028 loplugin:unnecessaryoverride in forms/framework by Noel Grandin · 10 years ago
  2. 954f752 convert MapUnit to scoped enum by Noel Grandin · 10 years ago
  3. 106ea87 Remove _TYPED suffix from tools/link.hxx macros by Stephan Bergmann · 10 years ago
  4. f0249a8 Fix typos by Andrea Gelmini · 10 years ago
  5. d9da9a6 Drop redundant cast by Takeshi Abe · 10 years ago
  6. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  7. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  8. 774d2a9 loplugin:constantparam in extensions..lotuswordpro by Noel Grandin · 10 years ago
  9. a6bc2ac coverity#1372386 Uncaught exception by Caolán McNamara · 10 years ago
  10. 107e598 default dtors are fine here by Caolán McNamara · 10 years ago
  11. 1a212ef loplugin:stringconstant: adapt to improved OUStringLiteral1 (forms) by Stephan Bergmann · 10 years ago
  12. 33b3808 put StreamMode masks in scope of enum class by Jochen Nitschke · 10 years ago
  13. 674e0f0b tdf#100726 - Improve readability of OUString concatanations by Gökhan Gurbetoğlu · 10 years ago
  14. 221a176 tdf#89329: use unique_ptr for pImpl in richtextvclcontrol by Arnold Dumas · 10 years ago
  15. 396138a Resolves: coverity#705366 Mixing enum types by Caolán McNamara · 10 years ago
  16. 430b93f convert SvxEscapement to scoped enum by Noel Grandin · 10 years ago
  17. 42ab2cf convert SvxLineSpace to scoped enum by Noel Grandin · 10 years ago
  18. a49eeec convert SvxInterLineSpaceRule to scoped enum by Noel Grandin · 10 years ago
  19. 8806a86 loplugin:unusedenumconstants in forms..sot by Noel Grandin · 10 years ago
  20. b4e1226 loplugin:countusersofdefaultparams in editeng..fpicker by Noel Grandin · 10 years ago
  21. 36313d9 improve unnecessaryoverride plugin by Noel Grandin · 10 years ago
  22. 018e893 Improve loplugin:unnecessaryoverride by Stephan Bergmann · 10 years ago
  23. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  24. d4c576f loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  25. cd71034 comphelper::OBaseMutex -> cppu::BaseMutex by Noel Grandin · 10 years ago
  26. 41051eb Localize error message in ODataTypeRepository by Muhammet Kara · 10 years ago
  27. 42486dd move #includes to top of file by Noel Grandin · 10 years ago
  28. ac265f6 Further clean-up by Stephan Bergmann · 10 years ago
  29. 9503a69 Remove unused template parameter by Stephan Bergmann · 10 years ago
  30. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  31. 033517b Remove unused includes by Stephan Bergmann · 10 years ago
  32. 82da3d9 loplugin:salbool: Implicit conversions from non-Boolean fundamental types by Stephan Bergmann · 10 years ago
  33. 9741e7a Clean up uses of Any::getValue() in forms by Stephan Bergmann · 10 years ago
  34. 6cd3882 remove some manual ref-counting in forms by Noel Grandin · 10 years ago
  35. 4cad126 split AddRemoveListener into two methods by Noel Grandin · 10 years ago
  36. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  37. d8545e7 Simplifiy unnecessary uses of int2enum by Stephan Bergmann · 10 years ago
  38. 51c8d22 tdf#93403 check for changed DataSource on all Controls on form reload by Lionel Elie Mamane · 10 years ago
  39. 850a8d2 Convert GRAPHIC to scoped enum by Noel Grandin · 10 years ago
  40. 2c8fe2e update unusedmethods plugin to deal with constructors by Noel Grandin · 10 years ago
  41. 1342818 convert SFXWB file dialog flags to scoped enum by Noel Grandin · 10 years ago
  42. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  43. 0f3ac23 Insert explicit "break" when falling through to empty next case by Stephan Bergmann · 10 years ago
  44. 1f7a31a Missing break in switch by Stephan Bergmann · 10 years ago
  45. 1408f39 fix windows build, ambiguous symbol by Noel Grandin · 10 years ago
  46. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  47. a05ab9e Remove unnecessary setBOOL, makeBoolAny by Stephan Bergmann · 10 years ago
  48. 506c929 Fix typos by Andrea Gelmini · 10 years ago
  49. 5e4fc95 clang-tidy modernize-loop-convert in f* by Noel Grandin · 10 years ago
  50. f91674b tdf#60418: improve perf of opening/closing odts with form tags by Aron Budea · 10 years ago
  51. 715d4d8 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  52. be48e04 Elide const vars by Stephan Bergmann · 10 years ago
  53. bfb185c loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  54. e2baeba loplugin:simplifybool by Stephan Bergmann · 10 years ago
  55. 322eaf8 cppcheck: silence known condition warning in forms by Jochen Nitschke · 10 years ago
  56. 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
  57. a8ba4a1 loplugin:passstuffbyref by Stephan Bergmann · 10 years ago
  58. 7ae2326 tdf#95845 Use CommandInfoProvider in forms by Samuel Mehrbrodt · 10 years ago
  59. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  60. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  61. c03a11b tdf#97087 Give comprehensible names to timers by Muhammet Kara · 10 years ago
  62. ea99392 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  63. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  64. d84ef73 tdf#94306 replace boost::noncopyable ... by Jochen Nitschke · 10 years ago
  65. 9866efe loplugin:constantparam by Noel Grandin · 10 years ago
  66. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  67. 929eab2 sequence->vector in forms by Noel Grandin · 10 years ago
  68. 20ba5d4 tdf#97966 Drop 'static' keywords by Wastack · 10 years ago
  69. aec2477 loplugin:constantparam in forms by Noel Grandin · 10 years ago
  70. 218cd09 inline some use-once macros by Noel Grandin · 10 years ago
  71. b430ec9 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  72. ce549d2 tdf#97966: Remove 'static' keywords by Wastack · 10 years ago
  73. 9039ba7 loplugin:constantparam in forms by Noel Grandin · 10 years ago
  74. b0e18a6 loplugin:unuseddefaultparam in forms by Noel Grandin · 10 years ago
  75. c094049 use SearchOptions2 by Eike Rathke · 10 years ago
  76. ccb8b83 convert FilterComponent to scoped enum by Noel Grandin · 10 years ago
  77. bf7690b convert EComposeRule to scoped enum by Noel Grandin · 10 years ago
  78. c45d3ba new loplugin: commaoperator by Noel Grandin · 10 years ago
  79. db80671 loplugin:write only fields by Noel Grandin · 10 years ago
  80. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  81. 538f276 Formatting changes across all modules by Chris Sherlock · 10 years ago
  82. 88730cd vcl: bmpacc.hxx -> bitmapaccess.hxx by Chris Sherlock · 10 years ago
  83. 249e3d6 vcl: split exception types from input types by Chris Sherlock · 10 years ago
  84. 599f0cb interface to new XTextSearch2 with SearchOptions2, tdf#72196 by Eike Rathke · 10 years ago
  85. 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
  86. 697d445 vcl: take into account the font width is the average font width by Chris Sherlock · 10 years ago
  87. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  88. 5659b68 vcl: rename Font::GetFamily to Font::GetFamilyType by Chris Sherlock · 10 years ago
  89. cb20f46 vcl: change Font::SetName() to Font::SetFamilyName() by Chris Sherlock · 10 years ago
  90. 28c96fc vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  91. 45654a1 revert vcl patch series that brok Mac and Windows by Norbert Thiebaud · 10 years ago
  92. f99550d vcl: change Font::SetName() to Font::SetFamilyName() by Chris Sherlock · 10 years ago
  93. 2b29711 vcl: rename Font::GetName to Font::GetFamilyName by Chris Sherlock · 10 years ago
  94. 608dee4 loplugin:privatebase: Make various derivations public by Stephan Bergmann · 10 years ago
  95. aa4dc89 loplugin:unusedmethods unused return value in forms by Noel Grandin · 10 years ago
  96. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  97. 5b339db loplugin:unusedfields in forms by Noel Grandin · 10 years ago
  98. e2ed122 coverity#1343619 Unchecked return value by Caolán McNamara · 10 years ago
  99. ea297dd use comphelper::containerToSequence() by Noel Grandin · 10 years ago
  100. ec3f724 loplugin:unusedfields by Noel Grandin · 10 years ago