summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MResultSet.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-12connectivity: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-07-21coverity#706376 Uncaught exceptionCaolán McNamara1-2/+2
2014-05-30Fix memory leakStephan Bergmann1-7/+5
2014-05-30Fix memory leakStephan Bergmann1-5/+3
2014-05-24coverity#983622 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-3/+3
2014-05-14connectivity: remove SAL_INFO's that only mark function entryNoel Grandin1-5/+0
2014-05-12Kill DECL_PROP1IMPL and related (mork part)Julien Nabet1-5/+14
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-37/+37
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-02-27Remove visual noise from connectivityAlexander Wilms1-7/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-81/+81
2014-02-23Remove unneccessary commentsAlexander Wilms1-99/+99
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist1-4/+4
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin1-6/+6
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-12/+11
2013-10-09fdo#54938: Adapt connectivity module to use cppu::supportsServiceMarcos Paulo de Souza1-8/+3
2013-10-07CID#738572 uninitialized membersCaolán McNamara1-1/+2
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt1-3/+6
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-3/+3
2013-07-19Cleanup String in connectivityNorbert Thiebaud1-0/+2
2013-07-09Remove warning by using the right printf commandsArnaud Versini1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-46/+46
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-7/+7
2013-02-05ORowSetValue: clean up sign/unsigned union memberDavid Ostrovsky1-1/+1
2012-10-10mork driver: add list tables and unit testDavid Ostrovsky1-2/+2
2012-10-04Remove blocks of code that will never execute("#if 0" blocks)Marcos Paulo de Souza1-103/+0
2012-09-21MResultSet WaE fixedDavid Ostrovsky1-0/+4
2012-09-20mork driver: refactoring query engineDavid Ostrovsky1-312/+4
2012-09-19OResultSet: close() is routinely called after dispose()Stephan Bergmann1-2/+0
2012-09-18mork driver implementationDavid Ostrovsky1-0/+2301