summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MResultSet.cxx
AgeCommit message (Expand)Author
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-04-28Use TriState instead of 0/1/-1Stephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls
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-25new constantfunction lopluginNoel Grandin
2015-03-23Revert "loplugin:constantfunction: connectivity"Noel Grandin
2015-03-23loplugin:constantfunction: connectivityNoel Grandin
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-02-25connectivity: replace magic numbers with constants from CompareBookmarkMichael Stahl
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara
2014-05-30Fix memory leakStephan Bergmann
2014-05-30Fix memory leakStephan Bergmann
2014-05-24coverity#983622 Uncaught exceptionCaolán McNamara
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-14connectivity: remove SAL_INFO's that only mark function entryNoel Grandin
2014-05-12Kill DECL_PROP1IMPL and related (mork part)Julien Nabet
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-10It's "its", not "it's"Tor Lillqvist
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-01-28bool improvementsStephan Bergmann
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza
2013-10-07CID#738572 uninitialized membersCaolán McNamara
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-19Cleanup String in connectivityNorbert Thiebaud
2013-07-09Remove warning by using the right printf commandsArnaud Versini
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky
2012-10-10mork driver: add list tables and unit testDavid Ostrovsky
2012-10-04Remove blocks of code that will never execute("#if 0" blocks)Marcos Paulo de Souza
2012-09-21MResultSet WaE fixedDavid Ostrovsky
2012-09-20mork driver: refactoring query engineDavid Ostrovsky
2012-09-19OResultSet: close() is routinely called after dispose()Stephan Bergmann
2012-09-18mork driver implementationDavid Ostrovsky