1. 6afc120 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  2. 5da0dce Consolidate isFileUrl checks by Stephan Bergmann · 11 years ago
  3. a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
  4. 38ecca9 inline a bunch of use-once macros by Noel Grandin · 11 years ago
  5. 6b199c5 xmlhelp: remove obsolete GCC 4.2 warning stuff by Michael Stahl · 11 years ago
  6. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  7. 760e7c2 Remove unused XmlSearchExceptions.hxx by Stephan Bergmann · 11 years ago
  8. e1b30d6 -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  9. fc0079e loplugin:unusedmethods xmlhelp by Noel Grandin · 11 years ago
  10. 1c5f07e Fix typos by Andrea Gelmini · 11 years ago
  11. 6390d2c52 Get rid of comphelper::string::is*Ascii functions by Stephan Bergmann · 11 years ago
  12. dcf6abf cppcheck:unreadVariable by Noel Grandin · 11 years ago
  13. cc0e9a3 cppcheck: variableScope by Caolán McNamara · 11 years ago
  14. f8da549 Decompressor rubbish in xmlhelp is luckily unused by Caolán McNamara · 11 years ago
  15. e7b4225 loplugin:cstylecast: deal with remaining pointer casts by Stephan Bergmann · 11 years ago
  16. 6ef9f7e loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  17. 8e22cd4 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  18. 1df4114 loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  19. acad844 cppcheck: noExplicitConstructor by Caolán McNamara · 11 years ago
  20. d1ca0f4 Bin some pointless comments and reduce some vertical whitespace by Tor Lillqvist · 11 years ago
  21. 0a7b739 loplugin:staticmethods by Noel Grandin · 11 years ago
  22. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  23. 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
  24. 2b1d22e Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  25. 7b5924f Reduce to static_cast any reinterpret_cast from void pointers by Stephan Bergmann · 11 years ago
  26. 1bfdea7 Clean up C-style casts from pointers to void by Stephan Bergmann · 11 years ago
  27. fa683a7 const_cast: convert some C-style casts and remove some redundant ones by Stephan Bergmann · 11 years ago
  28. 61fe89e loplugin:deletedspecial by Stephan Bergmann · 11 years ago
  29. f61dbc3 followup code removal after changing virtual methods to non-virtual by Noel Grandin · 11 years ago
  30. b44cbb2 new loplugin: change virtual methods to non-virtual by Noel Grandin · 11 years ago
  31. 473c20d Some more loplugin:cstylecast: xmlhelp by Stephan Bergmann · 11 years ago
  32. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  33. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  34. fb4fec6 xmlhelp: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  35. 180f079 comphelper: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  36. e09a825 xmlhelp: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  37. 8c2e25b images: Tango is the most complete theme. by Jan Holesovsky · 11 years ago
  38. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  39. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  40. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  41. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  42. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  43. 8c8d6f0 loplugin: cstylecast by Noel Grandin · 11 years ago
  44. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  45. 32d6415 fdo#83512 Make use of OUStringHash and OStringHash by Daniel Sikeler · 12 years ago
  46. fcf0158 (Rudimentary) C++11 support is a hard requirement now by Stephan Bergmann · 12 years ago
  47. ad40561 Resolves: fdo#82025 use strlen instead of stored length byte by Caolán McNamara · 12 years ago
  48. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  49. adc20c3 compareToAscii -> equalsAscii by Noel Grandin · 12 years ago
  50. 8e115c6 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  51. 626a428 fdo#68849: Add header guards to all include files by Jens Carl · 12 years ago
  52. e6ff6f9 use namespace css instead of com::sun by Thomas Arnhold · 12 years ago
  53. 3930127 cppcheck: redundantAssignment by Thomas Arnhold · 12 years ago
  54. e7bc3ca remove boilerplate in UNO Exception constructor calls by Noel Grandin · 12 years ago
  55. 036a660 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11 by Julien Nabet · 12 years ago
  56. fa51b55 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9 by Julien Nabet · 12 years ago
  57. 4f9b212 simplify ternary conditions "xxx ? yyy : false" by Noel Grandin · 12 years ago
  58. abd8c2a xmlhelp: sal_Bool->bool by Noel Grandin · 12 years ago
  59. 8bb2ce6 fixincludeguards.sh: some smaller dirs by Thomas Arnhold · 12 years ago
  60. 9d9f815 Remove unused code by Stephan Bergmann · 12 years ago
  61. 0fb30c1 typo: misformed -> malformed by Thomas Arnhold · 12 years ago
  62. 362d4f0 Explicitly mark overriding destructors as "virtual" by Stephan Bergmann · 12 years ago
  63. 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
  64. 03a6135 de-macroize xmlhelp ContentProvider by Norbert Thiebaud · 12 years ago
  65. 514a6de kill ucbhelper XTYPEPROVIDER_DECL macro by Norbert Thiebaud · 12 years ago
  66. 27399c3 de-macroize xmlhelp tvfactory by Norbert Thiebaud · 12 years ago
  67. db5407b de-macroize xmlhelp TVBase by Norbert Thiebaud · 12 years ago
  68. 86a3258 Find places where OUString and OString are passed by value. by Noel Grandin · 12 years ago
  69. 2ef98b9 kill XINTERFACE_IMPL_6 by Norbert Thiebaud · 12 years ago
  70. 66f2c35 de-macroize XINTERFACE_DECL by Norbert Thiebaud · 12 years ago
  71. 4d6560f5 fdo#54938: Convert some places to use cppu::supportsService by Marcos Paulo de Souza · 12 years ago
  72. 5e21a41 cppuhelper: retrofit std::exception into overriding exception specs by Stephan Bergmann · 12 years ago
  73. 003342b Remove visual noise from xmlhelp by Alexander Wilms · 12 years ago
  74. 5c94648 coverity#708696 Uninitialized scalar field by Caolán McNamara · 12 years ago
  75. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  76. 08fe82e Remove unnecessary use of OUString constructor in + expressions by Noel Grandin · 12 years ago
  77. 6b713ba Related: fdo#72022 internal links busted by Caolán McNamara · 12 years ago
  78. 57b15f2 Resolves: fdo#72022 Integrated help ignored if installed by Caolán McNamara · 12 years ago
  79. 1c3d51f fdo#60698: Merge tvhlp1 into ucpchelp1 by Marcos Paulo de Souza · 12 years ago
  80. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  81. d366c9b2 remove unnecessary sal_Unicode casts in various places by Noel Grandin · 12 years ago
  82. b5026aa i123670 - Add support for https links by Ariel Constenla-Haile · 12 years ago
  83. bd7f704 xmlhelp: include <> for external includes by Norbert Thiebaud · 12 years ago
  84. fcd1637 convert OUString compareToAscii == 0 to equalsAscii by Noel Grandin · 12 years ago
  85. 58fa3d5 remove unnecessary use of OUString constructor in XMLHELP 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. 8df17a3 gbuild: set Package default target to INSTDIR by Michael Stahl · 12 years ago
  88. 56bb796 xmlhelp: remove Package_xsl by Michael Stahl · 12 years ago
  89. b7efab3 valgrind: on success aHDFData is out of scope by Caolán McNamara · 12 years ago
  90. d94f3a6 pEmpty is completely insane to use by Caolán McNamara · 12 years ago
  91. f852bda clean up some include guards by Thomas Arnhold · 12 years ago
  92. ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
  93. 67aec43 cleanup by Thomas Arnhold · 12 years ago
  94. 9af3b8b CID#705780 seeing as this is irredeemably wrong remove it by Caolán McNamara · 13 years ago
  95. 4c63fd10 Try to fix cross-compilation by Tor Lillqvist · 13 years ago
  96. ebfa1e6 CID#707598 uninitialized scalar values by Caolán McNamara · 13 years ago
  97. 5397b49 Towards a working instdir for Mac OS X by Stephan Bergmann · 13 years ago
  98. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  99. 058a3d1 Further work on the "Mac-like app structure" option by Tor Lillqvist · 13 years ago
  100. c6a7300 Use subfolder names from <config_folders.h> by Tor Lillqvist · 13 years ago