1. 761e0ae loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  2. 3f72218 Apply new VclPtr clang plugin to catch potential problems. by Noel Grandin · 11 years ago
  3. 623445a convert PropertyMode to scoped enum by Noel Grandin · 11 years ago
  4. b000fab loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  5. 8e22cd4 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  6. ba81e5c tdf#91702 - fix stack-based MessBox allocation. by Michael Meeks · 11 years ago
  7. afcf1ec loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  8. 1379e2f Rewrite all calls like Dialog(params).Execute() by Philippe Jung · 11 years ago
  9. 563a393 BASIC: Remove BasicCharClass::IsLetterTab by Arnaud Versini · 11 years ago
  10. 6a4a55d BASIC: User std::unique_ptr in basic runtime by Arnaud Versini · 11 years ago
  11. 4d95956 Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7 by Julien Nabet · 11 years ago
  12. 564fc48 tdf#90110: basic: fix Randomize statement by Michael Stahl · 11 years ago
  13. ae451af basic: used typed LINKs by Noel Grandin · 11 years ago
  14. 36b0610 missing semi by Caolán McNamara · 11 years ago
  15. 4b5091c cppunit: noExplicitConstructor by Caolán McNamara · 11 years ago
  16. 3aebc67 Remove include stdio (part2) by Julien Nabet · 11 years ago
  17. 539ba64 remove unnecessary header file by Noel Grandin · 11 years ago
  18. 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
  19. 2bb4d6c Missing disposeAndClear in MsgBox basic function by Philippe Jung · 11 years ago
  20. be88e30 tdf#90969: basic: add horrible hack to avoid crash due to ... by Michael Stahl · 11 years ago
  21. 7ff58e1 Basic: Doesn't allow non ASCII characters in numeric literals by Arnaud Versini · 11 years ago
  22. ef6877c loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  23. 9bb254f NOINSTANCE is implied now in IMPL_STATIC_LINK... by Stephan Bergmann · 11 years ago
  24. 5eb6bd4 lopluign:staticmethods: Handle DECL_LINK by Stephan Bergmann · 11 years ago
  25. 0241519 Unwind SotStorageStreamRef typedef by Stephan Bergmann · 11 years ago
  26. dc47b2e Unwind SotStorageRef typedef by Stephan Bergmann · 11 years ago
  27. 0f79a5f tdf#84435: Mod operator does not deal with decimals as described in help by Julien Nabet · 11 years ago
  28. 3ead3ad Gradually typed Link by Stephan Bergmann · 11 years ago
  29. 0acd47f Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END by Stephan Bergmann · 11 years ago
  30. 17cb339 Remove unnecessary IMPL_LINK_INLINE macro by Stephan Bergmann · 11 years ago
  31. 6bb742b convert STR_EVENT constants to scoped enum by Noel Grandin · 11 years ago
  32. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  33. e19cd84 Rephrase comparisons between bool and sal_Bool by Stephan Bergmann · 11 years ago
  34. d0e9aa6 Dialog::Execute returns short/VclResponseType by Stephan Bergmann · 11 years ago
  35. 4911135 SbModule::Run return value is unused by Stephan Bergmann · 11 years ago
  36. ed83ba3 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  37. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  38. b87db6a Update to XDocumentEventBroadcaster et al by Stephan Bergmann · 11 years ago
  39. a75d907 Related tdf#55502: Harden a bit by Julien Nabet · 11 years ago
  40. 4950c57 callcatcher: update unusedcode by Caolán McNamara · 11 years ago
  41. 4139251 tdf#55502: Shell BASIC function with empty third param hangs by Julien Nabet · 11 years ago
  42. 9f23260 SvStream: WriteUChar -> WriteBool by Stephan Bergmann · 11 years ago
  43. 5cc560f basctl, basic: convert new to ::Create. by Michael Meeks · 11 years ago
  44. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  45. ee094bd loplugin:staticmethods by Noel Grandin · 11 years ago
  46. 4e0d2fc BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector. by Arnaud Versini · 11 years ago
  47. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  48. 5d133eb6 first half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  49. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  50. 6d0c891 vclwidget: fix more places that should be wrapping in VclPtr by Noel Grandin · 11 years ago
  51. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  52. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  53. 28c2cf4f vcl: VclPtr conversion in basic by Noel Grandin · 11 years ago
  54. 9222f5d A UNO Any can't contain an Any by Stephan Bergmann · 11 years ago
  55. 5ba54aa Remove dead INetProtocol::Vim by Stephan Bergmann · 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. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  59. 4f2a236 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  60. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  61. 0bd502a Clean up remaining C-style casts among void pointers by Stephan Bergmann · 11 years ago
  62. c3fb36e Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  63. 0511c86 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  64. c1fed2a WaE: this method is empty and should be removed by Tor Lillqvist · 11 years ago
  65. b33788c Typos by Julien Nabet · 11 years ago
  66. 8414d84 Basic: scanner should'nt use 0xFF mask on characters by Arnaud Versini · 11 years ago
  67. b2d2d72 loplugin:constantfunction: basic by Noel Grandin · 11 years ago
  68. 1da0c80 remove trailing blanks rubbish by Eike Rathke · 11 years ago
  69. e19a11c more engineering notation format tests, tdf#30716 by Eike Rathke · 11 years ago
  70. 86a318c tdf#30716 Engineering notation by Laurent Balland-Poirier · 11 years ago
  71. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  72. c3cd100 CppCheck cleanlyness : reduce variable's scope by Michaël Lefèvre · 11 years ago
  73. 556373c V668 no sense in testing the result of new against null by Caolán McNamara · 11 years ago
  74. 34d6ec2 cppcheck: variableScope by Caolán McNamara · 11 years ago
  75. 5a308b1 V801: Decreased performance by Caolán McNamara · 11 years ago
  76. 5f6fcb4 Typos by Julien Nabet · 11 years ago
  77. 3b58573 convert error number to string by LeMoyne Castle · 11 years ago
  78. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  79. 6c72911 WaE: implicit conversion from bool to 'int' by Tor Lillqvist · 11 years ago
  80. e9beb26 convert SBI_ constants to enum class by Noel Grandin · 11 years ago
  81. 04814fc likely intent by David Tardon · 11 years ago
  82. 164276a Clean up previous commit by Stephan Bergmann · 11 years ago
  83. a45a550 basic: convert sb.component to constructor usage by Chris Sherlock · 11 years ago
  84. 2f928b2 remove NUMBERFORMAT_ constants by Noel Grandin · 11 years ago
  85. 9473ba2 fix marking of free slots in array by Noel Grandin · 11 years ago
  86. 3b513ae tdf#86543: reinterpret_cast -1 of appropriate width as special marker by Stephan Bergmann · 11 years ago
  87. a8e6f0b tdf#39440 - cppcheck cleanliness by Radu Ioan · 11 years ago
  88. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  89. 78f25d5 Basic : Partially rewrite hex and octal constant reading. by Arnaud Versini · 11 years ago
  90. 96520ae Basic : Small OString usage simplification by Arnaud Versini · 11 years ago
  91. d93bcf7 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  92. 0f86834 Remove redundant explicit up-casts by Stephan Bergmann · 11 years ago
  93. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  94. 6e1d28e fdo#39440: replace C-style cast's by Juan Picca · 11 years ago
  95. d41b8ac callcatcher: shave off a few more by Caolán McNamara · 11 years ago
  96. 4b9a9ce Use rtl/character.hxx in basic module when possible by Arnaud Versini · 11 years ago
  97. bf7b702 coverity#1267698 Uninitialized scalar field by Caolán McNamara · 11 years ago
  98. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  99. a4faad7 tdf#76174: basic: lock SolarMutex in BasicScriptListener_Impl by Michael Stahl · 11 years ago
  100. fe480d8 remove unused typedefs by Noel Grandin · 11 years ago