1. 95bece3 Add HSQLDB schema import by Tamas Bunth · 8 years ago
  2. 32b2a18 Fix typos by Andrea Gelmini · 8 years ago
  3. 4c07358 Fix typos by Andrea Gelmini · 8 years ago
  4. 897dd27 tdf#115080 menu id collision by Caolán McNamara · 8 years ago
  5. 3b666f6 remove some sal_Bool remnants by Noel Grandin · 8 years ago
  6. d4a066c inline some defines by Noel Grandin · 8 years ago
  7. be8c414 loplugin:unusedmethods also check for functions returning bool by Noel Grandin · 8 years ago
  8. 4e035a6 Fix reg from 4cb3e1c05a16af3dad03db9d789dc7ea061b33cf by Julien Nabet · 8 years ago
  9. cb3e9b7 Use for-range loops in QueryDesignView (dbaccess) by Julien Nabet · 8 years ago
  10. c1d54f0 coverity#1427632 try silencing Using invalid iterator by Caolán McNamara · 8 years ago
  11. 23885b0 loplugin:unnecessaryparen extend to delete statements by Noel Grandin · 8 years ago
  12. 1ec49f8 Handle focus_on_click glade property for buttons by Maxim Monastirsky · 8 years ago
  13. eae9bf0 Fix typos by Andrea Gelmini · 8 years ago
  14. 624f84c Fix typos by Andrea Gelmini · 8 years ago
  15. d73e5b06 More loplugin:cstylecast: dbaccess by Stephan Bergmann · 8 years ago
  16. d597bb7 More loplugin:cstylecast: dbaccess by Stephan Bergmann · 8 years ago
  17. 2711f76 tdf#114955: Fix primary key management in copy table by Julien Nabet · 8 years ago
  18. 4cb3e1c Use for-range loops in dbaccess (part2) by Julien Nabet · 8 years ago
  19. f14b9d3 convert (a>b?a:b) to std::max(a,b) by Noel Grandin · 8 years ago
  20. c2bc2c46 tdf#113923: don't use twice a new column in table copy by Julien Nabet · 8 years ago
  21. acdba3c loplugin:passstuffbyref more return improvements by Noel Grandin · 8 years ago
  22. b3ea7ed tdf#114755: Remove extra parenthesis by Julien Nabet · 8 years ago
  23. b7cb509 loplugin:passstuffbyref improved return in cui,dbaccess by Noel Grandin · 8 years ago
  24. 84466e7 Incrementing end iterator has undefined behavior (dbaccess/cacheset) by Julien Nabet · 8 years ago
  25. a2ef65b Fix typos by Andrea Gelmini · 8 years ago
  26. c91281c Use returned iterator (dbaccess/rowsetcache) by Julien Nabet · 8 years ago
  27. 9c89caa Optimize a bit RowSetCache (dbacess) by Julien Nabet · 8 years ago
  28. f2dafc6 Use for-range loops in dbaccess by Julien Nabet · 8 years ago
  29. 3c567e5 tdf#114702 don't use XMultipleResultset unless DatabaseMetaData says we can by Lionel Elie Mamane · 8 years ago
  30. 66d7540 dbaccess OStatementBase: correctly check database metadata by Lionel Elie Mamane · 8 years ago
  31. 6309994 Use for-range loops in dbaccess/RowSet by Julien Nabet · 8 years ago
  32. 965c93c Use for-range loops in dbaccess/OptimisticSet by Julien Nabet · 8 years ago
  33. a9b202a Use for-range loops in dbaccess/KeySet (2nd pass) by Julien Nabet · 8 years ago
  34. df8623e Use for-range loops in dbaccess/KeySet (1st pass) by Julien Nabet · 8 years ago
  35. 101a79c lokdialog: Allow switching language of some of the ResMgr's. by Jan Holesovsky · 8 years ago
  36. 16a3594 inline typedefs in connectivity/StdTypeDefs by Noel Grandin · 8 years ago
  37. 00bc5a0 wrap scoped enum around css::util::NumberFormat by Noel Grandin · 8 years ago
  38. 2c2d0c0 loplugin:unusedmethods by Noel Grandin · 8 years ago
  39. e6e85f1 remove unused typedefs by Noel Grandin · 8 years ago
  40. a5be07d inline use-once typedefs by Noel Grandin · 8 years ago
  41. be359b1 loplugin:unusedenumconstants by Noel Grandin · 8 years ago
  42. 8efd39b Fix typos by Andrea Gelmini · 8 years ago
  43. 4e14475 loplugin:unusedindex by Mike Kaganski · 8 years ago
  44. 15d134b Make temp copy of dbaccess/qa/unit/data/firebird_empty.odb for testing by Stephan Bergmann · 8 years ago
  45. f388d1d CONTAINER_ENTRY_NOTFOUND not needed anymore by Noel Grandin · 8 years ago
  46. 865eb18 use ColumnPositions name more consistently by Noel Grandin · 8 years ago
  47. 6d03c13 sal_Bool -> bool by Stephan Bergmann · 8 years ago
  48. 6f4f567 No need to keep these whitelisted functions decorated with SAL_CALL by Stephan Bergmann · 8 years ago
  49. a987aa3 Make loplugin:salcall look into macros too by Stephan Bergmann · 8 years ago
  50. fe95086 Remove traces of Report Builder's former status as extension by Lionel Elie Mamane · 8 years ago
  51. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  52. a31267b Fix isSalCallFunction so it also works on Windows by Stephan Bergmann · 8 years ago
  53. 9036bf1 loplugin:salcall vcl builder methods by Noel Grandin · 8 years ago
  54. e1755ac8 loplugin:countusersofdefaultparams in connectivity by Noel Grandin · 8 years ago
  55. 19f9a7e Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx by Stephan Bergmann · 8 years ago
  56. a36b3f3 tdf#113413 dbaccess: only use SolarMutex in ODatabaseDocument by Michael Stahl · 8 years ago
  57. c0ac78c loplugin:salcall handle virtual methods by Noel Grandin · 8 years ago
  58. 3ea3c08 Replace deprecated std::bin2nd with lambda in dbaccess by Stephan Bergmann · 8 years ago
  59. 2326619 Replace deprecated std::mem_fun et al in dbaccess by Stephan Bergmann · 8 years ago
  60. 8e60725 loplugin:countusersofdefaultparams in dbaccess by Noel Grandin · 8 years ago
  61. 9a06b99 loplugin:salcall fix non-virtual methods by Noel Grandin · 8 years ago
  62. 5066377 Don't prevent ODatabaseDocument refcount from dropping to zero by Stephan Bergmann · 8 years ago
  63. 6f2f339 dbaccess: -Werror,-Wimplicit-fallthrough by Michael Stahl · 8 years ago
  64. f7a5335 xmloff: turn SvXMLImportContext into a no-op base class by Michael Stahl · 8 years ago
  65. ebb3457 dbaccess: split up ODBFilter::CreateContext() by Michael Stahl · 8 years ago
  66. 2e5508a loplugin:unnecessaryparen check for (f1()).f2 by Noel Grandin · 8 years ago
  67. b26012e Make loplugin:unnecessaryparen look through implicit by Stephan Bergmann · 8 years ago
  68. 72ef2b5 Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all by Stephan Bergmann · 8 years ago
  69. 11ca1f8 Fix typos by Andrea Gelmini · 8 years ago
  70. 4f4486c look for =() in loplugin:unnecessaryparen by Noel Grandin · 8 years ago
  71. f9d1de6 Use for range loops and lambda in dbfindex (dbaccess) by Julien Nabet · 8 years ago
  72. e36c468 Replace list by vector in macromigrationdialog (dbaccess) by Julien Nabet · 8 years ago
  73. a26b6c5 Fix typos by Andrea Gelmini · 8 years ago
  74. 84e1a01 Delete test*.odb files by Stephan Bergmann · 8 years ago
  75. 425c64f Translate German comments and debug strings by Johnny_M · 8 years ago
  76. 9984579 survive building dbaccess+connectivity with --disable-dynamic-loading by Caolán McNamara · 8 years ago
  77. 9652124 use sal_uInt16 to pass PoolItem WhichId by Jochen Nitschke · 8 years ago
  78. 38f4d4c A user object id is *NOT* a SotClipboardFormatId by Eike Rathke · 8 years ago
  79. bff8d84 Properly construct vnd.sun.star.pkg URL by Stephan Bergmann · 8 years ago
  80. 3282328 loplugin:unusedmethods by Noel Grandin · 8 years ago
  81. 03f58aa dbaccess: properly encode path to prevent stripping "fragment" from it by Mike Kaganski · 8 years ago
  82. 80af51b ODBFilter::filter: Also leave window wait on exception by Mike Kaganski · 8 years ago
  83. 95d3518 Use std::initializer_list to construct Sequence by Mike Kaganski · 8 years ago
  84. 170ff1f ODatabaseContext::loadObjectFromURL: don't parse string for protocol by Mike Kaganski · 8 years ago
  85. 315bf65 loplugin:finalclasses in dbaccess by Noel Grandin · 8 years ago
  86. e3530d2 Make Windows error reporting more robust by Mike Kaganski · 8 years ago
  87. 8c9b5a9 loplugin:constantparam in connectivity by Noel Grandin · 8 years ago
  88. c45a348 loplugin:constantparam in d* by Noel Grandin · 8 years ago
  89. 72b9861 loplugin:includeform: dbaccess (Windows) by Stephan Bergmann · 8 years ago
  90. 11d2f3d vcl: make MapMode constructor explicit by Michael Stahl · 8 years ago
  91. 084f454 More loplugin:unnecessaryparen by Stephan Bergmann · 8 years ago
  92. 583b49d Work around bogus Clang C++17 -Werror,-Wunused-value by Stephan Bergmann · 8 years ago
  93. 4b27653 loplugin:includeform: dbaccess by Stephan Bergmann · 8 years ago
  94. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  95. 2ed9c74 use rtl::Reference in ODatabaseContext by Noel Grandin · 8 years ago
  96. 9b88281 turn implicit container explicit in buildable notebooks by Caolán McNamara · 9 years ago
  97. f6fcd29 Move dbaccess/source/core/dataaccess include files to common include directory by Stephan Bergmann · 8 years ago
  98. ecc3d43 Related: tdf#107569 Remove useless slots by Maxim Monastirsky · 9 years ago
  99. 1944e3d Rename and move SAL_U/W to o3tl::toU/W by Mike Kaganski · 9 years ago
  100. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago