summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc
AgeCommit message (Expand)Author
2015-06-30more change in JNI func sigs between Java 6 and 7 workaroundsRene Engelhard
2015-06-22Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-08...or rather, like thisStephan Bergmann
2015-05-08loplugin:implicitboolconversionStephan Bergmann
2015-05-08jdbc character stream: don't mix up bytes and charactersLionel Elie Mamane
2015-05-08I very much assume this wants to call java.io.Reader.readyStephan Bergmann
2015-05-04drop useless temp debugging stringsCaolán McNamara
2015-04-28Make use of comphelper::log::convert::convetLogArgToString bool overloadStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-13loplugin:cstylecast (32-bit)Stephan Bergmann
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-27coverity#706321 Uncaught exceptionCaolán McNamara
2014-10-27cid#1249675 Uncaught exceptionNoel Grandin
2014-10-25coverity#706329 Uncaught exceptionCaolán McNamara
2014-10-25coverity#706328 Uncaught exceptionCaolán McNamara
2014-10-25coverity#706322 Uncaught exceptionCaolán McNamara
2014-10-25coverity#706319 Uncaught exceptionCaolán McNamara
2014-10-25coverity#706317 Uncaught exceptionCaolán McNamara
2014-10-24coverity#736109 Nesting level does not match indentationCaolán McNamara
2014-10-15coverity#706322 Uncaught exceptionCaolán McNamara
2014-10-15coverity#706318 Uncaught exceptionCaolán McNamara
2014-10-14coverity#706320 Uncaught exceptionCaolán McNamara
2014-10-14coverity#706319 Uncaught exceptionCaolán McNamara
2014-10-14coverity#706332 Uncaught exceptionCaolán McNamara
2014-10-14coverity#706327 Uncaught exceptionCaolán McNamara
2014-10-14coverity#706326 Uncaught exceptionCaolán McNamara
2014-10-12coverity#706331 Uncaught exceptionCaolán McNamara
2014-10-03cid#704588 Dereference after null checkNoel Grandin
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-08-21starsdbc -> css::sdbcThomas Arnhold
2014-07-22Resolves fdo#81213: Wrong table-clause generated by reportbuilderJulien Nabet
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-07-03use assert when followed by derefCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-30Replace "compareToAscii" by !=Julien Nabet
2014-05-29Update comment to reality... many properties now, not one.Lionel Elie Mamane
2014-05-29To avoid some confusion for people like me :)Julien Nabet
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet