1. 60c6bf6 tdf#92446: Revert apparently bogus attempt at fixing a memory leak by Stephan Bergmann · 11 years ago
  2. 0e5aa44 tdf#90110: basic: fix Randomize statement by Michael Stahl · 11 years ago
  3. 098817e tdf#90969: basic: add horrible hack to avoid crash due to ... by Michael Stahl · 11 years ago
  4. b51a305 tdf#84435: Mod operator does not deal with decimals as described in help by Julien Nabet · 11 years ago
  5. ec485dc tdf#55502: Shell BASIC function with empty third param hangs by Julien Nabet · 11 years ago
  6. 82a505a Resolves fdo#87834: strange behavior of mid()-function by Julien Nabet · 11 years ago
  7. 22671c1 tdf#76174: basic: lock SolarMutex in BasicScriptListener_Impl by Michael Stahl · 11 years ago
  8. ca1d5ef Resolves: fdo#86843 avoid getting deleted before finishing Broadcast by Caolán McNamara · 11 years ago
  9. 79fa77c busted loop condition and coverity#1255390 Resource leak by Caolán McNamara · 11 years ago
  10. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  11. 6b709b2 coverity#735399 Logically dead code by Caolán McNamara · 11 years ago
  12. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  13. 9dacd84 this is for detecting the type of a variable based on its name by Caolán McNamara · 11 years ago
  14. 41029bc coverity#1242865 Untrusted value as argument by Caolán McNamara · 11 years ago
  15. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  16. e815987 vcl: move the Impl class of MapMode ...uhm... out of the public header? by Michael Stahl · 11 years ago
  17. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  18. 7d6c07f coverity#1242689 Untrusted loop bound by Caolán McNamara · 11 years ago
  19. 1409c0b coverity#1242865 Untrusted loop bound by Caolán McNamara · 11 years ago
  20. 5b0c95d coverity#1242794 Untrusted loop bound by Caolán McNamara · 11 years ago
  21. 12bcfec markup with event type not checker type by Caolán McNamara · 11 years ago
  22. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  23. cb0e009 document array_vs_singleton dismissals by Caolán McNamara · 11 years ago
  24. 6d477b4 Need basrdll now in the disable-scripting case (iOS) by Tor Lillqvist · 11 years ago
  25. bec2803 coverity#704558 Dereference after null check by Caolán McNamara · 11 years ago
  26. 28adfcd fdo#84935: basic: avoid silly SolarMutex asserts on exit on Mac by Michael Stahl · 11 years ago
  27. 5190661 basic: move SbxAppData to a BasicDLL member by Michael Stahl · 11 years ago
  28. a749860 basic: pimplify that by Michael Stahl · 11 years ago
  29. 31af61e Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" by Jan Holesovsky · 11 years ago
  30. 858c2a2 Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" by Jan Holesovsky · 11 years ago
  31. 2e52086 fdo#60689: replace SUPD variable by Marcos Paulo de Souza · 11 years ago
  32. a1fad26 fdo#84935: basic: DocBasicItem is a UNO service, lock SolarMutex in dtor by Michael Stahl · 11 years ago
  33. 9ecac387 Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING by Tor Lillqvist · 11 years ago
  34. 582ef22 fdo#84854 it seems long is not enough on 32 bit by David Tardon · 11 years ago
  35. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  36. 4c12951 Typo: compatability->compatibility by Julien Nabet · 11 years ago
  37. 47a2d76 fdo#81356: convert Fraction to boost::rational<long> - wip by Juan Picca · 12 years ago
  38. fca6293 basic: use SolarMutex to lock SfxLibraryContainer by Michael Stahl · 12 years ago
  39. 26b7947 basic::ImplRepository: use SolarMutex instead of own mutex by Michael Stahl · 12 years ago
  40. f84dac9 back out even more wrong tools::Time changes, geez.. by Eike Rathke · 12 years ago
  41. 04a810c back out more wrong and confusing tools::Time comment changes by Eike Rathke · 12 years ago
  42. fbf3aa3 spelling: instanciated -> instantiated by Noel Grandin · 12 years ago
  43. 8f436d3 use comphelper::rng::uniform_*_distribution everywhere by Caolán McNamara · 12 years ago
  44. 0f6c6ba coverity#1242481 Dereference null return value by Caolán McNamara · 12 years ago
  45. c625525 rename SvRef::AddRef to AddFirstRef by Noel Grandin · 12 years ago
  46. 059f5a9 loplugin: cstylecast by Noel Grandin · 12 years ago
  47. fa53712 loplugin: cstylecast by Noel Grandin · 12 years ago
  48. dc7ca91 avoid calling OUString::copy() with length being -1 by Luboš Luňák · 12 years ago
  49. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  50. 4e26b91 remove unnecessary casts in misc calls to SvStream.Write* by Noel Grandin · 12 years ago
  51. 5cefde0 remove unnecessary casts in calls to SvStream.WriteUInt32 by Noel Grandin · 12 years ago
  52. 04fd620 remove unnecessary casts in calls to SvStream.WriteInt32 by Noel Grandin · 12 years ago
  53. 5501c8d remove unnecessary casts in calls to SvStream.WriteUInt16 by Noel Grandin · 12 years ago
  54. dedfa97 remove unnecessary casts in calls to SvStream.WriteInt16 by Noel Grandin · 12 years ago
  55. bec72dd remove unnecessary casts in calls to SvStream.WriteUChar by Noel Grandin · 12 years ago
  56. c476a84 remove pointless comments by Noel Grandin · 12 years ago
  57. 8f684e2 remove unnecessary static_cast's by Noel Grandin · 12 years ago
  58. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  59. 764e301 fdo#84086 Fix assorted use-after-free bugs by Matthew J. Francis · 12 years ago
  60. 234b5de vba: calm down bool -> long casting concerns. by Michael Meeks · 12 years ago
  61. 857f72d vba - disable Currency test / invocation on master. by Michael Meeks · 12 years ago
  62. 01e1401 vba: add a different variant of the same compatibility function. by Michael Meeks · 12 years ago
  63. 19ee058 vba: initial impl. of compatibility methods. by Michael Meeks · 12 years ago
  64. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  65. 0304358 Clean up StorageMode parameter of SotStorage::OpenSotStorage by Stephan Bergmann · 12 years ago
  66. 5bce329 SfxHint: convert home-grown RTTI to normal C++ RTTI by Noel Grandin · 12 years ago
  67. a7fbabd fdo#52076 remove Library dir when no library by Lionel Elie Mamane · 12 years ago
  68. 513d95f detect if Standard is only library to *save* by Lionel Elie Mamane · 12 years ago
  69. 6846c1c add const qualifier by Lionel Elie Mamane · 12 years ago
  70. 37b9ea9 convert SBX flag bits to type-safe enum by Noel Grandin · 12 years ago
  71. 7e2b9fa Remove some useless tools/debug.hxx includes by Marcos Paulo de Souza · 12 years ago
  72. c319ccf Revert "Simplify ImplRepository::impl_getLocationForModel return type" by Stephan Bergmann · 12 years ago
  73. 73b2ea1 Remove BasicManagerCleaner by Stephan Bergmann · 12 years ago
  74. 72305ed Simplify ImplRepository::impl_getLocationForModel return type by Stephan Bergmann · 12 years ago
  75. 8c5834d Remove trivial typedef, to make code more obvious by Stephan Bergmann · 12 years ago
  76. d718c1f coverity#1202729 - ensure we have exactly a one dimensional array. by Michael Meeks · 12 years ago
  77. d21d5a7 drop unnecessary shl.hxx includes by Caolán McNamara · 12 years ago
  78. d438c47 coverity#1231668 Unchecked return value by Caolán McNamara · 12 years ago
  79. 7cc627f update_pch by Thomas Arnhold · 12 years ago
  80. d9baa2b -Werror,-Wundefined-bool-conversion by Stephan Bergmann · 12 years ago
  81. 9bac4d4 typo: more then -> more than by Takeshi Abe · 12 years ago
  82. e5b0aa9 basic: -Werror=sign-compare by Michael Stahl · 12 years ago
  83. ae7ca8b fdo#46037: remove unused comphelper/configurationhelper.hxx by Alexandre Vicenzi · 12 years ago
  84. c694837 convert linked list to std::vector in SbxDimArray by Noel Grandin · 12 years ago
  85. 1392a88 fdo#52076 remove empty library instead of writing it out empty by Lionel Elie Mamane · 12 years ago
  86. ea5ef0a Drop unused #includes by Takeshi Abe · 12 years ago
  87. 5072531 Drop an unused function by Takeshi Abe · 12 years ago
  88. fffc9b2 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  89. 6a87363 Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx by Tobias Lippert · 12 years ago
  90. d97b5e4 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  91. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  92. eb9b890 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  93. c80be302 coverity#706241 Uncaught exception by Caolán McNamara · 12 years ago
  94. b35f3df coverity#706240 Uncaught exception by Caolán McNamara · 12 years ago
  95. 42fcd88 coverity#735397 dead code by Norbert Thiebaud · 12 years ago
  96. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  97. e48a233 loplugin:unreffun: also warn about redundant redeclarations by Stephan Bergmann · 12 years ago
  98. daa6898 clang: Dead initialization by Caolán McNamara · 12 years ago
  99. a7fcb3e clang: Returning null reference by Caolán McNamara · 12 years ago
  100. 2daceb8 clang: Uninitialized argument value by Caolán McNamara · 12 years ago