summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/ResultSet.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-10-01throw more useful uno::Exception'sNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-06-11Fix typosAndrea Gelmini
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M
2017-04-28loplugin:checkunusedparams in connectivityNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-10New loplugin:conststringvar: connectivityStephan Bergmann
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-12-23loplugin:unusedfields in connectivityNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-06-30more change in JNI func sigs between Java 6 and 7 workaroundsRene Engelhard
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2014-10-27cid#1249675 Uncaught exceptionNoel Grandin
2014-10-25coverity#706319 Uncaught exceptionCaolán McNamara
2014-10-25coverity#706317 Uncaught exceptionCaolán McNamara
2014-10-15coverity#706322 Uncaught exceptionCaolán McNamara
2014-10-14coverity#706332 Uncaught exceptionCaolán McNamara
2014-10-14coverity#706326 Uncaught exceptionCaolán McNamara
2014-10-12coverity#706331 Uncaught exceptionCaolán McNamara
2014-10-03loplugin: cstylecastNoel Grandin
2014-08-21starsdbc -> css::sdbcThomas Arnhold
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-17remove wrongly added IsBookmarkable propertyLionel Elie Mamane
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-05-12Kill DECL_PROP1IMPL and related (jdbc part)Julien Nabet
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from connectivityAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-22Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-17fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-06-12re-base on ALv2 code.Michael Meeks
2012-03-29removed duplicate includes in connectivityTakeshi Abe
2011-11-27remove include of pch header in connectivityNorbert Thiebaud
2011-04-13catch by const referenceCaolán McNamara