summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MResultSet.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-7/+7
2016-04-11No need to wrap SAL_INFO in OSL_DEBUG_LEVEL > 0Stephan Bergmann1-12/+0
2016-04-11Replace OUtoCStr macroJulien Nabet1-12/+10
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet1-6/+6
2016-02-25convert SQLNodeType to scoped enumNoel Grandin1-9/+9
2016-02-25convert OSQLStatementType to scoped enumNoel Grandin1-4/+4
2016-02-11mork: Clean up unused includesDavid Ostrovsky1-12/+0
2016-02-09Remove excess newlinesChris Sherlock1-9/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-09-14boost->stdCaolán McNamara1-1/+1
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-28Use TriState instead of 0/1/-1Stephan Bergmann1-6/+6
2015-04-27More loplugin:simplifyboolStephan Bergmann1-6/+6
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-25new constantfunction lopluginNoel Grandin1-34/+5
2015-03-23Revert "loplugin:constantfunction: connectivity"Noel Grandin1-16/+56
2015-03-23loplugin:constantfunction: connectivityNoel Grandin1-56/+16
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-42/+49
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-2/+6
2015-02-25connectivity: replace magic numbers with constants from CompareBookmarkMichael Stahl1-3/+5
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