1. 4c12951 Typo: compatability->compatibility by Julien Nabet · 11 years ago
  2. 47a2d76 fdo#81356: convert Fraction to boost::rational<long> - wip by Juan Picca · 12 years ago
  3. fca6293 basic: use SolarMutex to lock SfxLibraryContainer by Michael Stahl · 12 years ago
  4. 26b7947 basic::ImplRepository: use SolarMutex instead of own mutex by Michael Stahl · 12 years ago
  5. f84dac9 back out even more wrong tools::Time changes, geez.. by Eike Rathke · 12 years ago
  6. 04a810c back out more wrong and confusing tools::Time comment changes by Eike Rathke · 12 years ago
  7. fbf3aa3 spelling: instanciated -> instantiated by Noel Grandin · 12 years ago
  8. 8f436d3 use comphelper::rng::uniform_*_distribution everywhere by Caolán McNamara · 12 years ago
  9. 0f6c6ba coverity#1242481 Dereference null return value by Caolán McNamara · 12 years ago
  10. c625525 rename SvRef::AddRef to AddFirstRef by Noel Grandin · 12 years ago
  11. 059f5a9 loplugin: cstylecast by Noel Grandin · 12 years ago
  12. fa53712 loplugin: cstylecast by Noel Grandin · 12 years ago
  13. dc7ca91 avoid calling OUString::copy() with length being -1 by Luboš Luňák · 12 years ago
  14. fc04f76 fdo#82577: Handle Time by Noel Grandin · 12 years ago
  15. 4e26b91 remove unnecessary casts in misc calls to SvStream.Write* by Noel Grandin · 12 years ago
  16. 5cefde0 remove unnecessary casts in calls to SvStream.WriteUInt32 by Noel Grandin · 12 years ago
  17. 04fd620 remove unnecessary casts in calls to SvStream.WriteInt32 by Noel Grandin · 12 years ago
  18. 5501c8d remove unnecessary casts in calls to SvStream.WriteUInt16 by Noel Grandin · 12 years ago
  19. dedfa97 remove unnecessary casts in calls to SvStream.WriteInt16 by Noel Grandin · 12 years ago
  20. bec72dd remove unnecessary casts in calls to SvStream.WriteUChar by Noel Grandin · 12 years ago
  21. c476a84 remove pointless comments by Noel Grandin · 12 years ago
  22. 8f684e2 remove unnecessary static_cast's by Noel Grandin · 12 years ago
  23. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  24. 764e301 fdo#84086 Fix assorted use-after-free bugs by Matthew J. Francis · 12 years ago
  25. 234b5de vba: calm down bool -> long casting concerns. by Michael Meeks · 12 years ago
  26. 857f72d vba - disable Currency test / invocation on master. by Michael Meeks · 12 years ago
  27. 01e1401 vba: add a different variant of the same compatibility function. by Michael Meeks · 12 years ago
  28. 19ee058 vba: initial impl. of compatibility methods. by Michael Meeks · 12 years ago
  29. 60e78fb fdo#82577: Handle Font by Noel Grandin · 12 years ago
  30. 0304358 Clean up StorageMode parameter of SotStorage::OpenSotStorage by Stephan Bergmann · 12 years ago
  31. 5bce329 SfxHint: convert home-grown RTTI to normal C++ RTTI by Noel Grandin · 12 years ago
  32. a7fbabd fdo#52076 remove Library dir when no library by Lionel Elie Mamane · 12 years ago
  33. 513d95f detect if Standard is only library to *save* by Lionel Elie Mamane · 12 years ago
  34. 6846c1c add const qualifier by Lionel Elie Mamane · 12 years ago
  35. 37b9ea9 convert SBX flag bits to type-safe enum by Noel Grandin · 12 years ago
  36. 7e2b9fa Remove some useless tools/debug.hxx includes by Marcos Paulo de Souza · 12 years ago
  37. c319ccf Revert "Simplify ImplRepository::impl_getLocationForModel return type" by Stephan Bergmann · 12 years ago
  38. 73b2ea1 Remove BasicManagerCleaner by Stephan Bergmann · 12 years ago
  39. 72305ed Simplify ImplRepository::impl_getLocationForModel return type by Stephan Bergmann · 12 years ago
  40. 8c5834d Remove trivial typedef, to make code more obvious by Stephan Bergmann · 12 years ago
  41. d718c1f coverity#1202729 - ensure we have exactly a one dimensional array. by Michael Meeks · 12 years ago
  42. d21d5a7 drop unnecessary shl.hxx includes by Caolán McNamara · 12 years ago
  43. d438c47 coverity#1231668 Unchecked return value by Caolán McNamara · 12 years ago
  44. 7cc627f update_pch by Thomas Arnhold · 12 years ago
  45. d9baa2b -Werror,-Wundefined-bool-conversion by Stephan Bergmann · 12 years ago
  46. 9bac4d4 typo: more then -> more than by Takeshi Abe · 12 years ago
  47. e5b0aa9 basic: -Werror=sign-compare by Michael Stahl · 12 years ago
  48. ae7ca8b fdo#46037: remove unused comphelper/configurationhelper.hxx by Alexandre Vicenzi · 12 years ago
  49. c694837 convert linked list to std::vector in SbxDimArray by Noel Grandin · 12 years ago
  50. 1392a88 fdo#52076 remove empty library instead of writing it out empty by Lionel Elie Mamane · 12 years ago
  51. ea5ef0a Drop unused #includes by Takeshi Abe · 12 years ago
  52. 5072531 Drop an unused function by Takeshi Abe · 12 years ago
  53. fffc9b2 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  54. 6a87363 Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx by Tobias Lippert · 12 years ago
  55. d97b5e4 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  56. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  57. eb9b890 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  58. c80be302 coverity#706241 Uncaught exception by Caolán McNamara · 12 years ago
  59. b35f3df coverity#706240 Uncaught exception by Caolán McNamara · 12 years ago
  60. 42fcd88 coverity#735397 dead code by Norbert Thiebaud · 12 years ago
  61. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  62. e48a233 loplugin:unreffun: also warn about redundant redeclarations by Stephan Bergmann · 12 years ago
  63. daa6898 clang: Dead initialization by Caolán McNamara · 12 years ago
  64. a7fcb3e clang: Returning null reference by Caolán McNamara · 12 years ago
  65. 2daceb8 clang: Uninitialized argument value by Caolán McNamara · 12 years ago
  66. ec1636f Remove this weird inheritance from smart-pointer-wrapped class. by Kohei Yoshida · 12 years ago
  67. e14abb1 Use boost::optional to store alias name. by Kohei Yoshida · 12 years ago
  68. ff0ecb2 pData -> mpVarEntries. by Kohei Yoshida · 12 years ago
  69. bb6d9b0 Remove this class that only derives from std::vector and not much else. by Kohei Yoshida · 12 years ago
  70. 533c6cb fixes for up-casting to Reference<XInterface> by Noel Grandin · 12 years ago
  71. f870059 basic: silence expected SAL_WARN output by Miklos Vajna · 12 years ago
  72. 136a2bc coverity#1210096 Uncaught exception by Caolán McNamara · 12 years ago
  73. 66f9813 coverity#1210098 Uncaught exception by Caolán McNamara · 12 years ago
  74. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  75. f8ef1fe loplugin:staticcall by Stephan Bergmann · 12 years ago
  76. 2278e8f coverity#1213486 Uncaught exception by Caolán McNamara · 12 years ago
  77. 9284a63 iprevent violation of exception spec by Markus Mohrhard · 12 years ago
  78. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  79. 457933f Do not both _use_library_objects and _use_libraries sb by Stephan Bergmann · 12 years ago
  80. e665522 Avoid static BasicDLL (that would be destroyed after DeInitVCL now) by Stephan Bergmann · 12 years ago
  81. 369d959 DeInitVCL at end of tests by Stephan Bergmann · 12 years ago
  82. dd8f095 WaE: warning C4101: 'ex' : unreferenced local variable by Thomas Arnhold · 12 years ago
  83. 3038794 basic: typo by Thomas Arnhold · 12 years ago
  84. 6b4c596 Fix memory leak for BASIC sub (as well as void function) by Stephan Bergmann · 12 years ago
  85. 6a53ea2 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  86. a916b6f Detach all DocBasicItem objects upon process termination. by Kohei Yoshida · 12 years ago
  87. 5a82767 Avoid static local of a singleton. This crashed writer unit tests. by Kohei Yoshida · 12 years ago
  88. a71ae24 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  89. 3d046b7 coverity#706235 Uncaught exception by Caolán McNamara · 12 years ago
  90. 9986fe7 coverity#706234 Uncaught exception by Caolán McNamara · 12 years ago
  91. cf16d4e coverity#706232 Uncaught exception by Caolán McNamara · 12 years ago
  92. 1b48561 coverity#706231 Uncaught exception by Caolán McNamara · 12 years ago
  93. 145b64c Avoid undefined signed integer overflow by Stephan Bergmann · 12 years ago
  94. a77a7f6 Fix memory leak by Stephan Bergmann · 12 years ago
  95. b8a3299 Fix memory leak (missing typelib_TypeDescription_release) by Stephan Bergmann · 12 years ago
  96. ea491d0 OSL_TRACE -> SAL_INFO by Thomas Arnhold · 12 years ago
  97. 0f2824b remove more unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  98. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  99. c5d47c3 add default value for Context param in uno::Exception constructors by Noel Grandin · 12 years ago
  100. b09b5f8 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 by Julien Nabet · 12 years ago