1. 9bfd742 loplugin:unusedmethods by Noel Grandin · 9 years ago
  2. 8681bd3 Close already calls unlockFile by Markus Mohrhard · 9 years ago
  3. f7eb8ae Fix typos by Andrea Gelmini · 9 years ago
  4. 6291574 Remove unused #include <ctype.h> by Stephan Bergmann · 9 years ago
  5. 692424b No need for a temporary OString here by Stephan Bergmann · 9 years ago
  6. bd55616 Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) by Stephan Bergmann · 9 years ago
  7. 4f0b2266 check for overflow in multiply by Caolán McNamara · 9 years ago
  8. 7778d9f51 Prevent calls to rtl/character.hxx functions with (signed) char arguments by Stephan Bergmann · 9 years ago
  9. 7299481 loplugin:redundantcast find redundant c-style enum casts by Noel Grandin · 9 years ago
  10. 3ff957b duplicate rational::operator*= into tools by Caolán McNamara · 9 years ago
  11. b24a9f8 make o3tl::strong_int constructor explicit by Noel Grandin · 9 years ago
  12. 4eda033 ofz#853 oom in svm by Caolán McNamara · 9 years ago
  13. ee555c8 merge these similar buffer flushes together by Caolán McNamara · 9 years ago
  14. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  15. 9e74b1b3 readonly SvMemoryStream shouldn't allow resize by Caolán McNamara · 9 years ago
  16. 74d20cc ReAllocateMemory mustn't delete data it doesn't own by Caolán McNamara · 9 years ago
  17. 446568b Fix typos by Andrea Gelmini · 9 years ago
  18. aacaacc ofz: Z_NEED_DICT is unsupported by Caolán McNamara · 9 years ago
  19. d3b0b15 Avoid -fsanitize=null by Stephan Bergmann · 9 years ago
  20. b100342 Remove odd check that writeUInt32 indeed writes four bytes by Stephan Bergmann · 9 years ago
  21. 4be9c68 loplugin:loopvartoosmall by Stephan Bergmann · 9 years ago
  22. 5c99f2c Move INetMIME::getHexDigit(int to its only place of use by Stephan Bergmann · 9 years ago
  23. 0649622 loplugin:unusedmethods by Noel Grandin · 9 years ago
  24. fb896eb Remove wrong and broken encoding from INetMIMEMessage::SetHeaderField_Impl by Stephan Bergmann · 9 years ago
  25. 266e7ab Use more appropriate function name by Stephan Bergmann · 9 years ago
  26. b8d8fb3 convert EncodedWordState to scoped enum by Noel Grandin · 9 years ago
  27. 2af4221 tdf#103221 recoded clear if-else sequence by Fakabbir Amin · 9 years ago
  28. 2b70fb5 Use o3tl::strong_int on RESOURCE_TYPE by Noel Grandin · 9 years ago
  29. e2e76df create strong_int template and use it in tools::UniqueIndex by Noel Grandin · 9 years ago
  30. 20c43a2 "Unicode" is a proper noun and should not be used in plural by Tor Lillqvist · 9 years ago
  31. 6e12729 remove unused enumerator from EncodedWordState by Noel Grandin · 9 years ago
  32. 486d636 remove unused enumerators from PolyClipOp by Noel Grandin · 9 years ago
  33. bcad173 Reapply "create ErrorHandlerFlags scoped enum for error handling flags"" by Noel Grandin · 9 years ago
  34. ff82f13 drop unused error strings by Caolán McNamara · 9 years ago
  35. 653e181 Revert "remove ugly operator* in DynamicErrorInfo" by Michael Stahl · 9 years ago
  36. 32cae6a Revert "create ErrorHandlerFlags scoped enum for error handling flags" by Michael Stahl · 9 years ago
  37. 05e78bd create ErrorHandlerFlags scoped enum for error handling flags by Noel Grandin · 9 years ago
  38. b5e3f8a remove ugly operator* in DynamicErrorInfo by Noel Grandin · 9 years ago
  39. 4978328 convert method names in tools::SvRef to be more like our other.. by Noel Grandin · 9 years ago
  40. 2489000 loplugin:useuniqueptr extend to check local vars by Noel Grandin · 9 years ago
  41. 635d4b0 Clarify some INetURLObject::setExtension behavior by Stephan Bergmann · 9 years ago
  42. 0415cb3 new loplugin: useuniqueptr: sot..tools by Noel Grandin · 9 years ago
  43. e87071a replace boost::checked_deleter with std::default_delete by Jochen Nitschke · 9 years ago
  44. 0cee740 replace #ifdef SOLARIS with #ifdef __sun by Michael Stahl · 9 years ago
  45. 62a97e6 ofz#372 check if ImplSplit succeeded by Caolán McNamara · 9 years ago
  46. e5a5e3d Dispatch to platform-specific strm*.cxx directly in Library_tl.mk by Stephan Bergmann · 9 years ago
  47. f573de2 no need to wrap calls to SAL_INFO in #ifdef DBG_UTIL by Noel Grandin · 9 years ago
  48. d15b4e2 teach sallogareas plugin to catch inconsistencies by Noel Grandin · 9 years ago
  49. 554ff8e coverity#1371265 Missing move assignment operator by Caolán McNamara · 9 years ago
  50. a0ab0c7 CppunitTest_tools_test: fix loplugin:cppunitassertequals warnings by Miklos Vajna · 9 years ago
  51. e61521f OSL_TRACE -> SAL in sw..ucb by Noel Grandin · 9 years ago
  52. a08cb3b convert PolyFlags to scoped enum by Noel Grandin · 9 years ago
  53. 70f05aa convert PolyStyle to scoped enum by Noel Grandin · 9 years ago
  54. aa54f8a convert EscapeType to scoped enum by Noel Grandin · 9 years ago
  55. 50151db convert FSysStyle to o3tl::typed_flags by Noel Grandin · 9 years ago
  56. bfde486 convert DecodeMechanism to scoped enum by Noel Grandin · 9 years ago
  57. 8032151 convert INetURLObject::EncodeMechanism to scoped enum by Noel Grandin · 9 years ago
  58. bbda073 Use derived classes' methods instead of Pair::A/B by Mike Kaganski · 9 years ago
  59. 6c60aa3 introduce DBG_UNHANDLED_EXCEPTION_WHEN for calls with an explanatory message by Eike Rathke · 9 years ago
  60. b367c81d replace custom list with std::forward_list by Jochen Nitschke · 9 years ago
  61. e5c1e15 loplugin:expandablemethods in toolkit..tools by Noel Grandin · 9 years ago
  62. ece0ff4 loplugin:expandablemethodds in include/tools..unotools by Noel Grandin · 9 years ago
  63. 6132132 clang-cl loplugin: tools by Stephan Bergmann · 9 years ago
  64. 3abc986 GetAutoHelpId logically can only return an empty string now by Caolán McNamara · 9 years ago
  65. 540b7d3 drop RSC_DOCKINGWINDOW* by Caolán McNamara · 9 years ago
  66. 9f7f5b5 no numericfield, spinfield or spinbutton loaded from .src now by Caolán McNamara · 9 years ago
  67. cc58988 rename SetResMgr to ClearResMgr by Noel Grandin · 10 years ago
  68. 365d1ec no ComboBoxes loaded from .src anymore by Caolán McNamara · 9 years ago
  69. ed5ca17 tools: use rtl/character.hxx in tools/source/inet/inetmsg.cxx by Arnaud Versini · 9 years ago
  70. c65386c no radiobuttons or checkboxes loaded from src files anymore by Caolán McNamara · 9 years ago
  71. face6b6 TOOLS: Remove SvStream::ImpInit() by Arnaud Versini · 10 years ago
  72. 70abef4 no CheckBox loaded from src files anymore by Caolán McNamara · 9 years ago
  73. 18537bea don't call inflateEnd if inflateInit failed by David Tardon · 10 years ago
  74. 8e61b01 drop loading Colors from src files by Caolán McNamara · 10 years ago
  75. c8c4f28 no MetricFields are loaded from .src files now by Caolán McNamara · 10 years ago
  76. 8f62ca8 loplugin:countusersofdefaultparams in sw..vcl by Noel Grandin · 10 years ago
  77. c0c678e Add note that Rectangle::toString() format now has a stability requirement by Tor Lillqvist · 10 years ago
  78. 96e9ffa loplogin:singlevalfields in include/ by Noel Grandin · 10 years ago
  79. ab7d6b0 tools: SvFileStream::LockRange/UnlockRange take 64 bit positions by Michael Stahl · 10 years ago
  80. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  81. 85cf08c coverity#1371213 Missing move assignment operator by Caolán McNamara · 10 years ago
  82. 70986cc loplugin:stringconstant: adapt to improved OUStringLiteral1 (tools) by Stephan Bergmann · 10 years ago
  83. 8ae8e5d cid#1371171 Missing move assignment operator by Noel Grandin · 10 years ago
  84. 0157009 cid#1371160 Missing move assignment operator by Noel Grandin · 10 years ago
  85. 9870f02 loplugin:countusersofdefaultparams in tools..xmlsecurity by Noel Grandin · 10 years ago
  86. 7b2966d nBufSiz can be a non-class local constant by Matteo Casalin · 10 years ago
  87. 30d722a Reduce #include dependencies by Matteo Casalin · 10 years ago
  88. c9b4e29 loplugin:constparams in tools by Noel Grandin · 10 years ago
  89. f7b1cd6 Moved SfxModule owner to SfxApplication by Mark Page · 10 years ago
  90. f541b99 loplugin:nullptr: Better heuristic to determine code shared between C and C++ by Stephan Bergmann · 10 years ago
  91. 6d4f2dc Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendar by Eike Rathke · 10 years ago
  92. b6b34d5 Clarify calculation precedence tdf#39440 by Muhammet Kara · 10 years ago
  93. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  94. b5dfe9b Drop overflow warning that was produced repeatedly on Windows by Tor Lillqvist · 10 years ago
  95. 08fc0da tdf#75280 Cleaning up of sal_uIntPtr usage #1a by tymyjan · 10 years ago
  96. 9b9e5cf tdf#99589 - tolower / toupper - dangerous to Turks ... by Gökhan Gurbetoğlu · 10 years ago
  97. 27ecc40 improve formatting of DBG_UNHANDLED_EXCEPTION message by Noel Grandin · 10 years ago
  98. 272a8af convert more DBG_ASSERT(false to SAL_WARN by Noel Grandin · 10 years ago
  99. 3724a9f attempt to document the obscure MAX_DAYS value by Eike Rathke · 10 years ago
  100. a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago