1. d66d6d7 valgrind: use of uninit data in sw_globalfilter test by Caolán McNamara · 11 years ago
  2. a12c083 Some follow-up #include clean-up by Stephan Bergmann · 11 years ago
  3. 9ce08dc writeHeaderFieldBody is only called with bInitialSpace = false by Stephan Bergmann · 11 years ago
  4. a68b0ef CODING_QUOTED has become unused by Stephan Bergmann · 11 years ago
  5. 8fdd280 CONTEXT_TEXT is the only unused Context by Stephan Bergmann · 11 years ago
  6. 7a2a021 Make various INetMIME members local to inetmime.cxx by Stephan Bergmann · 11 years ago
  7. 266805f Make createPreferredCharsetList local to inetmime.cxx by Stephan Bergmann · 11 years ago
  8. 68bcfd0 SPACE_ENCODED has become unused by Stephan Bergmann · 11 years ago
  9. f4fb4c5 Make INetMIMEEncodedWordOutputSink local to inetmime.cxx by Stephan Bergmann · 11 years ago
  10. 9847802 HEADER_FIELD_TEXT is the only used HeaderFieldType by Stephan Bergmann · 11 years ago
  11. 74efa4f WaE: variable set but not used by Caolán McNamara · 11 years ago
  12. 50ea351 INetMIMEOutputSink line length limit is unused by Stephan Bergmann · 11 years ago
  13. ade5624 All INetMIMEOutputSink instances use same fixed ctor arg values by Stephan Bergmann · 11 years ago
  14. bfff96f Odd that this started out as STRING_MAXLEN by Stephan Bergmann · 11 years ago
  15. 54ddc13 Fold INetMIMEStringOutputSink into INetMIMEOutputSink base by Stephan Bergmann · 11 years ago
  16. 1493848 No need for user-prov. INetContentTypeParameter ctor, use list-initialization by Stephan Bergmann · 11 years ago
  17. 01d0f0f "unnamed namespaces don't work well yet" is no longer true by Stephan Bergmann · 11 years ago
  18. 1a92932 Remove unused INetMIMEMessage parts by Stephan Bergmann · 11 years ago
  19. 9371a5f More INetMIMEMessageStream clean up by Stephan Bergmann · 11 years ago
  20. 82285ab Merge INetMessageIStream into INetMIMEMessageStream by Stephan Bergmann · 11 years ago
  21. 4464e5d No need for INetMIMEMessageStream encoding by Stephan Bergmann · 11 years ago
  22. 40bcf53 Remove unused INetMessageOStream functionality by Stephan Bergmann · 11 years ago
  23. e871b6a Reduce INetMIMEMessage::EnableAttachChild to its only use case by Stephan Bergmann · 11 years ago
  24. a7b38dc Check for "multipart/" prefix by Stephan Bergmann · 11 years ago
  25. 8ab005a Avoid pain when using selective debuginfo by Tor Lillqvist · 11 years ago
  26. 36d0f77 disable an assert in color tests due to rounding error by Tomaž Vajngerl · 11 years ago
  27. 1249262 Change color test to report expected values when assert fails by Tomaž Vajngerl · 11 years ago
  28. eb2e1ab Report reference color and expected color if test fails by Tomaž Vajngerl · 11 years ago
  29. 6a223b9 sot: don't leak uninitialized memory into temp file by Michael Stahl · 11 years ago
  30. 43691a1 tdf#93794 - spin buttons not rendered in gtk2/gtk3 by Noel Grandin · 11 years ago
  31. 54644d6 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  32. c1a9d01 tdf#62525: use cow_wrapper for SvGlobalName by Daniel Robertson · 11 years ago
  33. 1e8b7cd this farcical staroffice 5.0 related junk can at least be const by Caolán McNamara · 11 years ago
  34. 475cbbb Remove redundant if (zero is already handled earlier) by Stephan Bergmann · 11 years ago
  35. cce0620 loplugin:passstuffbyref by Stephan Bergmann · 11 years ago
  36. 01ed4bf Avoid slightly silly warnings from Clang by Tor Lillqvist · 11 years ago
  37. a0ab7c3 Again add ability to change tint/shade of a color + unit test by Tomaž Vajngerl · 11 years ago
  38. 139b32b Bin the fairly useless DbgDialog stuff and handle fallout by Tor Lillqvist · 11 years ago
  39. 5109114 Put Line under tools namespace by Norbert Thiebaud · 11 years ago
  40. ef46917 Put Polygon from tools under tools:: namespace by Norbert Thiebaud · 11 years ago
  41. 286dfc2 loplugin: defaultparams by Noel Grandin · 11 years ago
  42. aedd003 tools: prefix members of SvStream by Michael Stahl · 11 years ago
  43. a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
  44. 6a1f318 in remainingSize consider that its is possible to seek past the end by Caolán McNamara · 11 years ago
  45. 21834f1 tools: replace boost::ptr_vector with std::unordered_map by Michael Stahl · 11 years ago
  46. ec243f4 Revert "tools: replace boost::ptr_vector with std::unordered_map" by Norbert Thiebaud · 11 years ago
  47. 218be53 tools: replace boost::ptr_vector with std::unordered_map by Michael Stahl · 11 years ago
  48. cbce40e Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds by Stephan Bergmann · 11 years ago
  49. 9125549 add some unit tests for tools::Rectangle by Tomaž Vajngerl · 11 years ago
  50. 8cb69cc -1 -> Z_ERRNO for clarity by Caolán McNamara · 11 years ago
  51. 1fd5509 Replace GetAppData(SHL_ERR) with an rtl::Static by Stephan Bergmann · 11 years ago
  52. 99769c5 Unused #ifdef BOOTSTRAP by Stephan Bergmann · 11 years ago
  53. 5aff134 only inflate if status from InitDecompress is good by Caolán McNamara · 11 years ago
  54. d3d4b86 loplugin:unusedmethods tools by Noel Grandin · 11 years ago
  55. d16d9f9 remove some unnecessary typedefs to pointer by Noel Grandin · 11 years ago
  56. 3293509 remove custom RTTI from SvDataCopyStream by Noel Grandin · 11 years ago
  57. 4729774 remove unnecessary check for null when calling delete by Noel Grandin · 11 years ago
  58. 8ca53be loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  59. 1d92933 convert B2VectorContinuity to scoped enum by Noel Grandin · 11 years ago
  60. e030850 -fsanitize=nonnull-attribute in memcpy call by Stephan Bergmann · 11 years ago
  61. 42c178b -fsanitize=nonnull-attribute in memcpy call by Stephan Bergmann · 11 years ago
  62. 194c960 loplugin:cstylecast: deal with those that are (technically) const_cast by Stephan Bergmann · 11 years ago
  63. d5129a9 new clang plugin: loopvartoosmall by Noel Grandin · 11 years ago
  64. d2275c8 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  65. 6c9dfa8 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  66. bfd33a8 callcatcher: update unused code by Caolán McNamara · 11 years ago
  67. d6c80f2 tools: check for data loss in WriteFraction by Michael Stahl · 11 years ago
  68. ad5daef loplugin:cstylecast: nop between pointer types of exactly same spelling by Stephan Bergmann · 11 years ago
  69. 5984cc8 Add ability to change tint/shade of a color. by Tomaž Vajngerl · 11 years ago
  70. c89e590 extend color test - check read & write from stream by Tomaž Vajngerl · 11 years ago
  71. 4a7dcee Clean up tools/link.hxx by Stephan Bergmann · 11 years ago
  72. e8b97a5 Merge remote-tracking branch 'origin/feature/vclptr' by Michael Meeks · 11 years ago
  73. f0edb67 enhancement : tdf#90225 Cannot open compressed csv files from calc by Dennis Francis · 11 years ago
  74. 877fe59 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  75. 2240118 Improved loplugin:literaltoboolconversion looking into cond. exprs. by Stephan Bergmann · 11 years ago
  76. 6ff2d84a Various #include <sal/log.hxx> fixups by Stephan Bergmann · 11 years ago
  77. 9561c2f Clean up new rtl/surrogates.h by Stephan Bergmann · 11 years ago
  78. fd8c06a duplicate surrogate code by Caolán McNamara · 11 years ago
  79. 9f23260 SvStream: WriteUChar -> WriteBool by Stephan Bergmann · 11 years ago
  80. 5252a1d tools: leave ErrorContext with a vcl::Window * for now. by Michael Meeks · 11 years ago
  81. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  82. e33d74f Make ErrorContext includers happier. by Michael Meeks · 11 years ago
  83. 1c4025b vclwidget: change all vcl::window fields to be wrapped in VclPtr by Noel Grandin · 11 years ago
  84. 8109030 No need to go via floating-point calculations by Stephan Bergmann · 11 years ago
  85. 91b9148 Change tools::Time::GetSystemTicks to sal_uInt64 by Stephan Bergmann · 11 years ago
  86. 3516371 loplugin:staticmethods by Noel Grandin · 11 years ago
  87. 9eed05b Remove dead INetProtocol::Out by Stephan Bergmann · 11 years ago
  88. 5ba54aa Remove dead INetProtocol::Vim by Stephan Bergmann · 11 years ago
  89. 6d089a4 Kill INetProtocol::News by Tor Lillqvist · 11 years ago
  90. 5241788 Kill INetProtocol::Imap and Pop3 by Tor Lillqvist · 11 years ago
  91. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  92. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  93. 9af6b70 Plug the hole in INetProtocol by Stephan Bergmann · 11 years ago
  94. 6e74c9f Remove left-over comment junk by Stephan Bergmann · 11 years ago
  95. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  96. edc189d loplugin:staticfunction by Noel Grandin · 11 years ago
  97. 9826b9c Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  98. a98c1692 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  99. 2a081a0 Rectangle::toString(): output position, then size by Miklos Vajna · 11 years ago
  100. 665bad8 loplugin:constantfunction: tools by Noel Grandin · 11 years ago