1. 5cc560f basctl, basic: convert new to ::Create. by Michael Meeks · 11 years ago
  2. 8a65284 Automated conversion of VclPtr construction to use Instance template. by Michael Meeks · 11 years ago
  3. 5d133eb6 first half of non-scriptable, Instance constructor conversion. by Michael Meeks · 11 years ago
  4. 61b224f vclwidget: fixup locally allocated vcl::Window objects by Noel Grandin · 11 years ago
  5. 6d0c891 vclwidget: fix more places that should be wrapping in VclPtr by Noel Grandin · 11 years ago
  6. d7a84ce vclwidget: only call dispose() once by Noel Grandin · 11 years ago
  7. 00f2787 vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr by Noel Grandin · 11 years ago
  8. 28c2cf4f vcl: VclPtr conversion in basic by Noel Grandin · 11 years ago
  9. 9222f5d A UNO Any can't contain an Any by Stephan Bergmann · 11 years ago
  10. 5ba54aa Remove dead INetProtocol::Vim by Stephan Bergmann · 11 years ago
  11. 54e87df Change INetProtocol enumerators to CamelCase by Stephan Bergmann · 11 years ago
  12. 44b3e56 Change INetProtocol to scoped enumeration by Stephan Bergmann · 11 years ago
  13. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  14. 4f2a236 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  15. a52cf47 Clean up template-parameter-dependent C-style casts by Stephan Bergmann · 11 years ago
  16. 0bd502a Clean up remaining C-style casts among void pointers by Stephan Bergmann · 11 years ago
  17. c3fb36e Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  18. 0511c86 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  19. c1fed2a WaE: this method is empty and should be removed by Tor Lillqvist · 11 years ago
  20. b33788c Typos by Julien Nabet · 11 years ago
  21. 8414d84 Basic: scanner should'nt use 0xFF mask on characters by Arnaud Versini · 11 years ago
  22. b2d2d72 loplugin:constantfunction: basic by Noel Grandin · 11 years ago
  23. 1da0c80 remove trailing blanks rubbish by Eike Rathke · 11 years ago
  24. e19a11c more engineering notation format tests, tdf#30716 by Eike Rathke · 11 years ago
  25. 86a318c tdf#30716 Engineering notation by Laurent Balland-Poirier · 11 years ago
  26. d1c9e5e tdf#43157: Fix format string violations in OSL_TRACE etc. by Stephan Bergmann · 11 years ago
  27. c3cd100 CppCheck cleanlyness : reduce variable's scope by Michaël Lefèvre · 11 years ago
  28. 556373c V668 no sense in testing the result of new against null by Caolán McNamara · 11 years ago
  29. 34d6ec2 cppcheck: variableScope by Caolán McNamara · 11 years ago
  30. 5a308b1 V801: Decreased performance by Caolán McNamara · 11 years ago
  31. 5f6fcb4 Typos by Julien Nabet · 11 years ago
  32. 3b58573 convert error number to string by LeMoyne Castle · 11 years ago
  33. 32f95a3 V813: Decreased performance by Caolán McNamara · 11 years ago
  34. 6c72911 WaE: implicit conversion from bool to 'int' by Tor Lillqvist · 11 years ago
  35. e9beb26 convert SBI_ constants to enum class by Noel Grandin · 11 years ago
  36. 04814fc likely intent by David Tardon · 11 years ago
  37. 164276a Clean up previous commit by Stephan Bergmann · 11 years ago
  38. a45a550 basic: convert sb.component to constructor usage by Chris Sherlock · 11 years ago
  39. 2f928b2 remove NUMBERFORMAT_ constants by Noel Grandin · 11 years ago
  40. 9473ba2 fix marking of free slots in array by Noel Grandin · 11 years ago
  41. 3b513ae tdf#86543: reinterpret_cast -1 of appropriate width as special marker by Stephan Bergmann · 11 years ago
  42. a8e6f0b tdf#39440 - cppcheck cleanliness by Radu Ioan · 11 years ago
  43. a1ceacc boost::foo_ptr->std::foo_ptr by Caolán McNamara · 11 years ago
  44. 78f25d5 Basic : Partially rewrite hex and octal constant reading. by Arnaud Versini · 11 years ago
  45. 96520ae Basic : Small OString usage simplification by Arnaud Versini · 11 years ago
  46. d93bcf7 loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  47. 0f86834 Remove redundant explicit up-casts by Stephan Bergmann · 11 years ago
  48. de68bb8 Updated all precompiled headers. by Ashod Nakashian · 11 years ago
  49. 6e1d28e fdo#39440: replace C-style cast's by Juan Picca · 11 years ago
  50. d41b8ac callcatcher: shave off a few more by Caolán McNamara · 11 years ago
  51. 4b9a9ce Use rtl/character.hxx in basic module when possible by Arnaud Versini · 11 years ago
  52. bf7b702 coverity#1267698 Uninitialized scalar field by Caolán McNamara · 11 years ago
  53. 3095743 callcatcher: large newly detected unused methods post de-virtualization by Caolán McNamara · 11 years ago
  54. a4faad7 tdf#76174: basic: lock SolarMutex in BasicScriptListener_Impl by Michael Stahl · 11 years ago
  55. fe480d8 remove unused typedefs by Noel Grandin · 11 years ago
  56. cd528c3 implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230 by Eike Rathke · 11 years ago
  57. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  58. 818c202 coverity#1266457 Identical code for different branches by Caolán McNamara · 11 years ago
  59. b5938bf WaE: rewrite call of rtl::OUString::operator= ... by Tor Lillqvist · 11 years ago
  60. 4e00df4 Related fdo#87834: add 2 unit tests by Julien Nabet · 11 years ago
  61. b7d02d7 Resolves fdo#87834: strange behavior of mid()-function by Julien Nabet · 11 years ago
  62. 4130c64 Some more loplugin:cstylecast: basic by Stephan Bergmann · 11 years ago
  63. 07e84ca Fix typo comments Resouce->Resource by Andrea Gelmini · 11 years ago
  64. 2f69f6e remove unnecessary parentheses by Noel Grandin · 11 years ago
  65. c32a5a3 simplify Date/Time/DateTime conversion code by Noel Grandin · 11 years ago
  66. bf96415 Related: #i94895# revert the part of revision 1650261 by Tsutomu Uchino · 11 years ago
  67. 476f758 Resolves: #i94895# fix illegal result of Replace runtime function" by Caolán McNamara · 11 years ago
  68. 2e3655b loplugin:cstylecast by Stephan Bergmann · 11 years ago
  69. a272f5b7 Resolves: #i63614# fix strange type mismatch when Iif function is used by Tsutomu Uchino · 11 years ago
  70. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  71. 869402a Revert "Resolves: #i94895# fix illegal result of Replace runtime function" by Caolán McNamara · 11 years ago
  72. 340ca29 Resolves: #i94895# fix illegal result of Replace runtime function by Tsutomu Uchino · 11 years ago
  73. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  74. f29bf46 Resolves: fdo#87003 - Kill BOOST_FOREACH by Pieter Adriaensen · 11 years ago
  75. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  76. a509a8d Resolves: fdo#87003 Kill BOOST_FOREACH on master by Nathan Yee · 11 years ago
  77. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  78. 0bc1246 Rename "Mid" unit tests to distinguish cases with 2 and 3 args by Julien Nabet · 11 years ago
  79. 7f476fe boost::unordered_map -> c++11 std::unordered_map by Caolán McNamara · 11 years ago
  80. 39ddeb5 basic: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  81. 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
  82. 898c414 basic: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  83. 19d09504 Resolves: fdo#86843 avoid getting deleted before finishing Broadcast by Caolán McNamara · 11 years ago
  84. 93124f7 reduce scope of local variables by Michael Weghorn · 11 years ago
  85. 86b44e8 fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  86. 179810c Further clean-up by Stephan Bergmann · 11 years ago
  87. 9de4fe9 Code clean-up/consolidation task. by Vishv Brahmbhatt · 13 years ago
  88. 57fe576 fdo#84938 replace BASERR_REASON_ constants -> enum by Tobias Madl · 11 years ago
  89. e6e51a0 Add missing include header by David Ostrovsky · 11 years ago
  90. ecc56da busted loop condition by Caolán McNamara · 11 years ago
  91. ef076fa coverity#1255390 Resource leak by Caolán McNamara · 11 years ago
  92. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  93. 6b709b2 coverity#735399 Logically dead code by Caolán McNamara · 11 years ago
  94. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  95. 9dacd84 this is for detecting the type of a variable based on its name by Caolán McNamara · 11 years ago
  96. 41029bc coverity#1242865 Untrusted value as argument by Caolán McNamara · 11 years ago
  97. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  98. e815987 vcl: move the Impl class of MapMode ...uhm... out of the public header? by Michael Stahl · 11 years ago
  99. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  100. 7d6c07f coverity#1242689 Untrusted loop bound by Caolán McNamara · 11 years ago