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