1. 266fa9f fVal->nVal by Caolán McNamara · 12 years ago
  2. a1b8967 coverity#982255 Operands don't affect result by Caolán McNamara · 12 years ago
  3. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  4. a8d5b0c stoc: remove SAL_THROW macro by Noel Grandin · 12 years ago
  5. 57217e1 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  6. ebc0a15 remove more unnecesary OUString constructor use by Noel Grandin · 12 years ago
  7. 0f2824b remove more unnecessary use of OUString constructor by Noel Grandin · 12 years ago
  8. 6da59e2 cppcheck: redundantAssignment by Thomas Arnhold · 12 years ago
  9. b36ccf5 get stoc to build again by Caolán McNamara · 12 years ago
  10. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  11. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  12. dffc296 cppcheck: fprintf format string requires 1 parameter but only 0 are given by Thomas Arnhold · 12 years ago
  13. e01f3e4 stoc: fix includes by Thomas Arnhold · 12 years ago
  14. c38678e stoc: convert TEST_LIST_CLASSES case also by Thomas Arnhold · 12 years ago
  15. e856f232 stoc: make use of css alias by Thomas Arnhold · 12 years ago
  16. b2d9994 stoc: remove using namespace from headers by Thomas Arnhold · 12 years ago
  17. 8d54796 enhance pass-by-ref plugin to detect large arguments by Noel Grandin · 12 years ago
  18. 638848d idl: remove external header guards by Thomas Arnhold · 12 years ago
  19. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  20. c288b17 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 by Julien Nabet · 12 years ago
  21. 2d6b33b coverity#708240 Uninitialized pointer field by Caolán McNamara · 12 years ago
  22. 1417061 stoc: sal_Bool->bool by Noel Grandin · 12 years ago
  23. da14256 add missing modelines to idl files by Thomas Arnhold · 12 years ago
  24. 3f65d35 Clean up function declarations by Stephan Bergmann · 12 years ago
  25. 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
  26. c04f439 Unused declaration by Stephan Bergmann · 12 years ago
  27. 5cd46e2 Use boost::noncopyable by Stephan Bergmann · 12 years ago
  28. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  29. 288efb1 Remove unused inline function by Stephan Bergmann · 12 years ago
  30. a3b0d94 Work around MSC "'override' cannot be used with 'inline'" bug by Stephan Bergmann · 12 years ago
  31. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  32. 7bb5f9e Adapt to sal/log.hxx by Stephan Bergmann · 12 years ago
  33. 9ed5d36 Use cppu::BaseMutex instead of plain osl::Mutex as base by Stephan Bergmann · 12 years ago
  34. db9d30a Use cppu::BaseMutex instead of plain osl::Mutex as base by Stephan Bergmann · 12 years ago
  35. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  36. 85543a2 coverity#708238 Uninitialized pointer field by Caolán McNamara · 12 years ago
  37. a5cbf15 coverity#708240 Uninitialized pointer field by Caolán McNamara · 12 years ago
  38. 0a87796 No need for Invocation_Impl::setMaterial to be virtual by Stephan Bergmann · 12 years ago
  39. 5bce6e3 stoc: simplify deprecated XTypeProvider.getImplementationId by Stephan Bergmann · 12 years ago
  40. 25d154b Use getTypes instead of getImplementationId as cache key by Stephan Bergmann · 12 years ago
  41. 524bebc Clean up introspection caches by Stephan Bergmann · 12 years ago
  42. 0d8d1c0 Clean up ImplIntrospection class by Stephan Bergmann · 12 years ago
  43. 28f7f5f -Werror=unused-parameter by Stephan Bergmann · 12 years ago
  44. 03fcda4 Convert com.sun.star.comp.stoc.Introspection to direct construction by Stephan Bergmann · 12 years ago
  45. 25cedf1 Introduce com.sun.star.beans.theIntrospection singleton by Stephan Bergmann · 12 years ago
  46. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  47. 35e4411 Remove visual noise from stoc by Alexander Wilms · 12 years ago
  48. 4a9347f Replace deprecated std::auto_ptr with boost::scoped_ptr by Takeshi Abe · 12 years ago
  49. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  50. bd20500 Simplify access to theCoreReflection singleton by Stephan Bergmann · 12 years ago
  51. 9e77c2f Remove UNOIDL "array" and "union" vaporware remnants by Stephan Bergmann · 12 years ago
  52. 612dac0 bool improvements by Stephan Bergmann · 12 years ago
  53. 48fc435 bool improvements by Stephan Bergmann · 12 years ago
  54. e357c93 coverity#440504 Dereference before null check by Caolán McNamara · 12 years ago
  55. 5591e21 Translate some German comments to English, and remove some ASCII art. by Sven Wehner · 12 years ago
  56. e3133ae Let C++ inline functions return bool instead of sal_Bool by Stephan Bergmann · 12 years ago
  57. c2c530d Introduce static inline cppu::acquire(), and make use of that. by Jan Holesovsky · 12 years ago
  58. f278397 Change _get_implementation()'s not to do initialization directly. by Jan Holesovsky · 12 years ago
  59. 9eefbbe bool improvements by Stephan Bergmann · 12 years ago
  60. a3f3276 Fix bogus mass-conversion equalsAsciiL -> startsWith by Stephan Bergmann · 12 years ago
  61. 721e30b bool improvements by Stephan Bergmann · 12 years ago
  62. 306efef Minimize the constructor functions to a bare minimum. by Jan Holesovsky · 12 years ago
  63. 73eca35 Unify ctor functions for component implementations. by Matúš Kukan · 12 years ago
  64. a700ce8 Unify ctor functions to have _get_implementation suffix. by Matúš Kukan · 12 years ago
  65. 4337a06 Use const& arguments parameter for ctor functions. by Matúš Kukan · 12 years ago
  66. 382b013 Some ConfigurationProvider -> theDefaultProvider simplifications by Stephan Bergmann · 12 years ago
  67. 82625bb remove unnecessary sal_Unicode casts in OUStringBuffer::append calls by Noel Grandin · 12 years ago
  68. ae3a0c8 Add .component <implementation constructor="..." feature by Stephan Bergmann · 12 years ago
  69. e20f27f bootstrap component: Split into implementation functions. by Matúš Kukan · 12 years ago
  70. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  71. 909b27d remove unnecessary double calls to OUString constructor by Noel Grandin · 12 years ago
  72. 08fe82e Remove unnecessary use of OUString constructor in + expressions by Noel Grandin · 12 years ago
  73. a83b2af Clean-up uno/lbnames.h by Stephan Bergmann · 12 years ago
  74. 2f7b329 [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix again by Stephan Bergmann · 12 years ago
  75. 8061251 remove unnecessary casts by Noel Grandin · 12 years ago
  76. fb84710 simplify - use OUString::startsWith where possible by Noel Grandin · 12 years ago
  77. 64f5761 Catching std::bad_alloc in UNO implementations no longer necessary by Stephan Bergmann · 12 years ago
  78. 73342db remove unnecessary RTL_CONSTASCII_STRINGPARAM by Noel Grandin · 12 years ago
  79. 071c3f3 remove unnecessary use of OUString constructor in equalsIgnoreAsciiCase by Noel Grandin · 12 years ago
  80. 52bbd9c remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii calls by Noel Grandin · 12 years ago
  81. 3af99e4 convert equalsAsciiL calls to startsWith calls by Noel Grandin · 12 years ago
  82. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  83. 2c35fff remove most use of RTL_CONSTASCII_USTRINGPARAM macro by Noel Grandin · 12 years ago
  84. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  85. cd30747 remove unnecessary use of OUString constructor in STOC module by Noel Grandin · 12 years ago
  86. 5285bee remove redundant calls to OUString constructor in if expression by Noel Grandin · 12 years ago
  87. aeb41c9 remove redundant calls to OUString constructor by Noel Grandin · 12 years ago
  88. ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
  89. a242f53 Clean up stoc::uriproc::supportsService by Stephan Bergmann · 12 years ago
  90. 68c3efc Some clean-up by Stephan Bergmann · 12 years ago
  91. 7950267 Clean-up std::bad_alloc handling by Stephan Bergmann · 12 years ago
  92. 22edbdf No need to support "prefix" in DllComponentLoader by Stephan Bergmann · 12 years ago
  93. e036d4b Spell "indices" correctly by Tor Lillqvist · 13 years ago
  94. 8ece4ab -Werror,-Wunused-function by Stephan Bergmann · 13 years ago
  95. d2e1dd5 [API CHANGE] Stricter requirements for shlib.hxx function arguments by Stephan Bergmann · 13 years ago
  96. f301032 IllegalArgumentException is a RuntimeException now by Stephan Bergmann · 13 years ago
  97. 98e20a3 Mark as const by Takeshi Abe · 13 years ago
  98. 43b9898 sal_Bool to bool by Takeshi Abe · 13 years ago
  99. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  100. da40cdd0 Remove com.sun.star.comp.stoc.RegistryTypeDescriptionProvider by Stephan Bergmann · 13 years ago