1. 9bac4d4 typo: more then -> more than by Takeshi Abe · 12 years ago
  2. e5b0aa9 basic: -Werror=sign-compare by Michael Stahl · 12 years ago
  3. ae7ca8b fdo#46037: remove unused comphelper/configurationhelper.hxx by Alexandre Vicenzi · 12 years ago
  4. c694837 convert linked list to std::vector in SbxDimArray by Noel Grandin · 12 years ago
  5. 1392a88 fdo#52076 remove empty library instead of writing it out empty by Lionel Elie Mamane · 12 years ago
  6. ea5ef0a Drop unused #includes by Takeshi Abe · 12 years ago
  7. 5072531 Drop an unused function by Takeshi Abe · 12 years ago
  8. fffc9b2 fdo#75757: remove inheritance to std::vector by Takeshi Abe · 12 years ago
  9. 6a87363 Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx by Tobias Lippert · 12 years ago
  10. d97b5e4 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  11. dac4ca5 new loplugin: externalandnotdefined by Noel Grandin · 12 years ago
  12. eb9b890 DBG_ASSERT->assert when followed by dereference by Caolán McNamara · 12 years ago
  13. c80be302 coverity#706241 Uncaught exception by Caolán McNamara · 12 years ago
  14. b35f3df coverity#706240 Uncaught exception by Caolán McNamara · 12 years ago
  15. 42fcd88 coverity#735397 dead code by Norbert Thiebaud · 12 years ago
  16. 5ace3f3b clang scan-build: various warnings by Caolán McNamara · 12 years ago
  17. e48a233 loplugin:unreffun: also warn about redundant redeclarations by Stephan Bergmann · 12 years ago
  18. daa6898 clang: Dead initialization by Caolán McNamara · 12 years ago
  19. a7fcb3e clang: Returning null reference by Caolán McNamara · 12 years ago
  20. 2daceb8 clang: Uninitialized argument value by Caolán McNamara · 12 years ago
  21. ec1636f Remove this weird inheritance from smart-pointer-wrapped class. by Kohei Yoshida · 12 years ago
  22. e14abb1 Use boost::optional to store alias name. by Kohei Yoshida · 12 years ago
  23. ff0ecb2 pData -> mpVarEntries. by Kohei Yoshida · 12 years ago
  24. bb6d9b0 Remove this class that only derives from std::vector and not much else. by Kohei Yoshida · 12 years ago
  25. 533c6cb fixes for up-casting to Reference<XInterface> by Noel Grandin · 12 years ago
  26. f870059 basic: silence expected SAL_WARN output by Miklos Vajna · 12 years ago
  27. 136a2bc coverity#1210096 Uncaught exception by Caolán McNamara · 12 years ago
  28. 66f9813 coverity#1210098 Uncaught exception by Caolán McNamara · 12 years ago
  29. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  30. f8ef1fe loplugin:staticcall by Stephan Bergmann · 12 years ago
  31. 2278e8f coverity#1213486 Uncaught exception by Caolán McNamara · 12 years ago
  32. 9284a63 iprevent violation of exception spec by Markus Mohrhard · 12 years ago
  33. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  34. 457933f Do not both _use_library_objects and _use_libraries sb by Stephan Bergmann · 12 years ago
  35. e665522 Avoid static BasicDLL (that would be destroyed after DeInitVCL now) by Stephan Bergmann · 12 years ago
  36. 369d959 DeInitVCL at end of tests by Stephan Bergmann · 12 years ago
  37. dd8f095 WaE: warning C4101: 'ex' : unreferenced local variable by Thomas Arnhold · 12 years ago
  38. 3038794 basic: typo by Thomas Arnhold · 12 years ago
  39. 6b4c596 Fix memory leak for BASIC sub (as well as void function) by Stephan Bergmann · 12 years ago
  40. 6a53ea2 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  41. a916b6f Detach all DocBasicItem objects upon process termination. by Kohei Yoshida · 12 years ago
  42. 5a82767 Avoid static local of a singleton. This crashed writer unit tests. by Kohei Yoshida · 12 years ago
  43. a71ae24 Avoid possible memory leaks in case of exceptions by Takeshi Abe · 12 years ago
  44. 3d046b7 coverity#706235 Uncaught exception by Caolán McNamara · 12 years ago
  45. 9986fe7 coverity#706234 Uncaught exception by Caolán McNamara · 12 years ago
  46. cf16d4e coverity#706232 Uncaught exception by Caolán McNamara · 12 years ago
  47. 1b48561 coverity#706231 Uncaught exception by Caolán McNamara · 12 years ago
  48. 145b64c Avoid undefined signed integer overflow by Stephan Bergmann · 12 years ago
  49. a77a7f6 Fix memory leak by Stephan Bergmann · 12 years ago
  50. b8a3299 Fix memory leak (missing typelib_TypeDescription_release) by Stephan Bergmann · 12 years ago
  51. ea491d0 OSL_TRACE -> SAL_INFO by Thomas Arnhold · 12 years ago
  52. 0f2824b remove more unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  53. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  54. c5d47c3 add default value for Context param in uno::Exception constructors by Noel Grandin · 12 years ago
  55. b09b5f8 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19 by Julien Nabet · 12 years ago
  56. 5246fa2 fdo#68983: basic: if the library is not loaded fully, copy source storage by Michael Stahl · 12 years ago
  57. 5ca4b9d Revert "fdo#67685 open xSourceLibrariesStor only when needed" by Michael Stahl · 12 years ago
  58. 0e21019 fdo#68983: Revert "remove #if 0 block (from ... by Michael Stahl · 12 years ago
  59. df466d7 fdo#70474: Random number generation weak with Rnd in BASIC by Thomas Arnhold · 12 years ago
  60. 68741d0 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13 by Julien Nabet · 12 years ago
  61. 9831dc2 coverity#441607 Dereference null return value by Caolán McNamara · 12 years ago
  62. 4aa690c basic: use prewin.h by Thomas Arnhold · 12 years ago
  63. b2096dea various loplugin:passsequencebyref by Noel Grandin · 12 years ago
  64. 375a6c7 i#64348 basic: fix CDec() crash if string is empty by Thomas Arnhold · 12 years ago
  65. 3beaccc Revert "i#64348 basic: fix CDec() crash if string is empty" by Thomas Arnhold · 12 years ago
  66. a5b9378 basic: update descriptions and add some more tests by Thomas Arnhold · 12 years ago
  67. c4e301a basic: Add CDec unit test by Thomas Arnhold · 12 years ago
  68. 375b01b i#64348 basic: fix CDec() crash if string is empty by Thomas Arnhold · 12 years ago
  69. 70e744b fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF by Michaël Lefèvre · 12 years ago
  70. 97bfac4 coverity#1213529 Uncaught exception by Caolán McNamara · 12 years ago
  71. 5ec7a58 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8 by Julien Nabet · 12 years ago
  72. 7f1f1db prewin.h handles WB_LEFT and WB_RIGHT already by Thomas Arnhold · 12 years ago
  73. 569ff67 update_pch: add a bunch of pch files by Thomas Arnhold · 12 years ago
  74. 78b9537 various: sal_Bool->bool by Noel Grandin · 12 years ago
  75. 09abd82 remove uncompiled source files by Thomas Arnhold · 12 years ago
  76. 9e43608 dflt -> default by Thomas Arnhold · 12 years ago
  77. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  78. 8bf0b95 coverity#1209779 & coverity#1209780 Resource leak by Chris Sherlock · 12 years ago
  79. 0a1d822 Many spelling fixes: directories a* - g*. by Pedro Giffuni · 12 years ago
  80. b4285a9 fixincludeguards.sh: basic by Thomas Arnhold · 12 years ago
  81. c79a5f8 remove executable bit by Andras Timar · 12 years ago
  82. 618a0f8 whitespace for include statements by Thomas Arnhold · 12 years ago
  83. d2f24e3 typo: beause -> because by Thomas Arnhold · 12 years ago
  84. 8d202fa typo: paramter -> parameter by Thomas Arnhold · 12 years ago
  85. 6cde764 typo: implicitely -> implicitly by Thomas Arnhold · 12 years ago
  86. 2b1833d remove _old_format_code_ by Thomas Arnhold · 12 years ago
  87. cc72564 Clean up function declarations and some unused functions by Stephan Bergmann · 12 years ago
  88. 1eee88d basic: sal_Bool->bool by Noel Grandin · 12 years ago
  89. 8f6c55a Replace SV_DECL/IMPL_REF macros with SvRef template by Stephan Bergmann · 12 years ago
  90. af8c8f8 StarBASIC::ErrorHdl sal_Bool->bool by Noel Grandin · 12 years ago
  91. 2d1eaee SbxObject::Call sal_Bool->bool by Noel Grandin · 12 years ago
  92. 88ab818 SbxObject::isClass sal_Bool->bool by Noel Grandin · 12 years ago
  93. 675194c coverity#706238 Uncaught exception by Caolán McNamara · 12 years ago
  94. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  95. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  96. 0015c98 Remove unused BASIC CaptureAssertions functionality by Stephan Bergmann · 12 years ago
  97. 4e3cf9c MSVC helpfully provides warning C4310: cast truncates constant value by Michael Stahl · 12 years ago
  98. ba46f32 deploy some asserts to detect truncated STREAM_SEEK_TO_END by Michael Stahl · 12 years ago
  99. d761d5e error: no matching function for call to.. by Matúš Kukan · 12 years ago
  100. 655a39d basic: for PutData()/GetData() actually 32bits should be enough by Michael Stahl · 12 years ago