summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc
AgeCommit message (Expand)AuthorFilesLines
2015-05-08I very much assume this wants to call java.io.Reader.readyStephan Bergmann1-3/+3
2015-05-04drop useless temp debugging stringsCaolán McNamara1-11/+0
2015-04-28Make use of comphelper::log::convert::convetLogArgToString bool overloadStephan Bergmann1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-5/+5
2015-03-13loplugin:cstylecast (32-bit)Stephan Bergmann1-1/+1
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan6-28/+47
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-10-27coverity#706321 Uncaught exceptionCaolán McNamara1-3/+6
2014-10-27cid#1249675 Uncaught exceptionNoel Grandin1-1/+1
2014-10-25coverity#706329 Uncaught exceptionCaolán McNamara2-7/+7
2014-10-25coverity#706328 Uncaught exceptionCaolán McNamara1-2/+2
2014-10-25coverity#706322 Uncaught exceptionCaolán McNamara2-3/+12
2014-10-25coverity#706319 Uncaught exceptionCaolán McNamara13-126/+124
2014-10-25coverity#706317 Uncaught exceptionCaolán McNamara14-58/+70
2014-10-24coverity#736109 Nesting level does not match indentationCaolán McNamara1-1/+1
2014-10-15coverity#706322 Uncaught exceptionCaolán McNamara6-10/+20
2014-10-15coverity#706318 Uncaught exceptionCaolán McNamara1-25/+31
2014-10-14coverity#706320 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-14coverity#706319 Uncaught exceptionCaolán McNamara1-1/+2
2014-10-14coverity#706332 Uncaught exceptionCaolán McNamara1-4/+1
2014-10-14coverity#706327 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-14coverity#706326 Uncaught exceptionCaolán McNamara8-52/+62
2014-10-12coverity#706331 Uncaught exceptionCaolán McNamara10-67/+87
2014-10-03cid#704588 Dereference after null checkNoel Grandin1-1/+1
2014-10-03loplugin: cstylecastNoel Grandin14-53/+53
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-08-21starsdbc -> css::sdbcThomas Arnhold6-35/+35
2014-07-22Resolves fdo#81213: Wrong table-clause generated by reportbuilderJulien Nabet1-1/+1
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara6-10/+10
2014-07-03use assert when followed by derefCaolán McNamara1-1/+2
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-04connectivity: fix includesThomas Arnhold8-17/+17
2014-05-30Replace "compareToAscii" by !=Julien Nabet1-33/+32
2014-05-29Update comment to reality... many properties now, not one.Lionel Elie Mamane1-1/+3
2014-05-29To avoid some confusion for people like me :)Julien Nabet1-0/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet4-14/+14
2014-05-22remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2014-05-17remove wrongly added IsBookmarkable propertyLionel Elie Mamane1-3/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-16/+12
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin3-114/+0
2014-05-12Kill DECL_PROP0 and the rest + clean propertyids.hxxJulien Nabet1-10/+20
2014-05-12Kill DECL_PROP1IMPL and related (jdbc part)Julien Nabet1-5/+17
2014-04-16connectivity: sal_Bool->boolNoel Grandin8-40/+40
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin1-1/+1