1. 21a9bc8 no need to take a mutex when only dealing with stack-local data by Noel Grandin · 10 years ago
  2. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  3. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  4. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  5. a31b4f4 Missing includes by Stephan Bergmann · 10 years ago
  6. 44d3577 linguistic: boost::ptr_vector->std::vector<std::unique_ptr> by Noel Grandin · 10 years ago
  7. 53a2e93 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  8. 6c80a8f new loplugin: oncevar by Noel Grandin · 10 years ago
  9. 5adadc5 loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  10. 3f50c6e0 java: remove ((unnecessary)) parentheses by Noel Grandin · 10 years ago
  11. fcb8df3 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  12. 20635ed9 Reduce scope of #include <tools/stream.hxx> by Matteo Casalin · 10 years ago
  13. 0c86343 com::sun::star->css in linguistic by Noel Grandin · 10 years ago
  14. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  15. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  16. 3be460b clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  17. dee4645 loplugin:mergeclasses by Noel Grandin · 11 years ago
  18. 9956b99 Fix typos by Andrea Gelmini · 11 years ago
  19. c881e20 include algorithm for std::min/max by Caolán McNamara · 11 years ago
  20. eaf2c27 boost->std by Caolán McNamara · 11 years ago
  21. f89475c clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  22. a6050c3 Clean up aEmpty by Stephan Bergmann · 11 years ago
  23. 5a2d6bf linguistic: tdf#88206 replace cppu::WeakImplHelper* by Takeshi Abe · 11 years ago
  24. c85cda1 loplugin: defaultparams by Noel Grandin · 11 years ago
  25. c29e194 no need to redeclare these constants with slightly different names by Noel Grandin · 11 years ago
  26. a111044 loplugin:unusedmethods linguistic by Noel Grandin · 11 years ago
  27. bfc8185 Revert "Revert "Wrong comment with 'sal_True' instead of 'true'"" by Stephan Bergmann · 11 years ago
  28. 5d5dc05 Fix typos by Andrea Gelmini · 11 years ago
  29. 93e8257 coverity#1308449 Uncaught exception by Caolán McNamara · 11 years ago
  30. 4af4d48 coverity#1308446 Uncaught exception by Caolán McNamara · 11 years ago
  31. e32f18a loplugin:stringconstant: handle OUString+=OUString(literal) by Stephan Bergmann · 11 years ago
  32. 2a65bf3 Revert "Typo: iff->if" by Julien Nabet · 11 years ago
  33. 262dbab Revert "Wrong comment with 'sal_True' instead of 'true'" by Julien Nabet · 11 years ago
  34. abd7ad8 Wrong comment with 'sal_True' instead of 'true' by Julien Nabet · 11 years ago
  35. cf92da3 Typo: iff->if by Julien Nabet · 11 years ago
  36. aade275 Fix typos by Andrea Gelmini · 11 years ago
  37. dcf6abf cppcheck:unreadVariable by Noel Grandin · 11 years ago
  38. 1f408db Fix typos by Andrea Gelmini · 11 years ago
  39. 3754474 Typos by Julien Nabet · 11 years ago
  40. c78c044 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  41. 801b982 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  42. c9b4c56 Use typed Idle::SetIdleHdl Link by Stephan Bergmann · 11 years ago
  43. 332f662 drop useless debugging stuff by Caolán McNamara · 11 years ago
  44. 62eebc0 drop useless debugging stuff by Caolán McNamara · 11 years ago
  45. d1ca0f4 Bin some pointless comments and reduce some vertical whitespace by Tor Lillqvist · 11 years ago
  46. d6550ca Fix sal_Int16 var initialization by Stephan Bergmann · 11 years ago
  47. 2227bcc Fix sal_Bool -> bool assignment by Stephan Bergmann · 11 years ago
  48. e19cd84 Rephrase comparisons between bool and sal_Bool by Stephan Bergmann · 11 years ago
  49. 64fd710 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  50. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  51. 00a1f20 linguistic: try to avoid crash with null LngSvcMgr::pAvailGrammarSvcs by Michael Stahl · 11 years ago
  52. 3516371 loplugin:staticmethods by Noel Grandin · 11 years ago
  53. 79b2059 convert CapType to scoped enum by Noel Grandin · 11 years ago
  54. 704edbf convert DIC_ERR_ constants to scoped enum by Noel Grandin · 11 years ago
  55. 6bf9434 convert PATH_FLAG to scoped enum by Noel Grandin · 11 years ago
  56. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  57. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  58. 1fa272a Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  59. e1c564e Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  60. 1baf49d Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  61. 2f30600 loplugin:constantfunction: linguistic by Noel Grandin · 11 years ago
  62. 765f621 utl::ConfigItem::Commit() should call ClearModified() by Michael Stahl · 11 years ago
  63. 924b292 V801: Decreased performance by Caolán McNamara · 11 years ago
  64. 8f9b0c8 Idle: Changed to new enum name by Tobias Madl · 11 years ago
  65. 2d95bc0 Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum by Tobias Madl · 11 years ago
  66. 57656eb Idle and Timer are now completely independent by Tobias Madl · 11 years ago
  67. 8261436 Timer: Adapted all idle includes and enum uses by Tobias Madl · 11 years ago
  68. f09efe3 Typo: initialy->initially by Julien Nabet · 11 years ago
  69. 62c73b9 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  70. b1dbc51 rhbz#1184582: At least catch and log UNO exceptions in grammar checking thread by Stephan Bergmann · 11 years ago
  71. 3757c03 java: simplify array creation by Noel Grandin · 11 years ago
  72. dc28e90 fdo#84938: convert IMPORT_ constants to 'enum class' by Noel Grandin · 11 years ago
  73. d7794d2 linguistic: fix gcc-4.8 build by Miklos Vajna · 11 years ago
  74. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  75. 6fbf6f2 linguistic: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  76. a23f6eb fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  77. fe20b3d linguistic: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  78. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  79. ea6399b8 changed timers to idles by Tobias Madl · 11 years ago
  80. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  81. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  82. 169e105 coverity#1251171 Missing break in switch by Norbert Thiebaud · 11 years ago
  83. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  84. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  85. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  86. 86f876b fdo#61167 suggest titlecase and uppercase words from exception dict by Andras Timar · 11 years ago
  87. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  88. 7d7b289 loplugin: cstylecast by Noel Grandin · 12 years ago
  89. 7bc8c92 linguistic: std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
  90. 57a4337 set names on a bunch more threads... by Michael Stahl · 12 years ago
  91. 8a4a1d2 pAvailGrammarSvcs can be reset to 0 on error by Caolán McNamara · 12 years ago
  92. 73bb0fe Resolves: fdo#81972 determining capitalization of >=63335 char word hangs by Caolán McNamara · 12 years ago
  93. e7a474b java: remove unused variables by Noel Grandin · 12 years ago
  94. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  95. 8dc2ab4 linguistic/workben/sspellimp.cxx fix cppcheck error by Simon Danner · 12 years ago
  96. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  97. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  98. 248145f Find places where uno::Sequence is passed by value. by Noel Grandin · 12 years ago
  99. 5ec7a58 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 by Julien Nabet · 12 years ago
  100. 19c4d8d Many spelling fixes: directories h* - p*. by Pedro Giffuni · 12 years ago