1. 9f23260 SvStream: WriteUChar -> WriteBool by Stephan Bergmann · 11 years ago
  2. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  3. 8109030 No need to go via floating-point calculations by Stephan Bergmann · 11 years ago
  4. 91b9148 Change tools::Time::GetSystemTicks to sal_uInt64 by Stephan Bergmann · 11 years ago
  5. 3516371 loplugin:staticmethods by Noel Grandin · 11 years ago
  6. 9eed05b Remove dead INetProtocol::Out by Stephan Bergmann · 11 years ago
  7. 5ba54aa Remove dead INetProtocol::Vim by Stephan Bergmann · 11 years ago
  8. 6d089a4 Kill INetProtocol::News by Tor Lillqvist · 11 years ago
  9. 5241788 Kill INetProtocol::Imap and Pop3 by Tor Lillqvist · 11 years ago
  10. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  11. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  12. 9af6b70 Plug the hole in INetProtocol by Stephan Bergmann · 11 years ago
  13. 6e74c9f Remove left-over comment junk by Stephan Bergmann · 11 years ago
  14. aa1b911 loplugin:staticmethods by Noel Grandin · 11 years ago
  15. edc189d loplugin:staticfunction by Noel Grandin · 11 years ago
  16. 9826b9c Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  17. a98c1692 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  18. 2a081a0 Rectangle::toString(): output position, then size by Miklos Vajna · 11 years ago
  19. 665bad8 loplugin:constantfunction: tools by Noel Grandin · 11 years ago
  20. 556373c V668 no sense in testing the result of new against null by Caolán McNamara · 11 years ago
  21. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  22. 6d72994 convert RC_ constants to enum class by Noel Grandin · 11 years ago
  23. 593f083 convert enum _ImplINetRFC822MessageHeaderState to enum class by Noel Grandin · 11 years ago
  24. 63dc0b4 convert INETMSG_MIME_VERSION constants to enum class by Noel Grandin · 11 years ago
  25. 1e4f2cc convert INETMSG_RFC822_ constants to enum class by Noel Grandin · 11 years ago
  26. bbfc6ad Add Rectangle::toString() by Miklos Vajna · 11 years ago
  27. aa1b4a29 Various typos by Julien Nabet · 11 years ago
  28. 765efd3 DBG_ASSERT -> assert by Stephan Bergmann · 11 years ago
  29. 6547c93 tdf#89319 SvFileStream: remove redundant osl_getFilePos() calls by László Németh · 11 years ago
  30. db11071 Fold INetMessageIOStream into INetMIMEMessageStream by Stephan Bergmann · 11 years ago
  31. df1c438 Fold INetOStream into INetMessageOStream by Stephan Bergmann · 11 years ago
  32. ba2cb77 Fold INetIStream into INetMessageIStream by Stephan Bergmann · 11 years ago
  33. c27ab70 GenerateHeader(false) -> SetHeaderGenerated() by Stephan Bergmann · 11 years ago
  34. 2c5ce8e Remove unused INetMIMEMessage streaming operators by Stephan Bergmann · 11 years ago
  35. ca6be61 Fold INetRFC822Message into INetMIMEMessage by Stephan Bergmann · 11 years ago
  36. 3939b6d Fold INetMessage into INetRFC822Message by Stephan Bergmann · 11 years ago
  37. 4d6a509 convert all remaining BOOST_STATIC_ASSERT to static_assert by Caolán McNamara · 11 years ago
  38. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  39. 71b87e3 coverity#1242531 Untrusted value as argument by Caolán McNamara · 11 years ago
  40. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  41. 83de961 coverity#1244945 Untrusted value as argument by Caolán McNamara · 11 years ago
  42. 381ea04 coverity#1244946 Untrusted value as argument by Caolán McNamara · 11 years ago
  43. 2850b4d Some more loplugin:cstylecast: tools by Stephan Bergmann · 11 years ago
  44. 5901827 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  45. 2f69f6e remove unnecessary parentheses by Noel Grandin · 11 years ago
  46. c32a5a3 simplify Date/Time/DateTime conversion code by Noel Grandin · 11 years ago
  47. 278b400 fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class' by Noel Grandin · 11 years ago
  48. 306f048 fdo#84938: convert COMPRESSMODE_ #defines to 'enum class' by Noel Grandin · 11 years ago
  49. 4e89a3e fix windows build by Noel Grandin · 11 years ago
  50. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  51. 9720e8e Some loplugin:revisibility clean-up by Stephan Bergmann · 11 years ago
  52. bd03af5 valgrind: Conditional jump or move depends on uninitialised value by Caolán McNamara · 11 years ago
  53. 8130714 fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class' by Noel Grandin · 11 years ago
  54. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  55. 190196b Date/Time no longer loaded from rsc files by Caolán McNamara · 11 years ago
  56. 756fe1b drop dateformatter resource loading by Caolán McNamara · 11 years ago
  57. caa9278 TimeFields not loaded from resource files anymore by Caolán McNamara · 11 years ago
  58. 09e071f tools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  59. 47cd375 Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value" by Stephan Bergmann · 11 years ago
  60. 146bd12 Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value by Stephan Bergmann · 11 years ago
  61. 9ce073b tools: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  62. cf01aff remove operator>> and operator<< methods by Noel Grandin · 11 years ago
  63. c2a93a2 long is 32 bit on Windows x86_64 platform by David Ostrovsky · 11 years ago
  64. 0375504 fdo#38835 strip out OString globals by Noel Grandin · 11 years ago
  65. 2f7a386 loplugin:cstylecast, involving pointer to incomplete type by Stephan Bergmann · 11 years ago
  66. 827430c Fold URE: Windows by Stephan Bergmann · 11 years ago
  67. b1c7f07 assert on loading timestamp in kde80951-1.html by Caolán McNamara · 11 years ago
  68. 34411dc Mark Color::AsRGBHexString() as const by Miklos Vajna · 11 years ago
  69. 764600b Apply pimpl to ResStringArray, to hide its internals. by Kohei Yoshida · 11 years ago
  70. 2dff8ff Build fix on Linux. by Kohei Yoshida · 11 years ago
  71. 6d7282f Apply pimpl to Fraction. by Kohei Yoshida · 11 years ago
  72. 0348341 Make these methods non-inline. by Kohei Yoshida · 11 years ago
  73. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  74. 71c00f4 coverity#982314 Logically dead code by Caolán McNamara · 11 years ago
  75. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  76. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  77. 047830d There are three positive return codes from inflate by Caolán McNamara · 11 years ago
  78. 7f3326f checker type doesn't work, try event type by Caolán McNamara · 11 years ago
  79. 06bde51 tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout() by Chris Sherlock · 11 years ago
  80. 0f6e4e7 coverity#1250404 Operands don't affect result by Caolán McNamara · 11 years ago
  81. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  82. bdd22c4 WaE: C4101: 'unused' : unreferenced local variable by Tor Lillqvist · 11 years ago
  83. ddc7f5d fix build on android-arm tinderbox by David Tardon · 11 years ago
  84. 2ce0aed fdo#81356: use boost::rational internally in Fraction by Juan Picca · 11 years ago
  85. 1f6aefc coverity#1242531 Untrusted loop bound by Caolán McNamara · 11 years ago
  86. 91fac2a cid#705051 Dereference after null check by Noel Grandin · 11 years ago
  87. 530334a Explicitly include the cmath std::abs overloads by Stephan Bergmann · 11 years ago
  88. 6a4b976 Fix Fraction(-2147483648.0) for 32-bit wide long by Stephan Bergmann · 11 years ago
  89. 6805d77 Fract: enable tests by Juan Picca · 11 years ago
  90. 31af61e Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" by Jan Holesovsky · 11 years ago
  91. dc90c5a Fraction: Revert "just check if the fraction is < 0" by Jan Holesovsky · 11 years ago
  92. b66aad4 Fraction: Revert "simplify condition" by Jan Holesovsky · 11 years ago
  93. 858c2a2 Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" by Jan Holesovsky · 11 years ago
  94. 5be04f5 coverity#440777 Resource leak in object by Caolán McNamara · 11 years ago
  95. 4b71bb3 work around windows whining by Norbert Thiebaud · 11 years ago
  96. 18bb0ac another blind attempt to fix the test by David Tardon · 11 years ago
  97. a43ba14 correct cast by David Tardon · 11 years ago
  98. 5cdede3 now why did i do this? by David Tardon · 11 years ago
  99. bac6e18 fix long long -> BigInt for LONG_MAX value by David Tardon · 11 years ago
  100. 69e8417 fix copypasta by David Tardon · 11 years ago