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