1. 89ec942 Fix a number of boost::unique_ptr errors. by Michael Meeks · 11 years ago
  2. 3f32e14 extensions: convert new to ::Create. by Michael Meeks · 11 years ago
  3. f124884 dbaccess: convert new to ::Create. by Michael Meeks · 11 years ago
  4. 0269ef9 sw: convert new to ::Create. by Noel Grandin · 11 years ago
  5. 0a497cb Use VclPtr for OGenericUnoDialog::createDialog. by Michael Meeks · 11 years ago
  6. 3e710c2 fix live children left behind at destroy by Noel Grandin · 11 years ago
  7. c6fb78d disposeAndClear in place of DELETEZ. by Michael Meeks · 11 years ago
  8. e985155 Misc. other fixing. by Michael Meeks · 11 years ago
  9. f9a55aa Lots more small re-basing issues fixed. by Michael Meeks · 11 years ago
  10. 7a1fad0 convert ScopedVclPtr to ScopedVclPtrInstance by Noel Grandin · 11 years ago
  11. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  12. 5d133eb6 first half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  13. ad8a207 cure a lot of unfortunate ScopedVclPtrs. by Michael Meeks · 11 years ago
  14. d1091fd re-insert erroneously converted delete calls. by Michael Meeks · 11 years ago
  15. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  16. 0556598 vclwidget: check for calling delete on subclasses of vcl::Window by Noel Grandin · 11 years ago
  17. 6d0c891 vclwidget: fix more places that should be wrapping in VclPtr by Noel Grandin · 11 years ago
  18. 6574128 cleanup Printer VclRef pieces. by Michael Meeks · 11 years ago
  19. c72fac2 vclwidget: convert lots more sites to use VclPtr by Noel Grandin · 11 years ago
  20. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  21. c0a802b Audit and correct misc. clears -> disposeAndClears. by Michael Meeks · 11 years ago
  22. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  23. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  24. 1139e54 vcl: VclPtr conversion in extensions by Noel Grandin · 11 years ago
  25. 3ad9d25 vcl: make VclPtr<T>(T*) constructor explicit by Noel Grandin · 11 years ago
  26. a632fa5 vcl: rename VclReference to VclPtr by Noel Grandin · 11 years ago
  27. 2e03ce9 vcl: manage SubEdit with references - and fix leak / cleanup. by Michael Meeks · 11 years ago
  28. bbb14a2 stop assert on exit from bibliography by Caolán McNamara · 11 years ago
  29. 1ad3ed2 Resolves: tdf#90473 bibliography doesn't resize after reload by Caolán McNamara · 11 years ago
  30. 9222f5d A UNO Any can't contain an Any by Stephan Bergmann · 11 years ago
  31. 869aaf8 convert SvtModuleOptions::EModule to scoped enum by Noel Grandin · 11 years ago
  32. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  33. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  34. e9cb557 loplugin:staticmethods by Noel Grandin · 11 years ago
  35. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  36. 65c3f29 Typo: wheter->whether by Julien Nabet · 11 years ago
  37. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  38. 2311641 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  39. 78a7f96 Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  40. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  41. 5bd4b3f Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  42. ac3ebf3 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  43. c6dcd7b Fix various Windows-only XServiceInfo implementations by Stephan Bergmann · 11 years ago
  44. 858e455 loplugin:constantfunction: various by Noel Grandin · 11 years ago
  45. 33de587 tdf#88230: cleanup solar mutex yielding by Pranav Kant · 11 years ago
  46. fb14be5 create new 'enum class' SotClipboardFormatId to unify types by Noel Grandin · 11 years ago
  47. 3099c70b Fix various XServiceInfo implementations by Stephan Bergmann · 11 years ago
  48. e30319e Typo: NotifcationMode->NotificationMode by Julien Nabet · 11 years ago
  49. 040cf11 extensions: PVS-Studio V595 The 'm_pPlugin' pointer could be null by Michael Stahl · 11 years ago
  50. 6c6d979 extensions: PVS-Studio V716 Suspicious type conversion: BOOL -> HRESULT by Michael Stahl · 11 years ago
  51. 465359c do not call virtual Commit() from dtors of utl::ConfigItem subclasses by Michael Stahl · 11 years ago
  52. 765f621 utl::ConfigItem::Commit() should call ClearModified() by Michael Stahl · 11 years ago
  53. 556373c V668 no sense in testing the result of new against null by Caolán McNamara · 11 years ago
  54. eeb3467 fix build of updatecheck extension by Noel Grandin · 11 years ago
  55. d22519f V801: Decreased performance by Caolán McNamara · 11 years ago
  56. 924b292 V801: Decreased performance by Caolán McNamara · 11 years ago
  57. 5a308b1 V801: Decreased performance by Caolán McNamara · 11 years ago
  58. 8f9b0c8 Idle: Changed to new enum name by Tobias Madl · 11 years ago
  59. 2d95bc0 Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum by Tobias Madl · 11 years ago
  60. 8261436 Timer: Adapted all idle includes and enum uses by Tobias Madl · 11 years ago
  61. d8dd6db gbuild: set _WIN32_WINNT globally instead of WINVER by Michael Stahl · 11 years ago
  62. c622304 V813: Decreased performance by Caolán McNamara · 11 years ago
  63. 2f928b2 remove NUMBERFORMAT_ constants by Noel Grandin · 11 years ago
  64. 4be55ff Typo: queriing->querying by Julien Nabet · 11 years ago
  65. 2d0c4cd Typo: reqired->required by Julien Nabet · 11 years ago
  66. aa1b4a29 Various typos by Julien Nabet · 11 years ago
  67. 9f8ffc8 add GetSelectEntryData to ListBox and ComboBox by Noel Grandin · 11 years ago
  68. 6b365a1 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  69. 4f7a1f5 fdo#75757: Remove inheritance from std::vector by Matthew Pottage · 11 years ago
  70. 3bf543f Remove uses of deprecated salhelper/refobj.hxx by Stephan Bergmann · 11 years ago
  71. eaf1c5f8 coverity#1267680 Dereference before null check by Caolán McNamara · 11 years ago
  72. fae0953 coverity#707772 Uninitialized scalar field by Caolán McNamara · 11 years ago
  73. 68deef1 Resolves: #i67663# add vertical alighment on property UI by Tsutomu Uchino · 11 years ago
  74. cead54b Use vector::data by Stephan Bergmann · 11 years ago
  75. 81b5d84 Resolves: tdf#88819 printing with ps hangs by Caolán McNamara · 11 years ago
  76. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago
  77. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  78. 3bd165e cppcheck: fix redundantPointerOp reports by Julien Nabet · 11 years ago
  79. ea0bb58 Drop unused comphelper::service_decl::component_getFactoryHelper params by Stephan Bergmann · 11 years ago
  80. 7889f9e Some more loplugin:cstylecast: extensions by Stephan Bergmann · 11 years ago
  81. 2f69f6e remove unnecessary parentheses by Noel Grandin · 11 years ago
  82. c32a5a3 simplify Date/Time/DateTime conversion code by Noel Grandin · 11 years ago
  83. 5333782 convert SETTINGS_ #defines to 'enum class' by Noel Grandin · 11 years ago
  84. a5b5ad9 fdo#84938: replace DATACHANGED_ constants with 'enum class' by Noel Grandin · 11 years ago
  85. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  86. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  87. 8130714 fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class' by Noel Grandin · 11 years ago
  88. 566f16a java: unnecessary imports by Noel Grandin · 11 years ago
  89. ca8787a boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  90. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  91. 3639824 extensions: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  92. 226dd31 extensions: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  93. 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
  94. f8fbef2 java: remove more test skeleton code by Noel Grandin · 11 years ago
  95. aba7f4c fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  96. 4fbdcb8 extensions: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  97. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  98. 821ae0f changed timers to idles by Tobias Madl · 11 years ago
  99. 86b44e8 fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  100. ac49b8a fdo#65163 reintroduce embedded picture for form components by Lionel Elie Mamane · 11 years ago