summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/dbtools.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-04tdf#108789: branch 5.4 onlyLionel Elie Mamane1-0/+83
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-16/+16
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+8
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke1-6/+2
2016-09-01coverity#1372406 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-01coverity#1372402 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith1-2/+1
2016-07-12tdf#100866: Don't let exception pass connectivity::releaseStephan Bergmann1-2/+8
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann1-26/+26
2016-06-06Use o3tl/any.hxx in connectivityStephan Bergmann1-37/+36
2016-05-30com::sun::star->css in connectivityNoel Grandin1-5/+5
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-11clang-tidy performance-unnecessary-value-param in connectivityNoel Grandin1-5/+5
2016-04-06Avoid reserved identifiersStephan Bergmann1-11/+11
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-28Use const_iterator when possible (connectivity)Julien Nabet1-6/+6
2016-03-03loplugin:unuseddefaultparams in include/filterNoel Grandin1-2/+2
2016-02-25convert StandardSQLState to scoped enumNoel Grandin1-1/+1
2016-02-25convert EComposeRule to scoped enumNoel Grandin1-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-09new loplugin: oncevarNoel Grandin1-5/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-02loplugin:stringconstantNoel Grandin1-6/+3
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-09Get rid of connectivity's diagnose_ex.hStephan Bergmann1-1/+0
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann1-2/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-7/+7
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-08callcatcher: update unused codeCaolán McNamara1-5/+0
2015-04-28css.util.XNumberFormats.genarateFormat nLeading param is of type shortStephan Bergmann1-1/+1
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls1-15/+0
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls1-0/+15
2015-04-01Remove redundant Reference<> from within UnoType<> usesStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-25/+25
2015-02-23use init lists for property sequencesBjoern Michaelsen1-5/+5
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-05connectivity: remove SAL_THROW macroNoel Grandin1-9/+6
2014-06-04connectivity: fix includesThomas Arnhold1-3/+3
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4Julien Nabet1-10/+10
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-2/+2