1. 2f69e16 override the overloading of "overload" to decrease cognitive (over-)load by Michael Stahl · 11 years ago
  2. 45ec1d9 brute-force find-and-remove of unused #define constants. by Noel Grandin · 11 years ago
  3. 8ad48d8 Variadic cppu::ImplInheritanceHelper by Stephan Bergmann · 11 years ago
  4. fef5c2b Resolves: fdo#87840 by default hide all feature checkboxes by Caolán McNamara · 11 years ago
  5. 7f8f277 fdo#84938: convert STREAM_ #defines to 'enum class' by Noel Grandin · 11 years ago
  6. 9fd89a5 fdo#39440 reduce scope of local variables by Łukasz Hryniuk · 11 years ago
  7. c29657e fdo#84938: convert EXPORT_ #defines to 'enum class' by Noel Grandin · 11 years ago
  8. 46540d0 java: these fields can become local variables by Noel Grandin · 11 years ago
  9. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  10. 3a2b1af Fix simple typos. by Andrea Gelmini · 11 years ago
  11. fd1372b boost::unordered_map->std::unordered_map by Caolán McNamara · 11 years ago
  12. f8922b6 Remove unnecessary comphelper::string::getToken by Stephan Bergmann · 11 years ago
  13. 0f9ce69 Related fdo#87840: mix between ignorecurrency and inputchecks by Julien Nabet · 11 years ago
  14. 7e624c9 Fix MSVC build by Stephan Bergmann · 11 years ago
  15. e17be13 Work around MSVC bug by Stephan Bergmann · 11 years ago
  16. 17fe6b5 dbaccess: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  17. 180f079 comphelper: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  18. 0f5e917 Introduce rtl::OUStringLiteral1 by Stephan Bergmann · 11 years ago
  19. 6d8ab70 dbaccess: the PythonTest requires Java for hsqldb by Michael Stahl · 11 years ago
  20. 454dddd java: remove some unused fields and variables by Noel Grandin · 11 years ago
  21. 2b86f17 dbaccess: Use appropriate OUString functions on string constants by Stephan Bergmann · 11 years ago
  22. c70d907 fdo#39440 remove unused variables by Michael Weghorn · 11 years ago
  23. c3292f3 Remove resizable:False property from dialogs containing GtkEntry. by Jan Holesovsky · 11 years ago
  24. 7557f23 java: reduce visibility of fields and methods by Noel Grandin · 11 years ago
  25. af7d374 Typo: postion(s)=>position(s) by Julien Nabet · 11 years ago
  26. 9adb820 java: simplify the getMSF() methods by Noel Grandin · 11 years ago
  27. 9f3e392 changed timers to idle by Jennifer Liebel · 11 years ago
  28. 24afc4f idle to timer by Jennifer Liebel · 11 years ago
  29. 9824b78 changed timers to idle by Jennifer Liebel · 11 years ago
  30. 141469e fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  31. 2979ff2 fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  32. 147ff66 Typo "mehtod" -> "method" by Stephan Bergmann · 11 years ago
  33. 7d68c0f Slightly less verbose adaptation to boost-1.56.0 by Thorsten Behrens · 11 years ago
  34. 86b44e8 fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  35. 5a96c7c fdo#86852 correctly recognise NULL values in query parameter values dialog by Lionel Elie Mamane · 11 years ago
  36. e4b8b70 Correct error message: the name is the parameter's, not the column's by Lionel Elie Mamane · 11 years ago
  37. 509e54d Don't accept invalid value just because user insists by Lionel Elie Mamane · 11 years ago
  38. 1aa5f6f WaE: -Werror=switch by Caolán McNamara · 11 years ago
  39. aa9d55f WaE: -Werror=switch by Caolán McNamara · 11 years ago
  40. 1f13a4f -Werror,-Wswitch by Stephan Bergmann · 11 years ago
  41. 4c03d83 -Werror,-Wswitch by Stephan Bergmann · 11 years ago
  42. d308906 -Werror,-Wswitch by Stephan Bergmann · 11 years ago
  43. 9e4b623 -Werror,-Wswitch by Stephan Bergmann · 11 years ago
  44. f265afb -Werror,-Wswitch by Stephan Bergmann · 11 years ago
  45. 1459645 fdo#84938: replace EVENT_ constants with enum by Tobias Madl · 11 years ago
  46. 9303192 Add missing space in translatable string by Adolfo Jayme Barrientos · 11 years ago
  47. a453692 HIG fixes for dbaccess by Adolfo Jayme Barrientos · 11 years ago
  48. fe095da java,qadev: remove unused parameters and local vars by Noel Grandin · 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. 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
  52. 133c295 vcl: let the ModalDialog ctor take an OUString by Miklos Vajna · 11 years ago
  53. d6d53e5 coverity#706404 Uncaught exception by Caolán McNamara · 11 years ago
  54. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  55. e815987 vcl: move the Impl class of MapMode ...uhm... out of the public header? by Michael Stahl · 11 years ago
  56. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  57. a52f292 fdo#84938: replace HELPMODE_ constants with enum by Noel Grandin · 11 years ago
  58. e2bbd3d coverity#1242423 Dereference after null check by Caolán McNamara · 11 years ago
  59. 3d16e85 Resolves fdo#82500: Operators missing in Standard Filter by Julien Nabet · 11 years ago
  60. 418eeaa fdo#86050 Let LibreOffice add scrollbars to widgets only when necessary by Adolfo Jayme Barrientos · 11 years ago
  61. 31d902d fdo#84938: replace MOUSE_ modifier constants with enum by Noel Grandin · 11 years ago
  62. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  63. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  64. d988dca loplugin:salbool by Noel Grandin · 11 years ago
  65. 552d4e9 WaE: VarDecl, use bool instead of sal_Bool [loplugin:salbool] by Tor Lillqvist · 11 years ago
  66. 712d781 coverity#706401 Uncaught exception by Caolán McNamara · 11 years ago
  67. 68016b4 coverity#706388 Uncaught exception by Caolán McNamara · 11 years ago
  68. 705c48d fdo#38835 strip out OUString globals by Noel Grandin · 11 years ago
  69. d1d84fc covertiy#705369: dbaccess: move XML_TOK_ENCODING to enum XMLDataSourceInfo by Michael Stahl · 11 years ago
  70. b82055f I think this should be Left() by David Tardon · 11 years ago
  71. 3e6f70a I think this should be Left() by David Tardon · 11 years ago
  72. 074cbe0 coverity#1242510 arguments in wrong order by David Tardon · 11 years ago
  73. 79fcf0b callcatcher: update unused code by Caolán McNamara · 11 years ago
  74. a7542d3 fdo#84938: replace MIB_ constants with enum by Noel Grandin · 11 years ago
  75. c70f154 Removed duplicated includes by Andrea Gelmini · 11 years ago
  76. 72ce136 convert COMMAND_WHEEL constants to an enum by Noel Grandin · 11 years ago
  77. 0c0e3e7 Fixed typos. No automatic tools (sed, and so on). by Andrea Gelmini · 11 years ago
  78. 90da361 coverity#706465 Uncaught exception by Caolán McNamara · 11 years ago
  79. 7ef6983 fdo#84938: replace KEYTYPE_ constants with enum by Noel Grandin · 11 years ago
  80. 31af61e Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip" by Jan Holesovsky · 11 years ago
  81. 858c2a2 Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit" by Jan Holesovsky · 11 years ago
  82. 035fe8a fdo#84938: replace MENUITEM constants with enum by Noel Grandin · 11 years ago
  83. d4ca0cc loplugin: cstylecast by Noel Grandin · 11 years ago
  84. 6af967a Revert "PythonTest_dbaccess_python: don't modify source document" by Michael Stahl · 11 years ago
  85. 2a858a4 Save precious vertical space by removing some redundant heading labels by Adolfo Jayme Barrientos · 11 years ago
  86. 9ecac387 Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTING by Tor Lillqvist · 11 years ago
  87. 29474c7 PythonTest_dbaccess_python: don't modify source document by Miklos Vajna · 11 years ago
  88. 0796b30 dbaccess: make sure fdo84315.odb.lck is removed after the test passed by Miklos Vajna · 11 years ago
  89. 820e64f connectivity: firebird: fix temp directory leak by Michael Stahl · 11 years ago
  90. 666ec98 dbaccess: surely the problem is that the storage could _not_ be committed? by Michael Stahl · 11 years ago
  91. 182fc4f fdo#84938: replace WINDOW_BORDER constants with enum by Noel Grandin · 11 years ago
  92. 67c9d05 fdo#84938: replace TIB_ constants with enum by Noel Grandin · 11 years ago
  93. 582ef22 fdo#84854 it seems long is not enough on 32 bit by David Tardon · 11 years ago
  94. ad9498f More -Werror,-Wunused-private-field by Stephan Bergmann · 11 years ago
  95. af5ebbf create a macro library for implementing bit-flags types by Noel Grandin · 12 years ago
  96. 246cd66 coverity#706421 Uncaught exception by Caolán McNamara · 11 years ago
  97. e7d3f4b coverity#706404 Uncaught exception by Caolán McNamara · 11 years ago
  98. aeac20e coverity#706478 Uncaught exception by Caolán McNamara · 11 years ago
  99. 92a65bd coverity#706476 Uncaught exception by Caolán McNamara · 11 years ago
  100. f2747a0 coverity#706477 Uncaught exception by Caolán McNamara · 11 years ago