summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/dbtools.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-29tdf#125340 transport preferred dialog parent down the migration dialogCaolán McNamara1-15/+41
2019-04-17Fix typoAndrea Gelmini1-2/+2
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+1
2019-03-10Fix typoAndrea Gelmini1-3/+3
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-7/+4
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-1/+1
2018-10-22pvs-studio: V571 Recurring checkCaolán McNamara1-8/+5
2018-09-17New loplugin:externalStephan Bergmann1-5/+5
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-9/+6
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-0/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-08loplugin:constantparam in canvas..comphelperNoel Grandin1-9/+6
2018-02-02remove connectivity OSubComponentNoel Grandin1-43/+0
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann1-6/+6
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-01loplugin:constantparam in connectivityNoel Grandin1-11/+7
2017-10-23loplugin:includeform: connectivityStephan Bergmann1-3/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+2
2017-09-24tdf#96505 Get rid of cargo cult "long" integer literals66kesara991-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-1/+1
2017-07-07No language driver in header for dBASEIII/PlusJulien Nabet1-1/+4
2017-07-07remove nullptr checks on STL search result iteratorsJochen Nitschke1-2/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin1-2/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin1-3/+3
2017-07-02tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane1-0/+83
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-6/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-7/+3
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