1. 106ea87 Remove _TYPED suffix from tools/link.hxx macros by Stephan Bergmann · 10 years ago
  2. a8f206d loplugin:literaltoboolconversion by Stephan Bergmann · 10 years ago
  3. a8f32f3 Resolves: tdf#67555 writeFile honors ntfs symlinks as it turns out by Caolán McNamara · 10 years ago
  4. dd69131 we shouldn't need explicit lt_rtl_OUString, etc things anymore by Caolán McNamara · 10 years ago
  5. b647996 replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) by Michael Stahl · 10 years ago
  6. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  7. e3df93d return const& by Eike Rathke · 10 years ago
  8. d3351ca LanguageType is unsigned int16 by Eike Rathke · 10 years ago
  9. 1fe51b1 construct only when needed by Eike Rathke · 10 years ago
  10. 424d48d calling set::find() before set::insert() is unwise by Eike Rathke · 10 years ago
  11. 628bb5c pass the already available bcp47 string instead of yet another conversion by Eike Rathke · 10 years ago
  12. 9a2d6e7 Related: tdf#83376 fallback to known in linguistic context is wrong, always. by Eike Rathke · 10 years ago
  13. 0431118 Resolves: tdf#83376 do not let linguistic tools fall back to known languages by Eike Rathke · 10 years ago
  14. 3e289cf use static LanguageTag::convertTo...() instead of LanguageTag().get...() by Eike Rathke · 10 years ago
  15. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  16. 938821f new loplugin overrideparam by Noel Grandin · 10 years ago
  17. 6e72f02 new loplugin unnecessary override by Noel Grandin · 10 years ago
  18. 7855ea4 remove comphelper::string::remove by Noel Grandin · 10 years ago
  19. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  20. d3c96c9 Fix typos by Andrea Gelmini · 10 years ago
  21. 272a8af convert more DBG_ASSERT(false to SAL_WARN by Noel Grandin · 10 years ago
  22. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  23. 74713b3 loplugin:unusedmethods by Noel Grandin · 10 years ago
  24. 808c2b9 loplugin:unusedmethods in l10ntools to lotuswordpro by Noel Grandin · 10 years ago
  25. 3742748 Fix typos by Andrea Gelmini · 10 years ago
  26. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  27. 91adb92 clang-tidy modernize-loop-convert in h-l/* by Noel Grandin · 10 years ago
  28. 99b05d1 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  29. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  30. 62633df clang-tidy performance-unnecessary-value-param in various by Noel Grandin · 10 years ago
  31. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  32. d84ef73 tdf#94306 replace boost::noncopyable ... by Jochen Nitschke · 10 years ago
  33. 8d1bc50 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  34. 931d003 tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals by Rohan Kumar · 10 years ago
  35. f7a75a6 cleanup: remove unused Reference.h(xx) includes by Jochen Nitschke · 10 years ago
  36. 46b4634 sequence->vector in linguistic by Noel Grandin · 10 years ago
  37. 6439005 use SAL_N_ELEMENTS more widely by Noel Grandin · 10 years ago
  38. 9b1307f Avoid reserved identifiers by Stephan Bergmann · 10 years ago
  39. 1e50951 loplugin:constantparam in linguistic by Noel Grandin · 10 years ago
  40. 60d9002 tdf#97179: do not suggest 1-letter custom dictionary words by László Németh · 10 years ago
  41. 0f8ec30 [API CHANGE] add operator==/!= to UNO structs by Noel Grandin · 10 years ago
  42. a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
  43. 534b2a4 Fix typos by Andrea Gelmini · 10 years ago
  44. 1ef9f39 unnecessary use of OUString constructor by Noel Grandin · 10 years ago
  45. 752cd07 InterfaceContainer2 with vector instead of Sequence by Noel Grandin · 10 years ago
  46. 602a649 loplugin:unusedmethods unused return value in l10ntools,linguistic by Noel Grandin · 10 years ago
  47. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  48. 1b80ad7 loplugin:unusedfields in lingu,lotuswordpro,mysqlc by Noel Grandin · 10 years ago
  49. ec3f724 loplugin:unusedfields by Noel Grandin · 10 years ago
  50. 2554efa use comphelper::containerToSequence by Noel Grandin · 10 years ago
  51. 21a9bc8 no need to take a mutex when only dealing with stack-local data by Noel Grandin · 10 years ago
  52. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  53. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  54. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  55. a31b4f4 Missing includes by Stephan Bergmann · 10 years ago
  56. 44d3577 linguistic: boost::ptr_vector->std::vector<std::unique_ptr> by Noel Grandin · 10 years ago
  57. 53a2e93 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  58. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  59. 5adadc5 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  60. 3f50c6e0 java: remove ((unnecessary)) parentheses by Noel Grandin · 10 years ago
  61. fcb8df3 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  62. 20635ed9 Reduce scope of #include <tools/stream.hxx> by Matteo Casalin · 10 years ago
  63. 0c86343 com::sun::star->css in linguistic by Noel Grandin · 10 years ago
  64. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  65. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  66. 3be460b clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  67. dee4645 loplugin:mergeclasses by Noel Grandin · 11 years ago
  68. 9956b99 Fix typos by Andrea Gelmini · 11 years ago
  69. c881e20 include algorithm for std::min/max by Caolán McNamara · 11 years ago
  70. eaf2c27 boost->std by Caolán McNamara · 11 years ago
  71. f89475c clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  72. a6050c3 Clean up aEmpty by Stephan Bergmann · 11 years ago
  73. 5a2d6bf linguistic: tdf#88206 replace cppu::WeakImplHelper* by Takeshi Abe · 11 years ago
  74. c85cda1 loplugin: defaultparams by Noel Grandin · 11 years ago
  75. c29e194 no need to redeclare these constants with slightly different names by Noel Grandin · 11 years ago
  76. a111044 loplugin:unusedmethods linguistic by Noel Grandin · 11 years ago
  77. bfc8185 Revert "Revert "Wrong comment with 'sal_True' instead of 'true'"" by Stephan Bergmann · 11 years ago
  78. 5d5dc05 Fix typos by Andrea Gelmini · 11 years ago
  79. 93e8257 coverity#1308449 Uncaught exception by Caolán McNamara · 11 years ago
  80. 4af4d48 coverity#1308446 Uncaught exception by Caolán McNamara · 11 years ago
  81. e32f18a loplugin:stringconstant: handle OUString+=OUString(literal) by Stephan Bergmann · 11 years ago
  82. 2a65bf3 Revert "Typo: iff->if" by Julien Nabet · 11 years ago
  83. 262dbab Revert "Wrong comment with 'sal_True' instead of 'true'" by Julien Nabet · 11 years ago
  84. abd7ad8 Wrong comment with 'sal_True' instead of 'true' by Julien Nabet · 11 years ago
  85. cf92da3 Typo: iff->if by Julien Nabet · 11 years ago
  86. aade275 Fix typos by Andrea Gelmini · 11 years ago
  87. dcf6abf cppcheck:unreadVariable by Noel Grandin · 11 years ago
  88. 1f408db Fix typos by Andrea Gelmini · 11 years ago
  89. 3754474 Typos by Julien Nabet · 11 years ago
  90. c78c044 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  91. 801b982 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  92. c9b4c56 Use typed Idle::SetIdleHdl Link by Stephan Bergmann · 11 years ago
  93. 332f662 drop useless debugging stuff by Caolán McNamara · 11 years ago
  94. 62eebc0 drop useless debugging stuff by Caolán McNamara · 11 years ago
  95. d1ca0f4 Bin some pointless comments and reduce some vertical whitespace by Tor Lillqvist · 11 years ago
  96. d6550ca Fix sal_Int16 var initialization by Stephan Bergmann · 11 years ago
  97. 2227bcc Fix sal_Bool -> bool assignment by Stephan Bergmann · 11 years ago
  98. e19cd84 Rephrase comparisons between bool and sal_Bool by Stephan Bergmann · 11 years ago
  99. 64fd710 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  100. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago