1. a7b7c64 convert SCRIPTTYPE_ constants to scoped enum by Noel Grandin · 11 years ago
  2. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  3. 373a9b9 loplugin:redundantcast: redundant const_cast followed by implicit upcast by Stephan Bergmann · 11 years ago
  4. 5ba54aa Remove dead INetProtocol::Vim by Stephan Bergmann · 11 years ago
  5. 045211b unused ODatabaseForm::Create by Caolán McNamara · 11 years ago
  6. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  7. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  8. e9cb557 loplugin:staticmethods by Noel Grandin · 11 years ago
  9. cf42ba0 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  10. 0bd502a Clean up remaining C-style casts among void pointers by Stephan Bergmann · 11 years ago
  11. 73e2c6ae Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  12. 39c4b27 forms: Replace these macros by Matúš Kukan · 11 years ago
  13. a9535fe forms: More unused services related stuff by Matúš Kukan · 11 years ago
  14. 0b1d8ef const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  15. 9110d87 convert EE_STAT constants to enum class by Noel Grandin · 11 years ago
  16. c7c0723 convert EV_CNTRL constants to enum class by Noel Grandin · 11 years ago
  17. abf60c4 convert EE_CNTRL constants to enum class by Noel Grandin · 11 years ago
  18. d772b9b loplugin:constantfunction: forms by Noel Grandin · 11 years ago
  19. fb14be5 create new 'enum class' SotClipboardFormatId to unify types by Noel Grandin · 11 years ago
  20. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  21. 82c3745 SfxItemHandle is only used in one place, so inline it by Noel Grandin · 11 years ago
  22. 567f511 V801: Decreased performance by Caolán McNamara · 11 years ago
  23. 8f9b0c8 Idle: Changed to new enum name by Tobias Madl · 11 years ago
  24. 2d95bc0 Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum by Tobias Madl · 11 years ago
  25. 8261436 Timer: Adapted all idle includes and enum uses by Tobias Madl · 11 years ago
  26. a3646d5 cppcheck: duplicate inherited member by Noel Grandin · 11 years ago
  27. fa6c098 Fix OFormattedFieldWrapper[_ForcedFormatted] instance creation by Stephan Bergmann · 11 years ago
  28. c4ac108 Remove unnecessary prefixes by Stephan Bergmann · 11 years ago
  29. 186dbb6 callcatcher: update unused code by Caolán McNamara · 11 years ago
  30. e46549e forms: Fix copy'n'paste mistakes. by Jan Holesovsky · 11 years ago
  31. 5c3d918 forms: Convert also com.sun.star.form.XForms. by Jan Holesovsky · 11 years ago
  32. 5d05f7e forms: use constructor feature for form modules by Chris Sherlock · 11 years ago
  33. c27ab70 GenerateHeader(false) -> SetHeaderGenerated() by Stephan Bergmann · 11 years ago
  34. a11c71f forms: use constructor feature for ODatabaseForm by Miklos Vajna · 11 years ago
  35. 73076f5 forms: use constructor feature for OFormsCollection by Miklos Vajna · 11 years ago
  36. 73e117d loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  37. 76e372cc coverity#704645 Dereference after null check by Caolán McNamara · 11 years ago
  38. 05abd8b chisel off some more unused code by Caolán McNamara · 11 years ago
  39. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago
  40. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  41. 3ad6e32 Some more loplugin:cstylecast: forms by Stephan Bergmann · 11 years ago
  42. 4efa960 Revert "ListBox: refuse to give values before we are loaded" by Stephan Bergmann · 11 years ago
  43. c32a5a3 simplify Date/Time/DateTime conversion code by Noel Grandin · 11 years ago
  44. 7ca657e css.form.component.{CheckBox,RadioButton} DefaultState property values by Stephan Bergmann · 11 years ago
  45. 0331fa6 ListBox with value list: consider first empty value as NULL by Lionel Elie Mamane · 11 years ago
  46. 1cc29a0 ListBox: refuse to give values before we are loaded by Lionel Elie Mamane · 11 years ago
  47. 5cd4ab7 janitorial by Lionel Elie Mamane · 11 years ago
  48. 9b8fb07 java: inline some test properties by Noel Grandin · 11 years ago
  49. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  50. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  51. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  52. 54942f0 spelling: attachement -> attachment by Noel Grandin · 11 years ago
  53. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  54. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  55. 567592c java: don't synch on an object and also assign to it by Noel Grandin · 11 years ago
  56. 9e3ced1 forms: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  57. afb5143 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  58. f8fbef2 java: remove more test skeleton code by Noel Grandin · 11 years ago
  59. 0c1b851 forms: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  60. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  61. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  62. ea6399b8 changed timers to idles by Tobias Madl · 11 years ago
  63. 1459645 fdo#84938: replace EVENT_ constants with enum by Tobias Madl · 11 years ago
  64. 5d602146 java: remove some comment noise by Noel Grandin · 11 years ago
  65. 1658c01 java,framework: remove unused vars and parameters by Noel Grandin · 11 years ago
  66. 09186fc unotools: Internalize ucblockbytes.hxx header by Matúš Kukan · 11 years ago
  67. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  68. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  69. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  70. 275eb9c coverity#706540 Uncaught exception by Caolán McNamara · 11 years ago
  71. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  72. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  73. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  74. 2a68ed1 Revert "Some SvxFontHeightItem clean-up" by Stephan Bergmann · 11 years ago
  75. d5f93eb Some SvxFontHeightItem clean-up by Stephan Bergmann · 11 years ago
  76. 5771bde Try to fix ambiguity error by Zolnai Tamás · 11 years ago
  77. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  78. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  79. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  80. 5f15cc0 new loplugin: use more efficient find() methods by Noel Grandin · 11 years ago
  81. 3c58f07 fdo#84938: replace TOOLBOXITEM_ constants with enum by Noel Grandin · 11 years ago
  82. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  83. cd6e671 coverity#706543 uncaught exception by David Tardon · 11 years ago
  84. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  85. 1e48bfa forms: The if statement is redundant by Robert Antoni Buj i Gelonch · 12 years ago
  86. 8fbbb94 coverity#706537 Uncaught exception by Caolán McNamara · 11 years ago
  87. 31af61e Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" by Jan Holesovsky · 11 years ago
  88. 858c2a2 Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" by Jan Holesovsky · 11 years ago
  89. e254831 loplugin: cstylecast by Noel Grandin · 11 years ago
  90. 182fc4f fdo#84938: replace WINDOW_BORDER constants with enum by Noel Grandin · 11 years ago
  91. ae218f4 tweak CaughtException by Caolán McNamara · 11 years ago
  92. 66da64c Missing include by Stephan Bergmann · 11 years ago
  93. 9e8a88b coverity#706540 Uncaught exception by Caolán McNamara · 11 years ago
  94. 4fd65ac coverity#706538 Uncaught exception by Caolán McNamara · 11 years ago
  95. 67c9d05 fdo#84938: replace TIB_ constants with enum by Noel Grandin · 11 years ago
  96. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  97. 12b01b9 java: no need to call String.valueOf to append to a String by Noel Grandin · 11 years ago
  98. 582ef22 fdo#84854 it seems long is not enough on 32 bit by David Tardon · 11 years ago
  99. 9341bf3 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  100. bbd5a30 java: ensure that the stream is cleaned up before the method returns by Robert Antoni Buj i Gelonch · 11 years ago