summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file/FStatement.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-05loplugin:useuniqueptr in OStatement_BaseNoel Grandin1-3/+2
2018-02-02remove connectivity OSubComponentNoel Grandin1-3/+1
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: connectivityStephan Bergmann1-6/+6
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-56/+54
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-19loplugin:constparams in connectivityNoel Grandin1-2/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+2
2017-03-29tdf#39468 Translate German commentsJens Carl1-19/+19
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-8/+8
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-14/+14
2016-11-15loplugin:constantparamNoel Grandin1-1/+1
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin1-6/+1
2016-09-01coverity#1372390 Uncaught exceptionCaolán McNamara1-2/+1
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann1-1/+1
2016-06-09remove some manual ref-counting in connectivityNoel Grandin1-21/+6
2016-05-30com::sun::star->css in connectivityNoel Grandin1-5/+5
2016-05-22convert TAscendingOrder to scoped enumNoel Grandin1-1/+1
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-02-25convert SQLNodeType to scoped enumNoel Grandin1-4/+4
2016-02-25convert OSQLStatementType to scoped enumNoel Grandin1-5/+5
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-06-12so m_pEvaluationKeySet is always NULLCaolán McNamara1-1/+0
2015-06-12m_pEvaluationKeySet is always NULLCaolán McNamara1-4/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-5/+5
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-02-21Typo: trough->throughJulien Nabet1-1/+1
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza1-1/+0
2014-07-01coverity#1224302 Uncaught exceptionCaolán McNamara1-3/+2
2014-06-18fdo#80084 file driver PreparedStatement: close previous ResultSet on reexecLionel Elie Mamane1-4/+27
2014-06-04connectivity: fix includesThomas Arnhold1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-3/+3
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin1-23/+0
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-8/+8
2014-04-16connectivity: sal_Bool->boolNoel Grandin1-4/+4
2014-03-28Remove remaining DBG_CTOR etc. remnants from connectivityStephan Bergmann1-5/+0
2014-02-27Remove visual noise from connectivityAlexander Wilms1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-12/+12
2014-02-23Remove unneccessary commentsAlexander Wilms1-38/+38
2014-01-28bool improvementsStephan Bergmann1-8/+8
2013-12-13sdbc file driver (Prepared)Statement: created ResultSet owned by *caller*Lionel Elie Mamane1-37/+0