1. 141b01a Some more loplugin:cstylecast: connectivity by Stephan Bergmann · 11 years ago
  2. 2f69f6e remove unnecessary parentheses by Noel Grandin · 11 years ago
  3. 79b5bf5 PostgreSQL statement: use :cppu::WeakComponentImplHelper by Lionel Elie Mamane · 11 years ago
  4. d7a6017 PostgreSQL statement: deliver promised XMultipleResults interface by Lionel Elie Mamane · 11 years ago
  5. c32a5a3 simplify Date/Time/DateTime conversion code by Noel Grandin · 11 years ago
  6. 949ee4f Disable ado unit test on x86_64 platform on windows by David Ostrovsky · 11 years ago
  7. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  8. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  9. 1000d74 PostgreSQL boolean more accurately described as boolean by Lionel Elie Mamane · 11 years ago
  10. 3b025a7 fdo#88099 PostgreSQL-SDBC: use correct syntax for boolean comparisons by Lionel Elie Mamane · 11 years ago
  11. b39f07f protect agains past-the-end string access by Lionel Elie Mamane · 11 years ago
  12. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  13. a527ad9 Resolves fdo#87789: show groups in collected addresses by Julien Nabet · 11 years ago
  14. 21eb155 Typo: Rerturns -> Returns by Julien Nabet · 11 years ago
  15. 8d2501f Remove unnecessary include files declaring JNI functions by Stephan Bergmann · 11 years ago
  16. 84caa11 Replace JNIEXPORT -> SAL_JNI_EXPORT by Stephan Bergmann · 11 years ago
  17. b00f2bb fdo#80968 file resultset seek table to before beginning on opening resultset by Lionel Elie Mamane · 11 years ago
  18. 9720e8e Some loplugin:revisibility clean-up by Stephan Bergmann · 11 years ago
  19. 8130714 fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class' by Noel Grandin · 11 years ago
  20. 1003946 java: remove more dead code by Noel Grandin · 11 years ago
  21. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  22. 311a92f connectivity: fix gcc-4.8 build by Miklos Vajna · 11 years ago
  23. ca8787a boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  24. 3a2b1af Fix simple typos. by Andrea Gelmini · 11 years ago
  25. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  26. 84e3c5a Related fdo#87789: groups should appear like views and not like tables by Julien Nabet · 11 years ago
  27. 581d1e3 java: reduce visibility of some methods and fields by Noel Grandin · 11 years ago
  28. 2d82619 java: static fields that should not be static by Noel Grandin · 11 years ago
  29. ecf24f3 connectivity: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  30. 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
  31. 39327e7 java: remove OOoRunnerLight by Noel Grandin · 11 years ago
  32. 454dddd java: remove some unused fields and variables by Noel Grandin · 11 years ago
  33. bca00da connectivity: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  34. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  35. 54cbb57 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  36. 6d8b0622 callcatcher: update unused code by Caolán McNamara · 11 years ago
  37. 4e77f10 loplugin:cstylecast, involving pointer to incomplete type by Stephan Bergmann · 11 years ago
  38. e5a6399 loplugin:cstylecast, involving pointer to incomplete type by Stephan Bergmann · 11 years ago
  39. 05a651d loplugin:cstylecast, involving pointer to incomplete type by Stephan Bergmann · 11 years ago
  40. d48668e connectivity (Linux): loplugin:cstylecast by Stephan Bergmann · 11 years ago
  41. 6bceec8 connectivity (Mac): loplugin:cstylecast by Stephan Bergmann · 11 years ago
  42. 5a96c7c fdo#86852 correctly recognise NULL values in query parameter values dialog by Lionel Elie Mamane · 11 years ago
  43. 6269b62 Resolves: fdo#80938 fix SQL view to be editable by Caolán McNamara · 11 years ago
  44. 5d602146 java: remove some comment noise by Noel Grandin · 11 years ago
  45. 09186fc unotools: Internalize ucblockbytes.hxx header by Matúš Kukan · 11 years ago
  46. bf95b78 further fix mozab build after header cleanup by Christian Lohmaier · 11 years ago
  47. 524addb connectivity: fix the mozab build by Michael Stahl · 11 years ago
  48. 3f4896b Build fix on Windows. by Kohei Yoshida · 11 years ago
  49. 15b4ab8 cppuhelper: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  50. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  51. 5fffe5e Build fix on Windows by Kohei Yoshida · 11 years ago
  52. c34322b Missing include by Stephan Bergmann · 11 years ago
  53. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  54. 584d4f5 coverity#1158396 Uncaught exception by Caolán McNamara · 11 years ago
  55. 792b127 coverity#1242888 Unused value by Caolán McNamara · 11 years ago
  56. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  57. 3adad74 fix connectivity unit test for --enable-mergedlibs by Noel Grandin · 11 years ago
  58. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  59. bb43702 java: convert fields to local variables where possible by Noel Grandin · 11 years ago
  60. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  61. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  62. 5f15cc0 new loplugin: use more efficient find() methods by Noel Grandin · 11 years ago
  63. 0b4dfdd -Werror,-Wpointer-bool-conversion by Stephan Bergmann · 11 years ago
  64. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  65. 8bb9a06 coverity#706375 uncaught exception by David Tardon · 11 years ago
  66. 3e3214f coverity#706366 uncaught exception by David Tardon · 11 years ago
  67. f7f06f0 coverity#706363 uncaught exception by David Tardon · 11 years ago
  68. 65d143d coverity#706362 uncaught exception by David Tardon · 11 years ago
  69. 2a91eea coverity#706361 uncaught exception by David Tardon · 11 years ago
  70. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  71. b62e428 coverity#1158395 Uncaught exception by Caolán McNamara · 11 years ago
  72. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  73. 3707022 coverity#735298 Unchecked return value by Caolán McNamara · 11 years ago
  74. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  75. 7acb634 Resolves: fdo#85081 terminate if can't load kde addressbook by Caolán McNamara · 11 years ago
  76. d8a8b5a coverity#706303 Uncaught exception by Caolán McNamara · 11 years ago
  77. 0095bcc coverity#706321 Uncaught exception by Caolán McNamara · 11 years ago
  78. 6cbdfed coverity#1249674 Missing break in switch by Caolán McNamara · 11 years ago
  79. 5c90f8d cid#1249675 Uncaught exception by Noel Grandin · 11 years ago
  80. 92f83d8 coverity#706329 Uncaught exception by Caolán McNamara · 11 years ago
  81. 654d845 coverity#706328 Uncaught exception by Caolán McNamara · 11 years ago
  82. 6c8b24b coverity#706322 Uncaught exception by Caolán McNamara · 11 years ago
  83. 9e965e9 coverity#706319 Uncaught exception by Caolán McNamara · 11 years ago
  84. 7c89669 coverity#706317 Uncaught exception by Caolán McNamara · 11 years ago
  85. d803c5e coverity#1202804 Explicit null dereferenced by Caolán McNamara · 11 years ago
  86. e61c4b5 java: prevent overflow by using 'long int' arithmetic in multiplication by Robert Antoni Buj i Gelonch · 11 years ago
  87. c2f4c30 coverity#736109 Nesting level does not match indentation by Caolán McNamara · 11 years ago
  88. 31af61e Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" by Jan Holesovsky · 11 years ago
  89. 820e64f connectivity: firebird: fix temp directory leak by Michael Stahl · 11 years ago
  90. a2e4d43 connectivity: firebird: use Reference for Connection where appropriate by Michael Stahl · 11 years ago
  91. 137131b1 connectivity: firebird: fix Connection leak in OStatementCommonBase by Michael Stahl · 11 years ago
  92. 52acb42 cid#1247650 Uninitialized scalar field by Noel Grandin · 11 years ago
  93. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  94. 9341bf3 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  95. 93c8fff java: close ResultSet after use by Noel Grandin · 11 years ago
  96. 4b5cb7e remove unnecessary catch block by Noel Grandin · 11 years ago
  97. b0f2654 coverity#706322 Uncaught exception by Caolán McNamara · 11 years ago
  98. 405a61f coverity#706318 Uncaught exception by Caolán McNamara · 11 years ago
  99. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  100. 298f8d6 coverity#706320 Uncaught exception by Caolán McNamara · 11 years ago