summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext
AgeCommit message (Expand)AuthorFilesLines
2018-05-14loplugin:useuniqueptr in SaveDBDocPageNoel Grandin2-4/+4
2018-04-13tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen3-4/+2
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin3-7/+7
2018-03-21support both vcl and weld in genericunodialog for interimCaolán McNamara2-5/+5
2018-03-10Modernize a bit more dbaccessJulien Nabet3-44/+26
2018-02-22weld native message dialogsCaolán McNamara1-3/+4
2018-02-01tdf#42949 Remove unneeded helpids.h headers (1/3)Gabor Kelemen1-1/+0
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann4-7/+6
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-6/+6
2017-12-13Remove traces of Report Builder's former status as extensionLionel Elie Mamane1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-11-18Replace list by vector in macromigrationdialog (dbaccess)Julien Nabet1-23/+19
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin1-8/+4
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann6-12/+12
2017-09-18Removed duplicated includeAndrea Gelmini1-1/+0
2017-09-17Replace some lists by vectors in dbaccessJulien Nabet1-2/+2
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin3-36/+36
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara14-440/+132
2017-07-11use more range-for on uno::SequenceNoel Grandin1-11/+5
2017-07-06use more begin()/end() for SequenceNoel Grandin1-21/+12
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann1-2/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara1-5/+5
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin2-7/+4
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-17remove unused defines from HRC files in dbaccessNoel Grandin2-6/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist11-28/+28
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-24/+24
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin1-10/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann1-0/+2
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-11-17loplugin:datamembershadowNoel Grandin1-2/+0
2016-10-05loplugin:unnecessaryoverride in dbaccessNoel Grandin2-18/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann4-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-6/+6
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin1-2/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-6/+0
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-6/+0
2016-04-30Fix typosAndrea Gelmini1-2/+2
2016-04-27-Werror,-WvarargsStephan Bergmann1-1/+1
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin1-5/+5