1. 885bf7c loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  2. 275f0c7 Let JUnit take care of exceptions by Noel Grandin · 11 years ago
  3. d33c6cd fix Windows build by Noel Grandin · 11 years ago
  4. 55bc128 loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  5. 5fe011a split forms unoapi test for performance by Bjoern Michaelsen · 11 years ago
  6. 3a05a08 loplugin:redundantcast: const_cast to same type by Stephan Bergmann · 11 years ago
  7. 66854d6 convert WINDOW_DRAW flags to scoped enum by Noel Grandin · 11 years ago
  8. 22fd5e0 refactor forms classes to use RenderContext by Tomaž Vajngerl · 11 years ago
  9. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  10. 82d68f9 convert COMMAND_ constants to scoped enum by Noel Grandin · 11 years ago
  11. 6dc42c8 Use IMPL_LINK_NOARG[_TYPED] where applicable by Stephan Bergmann · 11 years ago
  12. 4f00dce Use IMPL_[STATIC_]LINK_NOARG where applicable by Stephan Bergmann · 11 years ago
  13. e3ff2da Replace IMPL_STATIC_LINK[_TYPED] with more useful variants by Stephan Bergmann · 11 years ago
  14. 99e60d8 std::ptr_fun became deprecated since C++11 by Takeshi Abe · 11 years ago
  15. 8fca0c4 vcl: rename other members of StateChangedType for consistency by Michael Stahl · 11 years ago
  16. c9b4c56 Use typed Idle::SetIdleHdl Link by Stephan Bergmann · 11 years ago
  17. 8cafd08 Use typed Timer::SetTimeoutHdl Link by Stephan Bergmann · 11 years ago
  18. e95b073 loplugin:staticmethods by Noel Grandin · 11 years ago
  19. 393c51c Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. by Michael Meeks · 11 years ago
  20. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  21. d1ca0f4 Bin some pointless comments and reduce some vertical whitespace by Tor Lillqvist · 11 years ago
  22. e6c08b6 Remove unnecessary STATIC_LINK macro by Stephan Bergmann · 11 years ago
  23. f50fd96 mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) by Tomaž Vajngerl · 11 years ago
  24. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  25. e19cd84 Rephrase comparisons between bool and sal_Bool by Stephan Bergmann · 11 years ago
  26. 5db2f66 More loplugin:simplifybool by Stephan Bergmann · 11 years ago
  27. bfef606 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  28. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  29. 08a943f Get rid of trivial comphelper::query_interface wrapper by Stephan Bergmann · 11 years ago
  30. 4592d27 Get rid of trivial comphelper::in-/decrement wrappers by Stephan Bergmann · 11 years ago
  31. a7b7c64 convert SCRIPTTYPE_ constants to scoped enum by Noel Grandin · 11 years ago
  32. a461467 drawinglayer, editeng, forms, fpicker: convert new to ::Create. by Michael Meeks · 11 years ago
  33. 3e710c2 fix live children left behind at destroy by Noel Grandin · 11 years ago
  34. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  35. 373a9b9 loplugin:redundantcast: redundant const_cast followed by implicit upcast by Stephan Bergmann · 11 years ago
  36. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  37. ad8a207 cure a lot of unfortunate ScopedVclPtrs. by Michael Meeks · 11 years ago
  38. d1091fd re-insert erroneously converted delete calls. by Michael Meeks · 11 years ago
  39. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  40. 29e8c9c basctl, forms, svx: cleanup for new VclPtr API. by Michael Meeks · 11 years ago
  41. 6574128 cleanup Printer VclRef pieces. by Michael Meeks · 11 years ago
  42. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  43. c0a802b Audit and correct misc. clears -> disposeAndClears. by Michael Meeks · 11 years ago
  44. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  45. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  46. 344f939 vcl: VclPtr conversion in forms by Noel Grandin · 11 years ago
  47. 5ba54aa Remove dead INetProtocol::Vim by Stephan Bergmann · 11 years ago
  48. 045211b unused ODatabaseForm::Create by Caolán McNamara · 11 years ago
  49. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  50. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  51. e9cb557 loplugin:staticmethods by Noel Grandin · 11 years ago
  52. cf42ba0 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  53. 0bd502a Clean up remaining C-style casts among void pointers by Stephan Bergmann · 11 years ago
  54. 73e2c6ae Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  55. 39c4b27 forms: Replace these macros by Matúš Kukan · 11 years ago
  56. a9535fe forms: More unused services related stuff by Matúš Kukan · 11 years ago
  57. 0b1d8ef const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  58. 9110d87 convert EE_STAT constants to enum class by Noel Grandin · 11 years ago
  59. c7c0723 convert EV_CNTRL constants to enum class by Noel Grandin · 11 years ago
  60. abf60c4 convert EE_CNTRL constants to enum class by Noel Grandin · 11 years ago
  61. d772b9b loplugin:constantfunction: forms by Noel Grandin · 11 years ago
  62. fb14be5 create new 'enum class' SotClipboardFormatId to unify types by Noel Grandin · 11 years ago
  63. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  64. 82c3745 SfxItemHandle is only used in one place, so inline it by Noel Grandin · 11 years ago
  65. 567f511 V801: Decreased performance by Caolán McNamara · 11 years ago
  66. 8f9b0c8 Idle: Changed to new enum name by Tobias Madl · 11 years ago
  67. 2d95bc0 Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum by Tobias Madl · 11 years ago
  68. 8261436 Timer: Adapted all idle includes and enum uses by Tobias Madl · 11 years ago
  69. a3646d5 cppcheck: duplicate inherited member by Noel Grandin · 11 years ago
  70. fa6c098 Fix OFormattedFieldWrapper[_ForcedFormatted] instance creation by Stephan Bergmann · 11 years ago
  71. c4ac108 Remove unnecessary prefixes by Stephan Bergmann · 11 years ago
  72. 186dbb6 callcatcher: update unused code by Caolán McNamara · 11 years ago
  73. e46549e forms: Fix copy'n'paste mistakes. by Jan Holesovsky · 11 years ago
  74. 5c3d918 forms: Convert also com.sun.star.form.XForms. by Jan Holesovsky · 11 years ago
  75. 5d05f7e forms: use constructor feature for form modules by Chris Sherlock · 11 years ago
  76. c27ab70 GenerateHeader(false) -> SetHeaderGenerated() by Stephan Bergmann · 11 years ago
  77. a11c71f forms: use constructor feature for ODatabaseForm by Miklos Vajna · 11 years ago
  78. 73076f5 forms: use constructor feature for OFormsCollection by Miklos Vajna · 11 years ago
  79. 73e117d loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  80. 76e372cc coverity#704645 Dereference after null check by Caolán McNamara · 11 years ago
  81. 05abd8b chisel off some more unused code by Caolán McNamara · 11 years ago
  82. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago
  83. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  84. 3ad6e32 Some more loplugin:cstylecast: forms by Stephan Bergmann · 11 years ago
  85. 4efa960 Revert "ListBox: refuse to give values before we are loaded" by Stephan Bergmann · 11 years ago
  86. c32a5a3 simplify Date/Time/DateTime conversion code by Noel Grandin · 11 years ago
  87. 7ca657e css.form.component.{CheckBox,RadioButton} DefaultState property values by Stephan Bergmann · 11 years ago
  88. 0331fa6 ListBox with value list: consider first empty value as NULL by Lionel Elie Mamane · 11 years ago
  89. 1cc29a0 ListBox: refuse to give values before we are loaded by Lionel Elie Mamane · 11 years ago
  90. 5cd4ab7 janitorial by Lionel Elie Mamane · 11 years ago
  91. 9b8fb07 java: inline some test properties by Noel Grandin · 11 years ago
  92. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  93. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  94. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  95. 54942f0 spelling: attachement -> attachment by Noel Grandin · 11 years ago
  96. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  97. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  98. 567592c java: don't synch on an object and also assign to it by Noel Grandin · 11 years ago
  99. 9e3ced1 forms: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  100. afb5143 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago