1. b4285a9 fixincludeguards.sh: basic by Thomas Arnhold · 12 years ago
  2. c79a5f8 remove executable bit by Andras Timar · 12 years ago
  3. 618a0f8 whitespace for include statements by Thomas Arnhold · 12 years ago
  4. d2f24e3 typo: beause -> because by Thomas Arnhold · 12 years ago
  5. 8d202fa typo: paramter -> parameter by Thomas Arnhold · 12 years ago
  6. 6cde764 typo: implicitely -> implicitly by Thomas Arnhold · 12 years ago
  7. 2b1833d remove _old_format_code_ by Thomas Arnhold · 12 years ago
  8. cc72564 Clean up function declarations and some unused functions by Stephan Bergmann · 12 years ago
  9. 1eee88d basic: sal_Bool->bool by Noel Grandin · 12 years ago
  10. 8f6c55a Replace SV_DECL/IMPL_REF macros with SvRef template by Stephan Bergmann · 12 years ago
  11. af8c8f8 StarBASIC::ErrorHdl sal_Bool->bool by Noel Grandin · 12 years ago
  12. 2d1eaee SbxObject::Call sal_Bool->bool by Noel Grandin · 12 years ago
  13. 88ab818 SbxObject::isClass sal_Bool->bool by Noel Grandin · 12 years ago
  14. 675194c coverity#706238 Uncaught exception by Caolán McNamara · 12 years ago
  15. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  16. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  17. 0015c98 Remove unused BASIC CaptureAssertions functionality by Stephan Bergmann · 12 years ago
  18. 4e3cf9c MSVC helpfully provides warning C4310: cast truncates constant value by Michael Stahl · 12 years ago
  19. ba46f32 deploy some asserts to detect truncated STREAM_SEEK_TO_END by Michael Stahl · 12 years ago
  20. d761d5e error: no matching function for call to.. by Matúš Kukan · 12 years ago
  21. 655a39d basic: for PutData()/GetData() actually 32bits should be enough by Michael Stahl · 12 years ago
  22. 061130b fdo#75280 Started cleaning up of sal_uIntPtr usage. by Valentin Kettner · 12 years ago
  23. 77fd24a Remove remaining DBG_CTOR etc. remnants from basic by Stephan Bergmann · 12 years ago
  24. 567ef6d Second batch of adding SAL_OVERRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  25. 75ebd3b basic: sal_Bool->bool by Noel Grandin · 12 years ago
  26. f288d7d basic: sal_Bool->bool by Noel Grandin · 12 years ago
  27. d7c5d9e basic: sal_Bool->bool by Noel Grandin · 12 years ago
  28. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  29. 5fb7860 Split TYPEINFO into plain and TYPEINFO_OVERRIDE by Stephan Bergmann · 12 years ago
  30. 86088dd osl_setDetailedDebugMessageFunc is effectively doing nothing by Stephan Bergmann · 12 years ago
  31. 6854bd6 These DbgOutf calls do not seem worth keeping by Stephan Bergmann · 12 years ago
  32. db3d23f Adapt to sal/log.hxx by Stephan Bergmann · 12 years ago
  33. 6d24c8c Adapt to sal/log.hxx by Stephan Bergmann · 12 years ago
  34. dd52330 Avoid possible resource leaks by boost::scoped_array by Takeshi Abe · 12 years ago
  35. 96710f8 convert OUString::match to OUString::endsWith by Noel Grandin · 12 years ago
  36. 39c7532 basic: prefer passing OUString and OString by reference by Noel Grandin · 12 years ago
  37. 90dcd2a basic: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  38. 25cedf1 Introduce com.sun.star.beans.theIntrospection singleton by Stephan Bergmann · 12 years ago
  39. f6d97d0 remove unused code in basic/CodeCompleteDataCache by Noel Grandin · 12 years ago
  40. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  41. 6a38eac Remove visual noise from basic by Alexander Wilms · 12 years ago
  42. 295bc87 basic: remove use of sal_uIntptr in favor of more appropriate type by Norbert Thiebaud · 12 years ago
  43. 83aa6d8 Remove some temporaries around calls to SvNumberFormatter methods by Matteo Casalin · 12 years ago
  44. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  45. a18a1a4 Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx by Tobias Lippert · 12 years ago
  46. 12f1faf svl: sal_Bool -> bool by Stephan Bergmann · 12 years ago
  47. b2878af more SvStream:operator>> conversion by Noel Grandin · 12 years ago
  48. 15535e3 convert SvStream::operator>> methods to ReadXXX methods by Noel Grandin · 12 years ago
  49. 70b3006 fix crash when importing unsupported macro content, related fdo#59374 by Markus Mohrhard · 12 years ago
  50. bd20500 Simplify access to theCoreReflection singleton by Stephan Bergmann · 12 years ago
  51. ac6e8ac typo fixes in comments by Andras Timar · 12 years ago
  52. 527eb5a Typo: applictaion -> application by Julien Nabet · 12 years ago
  53. 6c820a2 basic: _FIND_STATIC likely not an error in SbiExprNode::GenElement() by Michael Stahl · 12 years ago
  54. a5090cc Related: #i123862# use O*String's isEmpty() method... by Herbert Dürr · 12 years ago
  55. 326bec3 some more continuous corrections by Thomas Arnhold · 12 years ago
  56. 25d089e fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter. by Alexandre Vicenzi · 12 years ago
  57. f96f38f8 bool improvements by Stephan Bergmann · 12 years ago
  58. 5c734f4 coverity#738565 Uninitialized scalar field by Caolán McNamara · 12 years ago
  59. 8cccfb8 coverity#441077 Dereference after null check by Caolán McNamara · 12 years ago
  60. 4e8692a coverity#984078 Uninitialized scalar field by Caolán McNamara · 12 years ago
  61. 3848819 coverity#707652 Uninitialized scalar field by Caolán McNamara · 12 years ago
  62. fd7dbe5 coverity#707651 Uninitialized scalar field by Caolán McNamara · 12 years ago
  63. 81926e6 coverity#707650 Uninitialized pointer field by Caolán McNamara · 12 years ago
  64. 7acea5a coverity#707649 Uninitialized scalar field by Caolán McNamara · 12 years ago
  65. a8d7c51 coverity#707629 Uninitialized scalar field by Caolán McNamara · 12 years ago
  66. 7593b00 coverity#736909 Allocation too small for type by Caolán McNamara · 12 years ago
  67. 28793ab coverity#736908 Allocation too small for type by Caolán McNamara · 12 years ago
  68. fcf23e8 coverity#706117 Allocation too small for type by Caolán McNamara · 12 years ago
  69. 16a2e90 remove SvStream::operator<< methods by Noel Grandin · 12 years ago
  70. d803483 convert more SvStream::operator<< calls by Noel Grandin · 12 years ago
  71. 4eda1a0 Add some unit-tests for Mid vb function (includes fdo#73771) by Julien Nabet · 12 years ago
  72. 6cccf0f bool improvements by Stephan Bergmann · 12 years ago
  73. ff48f28 Resolves: fdo#73771 Non-standard behaviour for Function Mid by Julien Nabet · 12 years ago
  74. 5f893db how should I fix this memory leak?? by Markus Mohrhard · 12 years ago
  75. d3b60aa CID#706118: possibly invalid cast by Markus Mohrhard · 12 years ago
  76. 1b33a38 Whatever those "true" arguments to SotStorage ctor may once have meant by Stephan Bergmann · 12 years ago
  77. 99159a6 fdo#73698 check for empty aOut by Andras Timar · 12 years ago
  78. da67f5b Environment variables can contain >127 characters by Andras Timar · 12 years ago
  79. c648d08 convert SvStream::operator<< overloads to more explicit methods by Noel Grandin · 12 years ago
  80. 0d29aab bool improvements by Stephan Bergmann · 12 years ago
  81. b69864f re-write SvStream operator<< to non-overloaded methods by Noel Grandin · 12 years ago
  82. 9e77ddc Resolves: #i123817# prepare codebase for updating to boost 1.55 by Herbert Dürr · 12 years ago
  83. b55259e typo fixes by Andras Timar · 12 years ago
  84. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  85. 83e191e Do not use C++-UNO internal static_type functions in client code by Stephan Bergmann · 12 years ago
  86. 4b0f171 sbxbase.hxx is private to basic by Tor Lillqvist · 12 years ago
  87. d76178b sbstdobj.hxx is private to basic by Tor Lillqvist · 12 years ago
  88. 444aace sbprop.hxx is private to basic by Tor Lillqvist · 12 years ago
  89. 0a33e24 sbobjmod.hxx is private to basic by Tor Lillqvist · 12 years ago
  90. dde119c basic/global.hxx is private to basic by Tor Lillqvist · 12 years ago
  91. 526a600 Drop duplicate #include by Takeshi Abe · 12 years ago
  92. 3a437ba Resolves: #i74854# fix buttons in MsgBox with info icon by Herbert Dürr · 12 years ago
  93. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  94. ab5d1fb SAL_WARN_UNUSED com::sun::star::uno::Any by Stephan Bergmann · 12 years ago
  95. 04dead1 make l10n buildable separately by Bjoern Michaelsen · 12 years ago
  96. 2a6976d -Werror,-Wunused-member-function by Stephan Bergmann · 12 years ago
  97. 1b3e9bc -Werror,-Wunused-member-function by Stephan Bergmann · 12 years ago
  98. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  99. 8b308d5 basic: include <> for external includes by Norbert Thiebaud · 12 years ago
  100. a2505ae SAL_WARN_UNUSED INetURLObject by Stephan Bergmann · 12 years ago