summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
2017-12-19inline use-once typedefsNoel Grandin5-12/+6
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-2/+2
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann1-1/+1
2017-12-06tdf#113413 dbaccess: only use SolarMutex in ODatabaseDocumentMichael Stahl1-28/+5
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin5-5/+5
2017-12-05Replace deprecated std::mem_fun et al in dbaccessStephan Bergmann1-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-3/+3
2017-11-06loplugin:finalclasses in dbaccessNoel Grandin1-4/+2
2017-11-01loplugin:constantparam in d*Noel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann15-26/+26
2017-10-18use rtl::Reference in ODatabaseContextNoel Grandin1-1/+1
2017-10-16Move dbaccess/source/core/dataaccess include files to common include directoryStephan Bergmann4-0/+1036
2017-08-28Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppendStephan Bergmann3-8/+23
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-08-01loplugin:checkunusedparamsNoel Grandin1-2/+1
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-8/+8
2017-07-21migrate to boost::gettextCaolán McNamara3-234/+0
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-3/+1
2017-06-29improve refcounting lopluginNoel Grandin1-1/+1
2017-06-23loplugin:unusedfields in dbaccessNoel Grandin4-8/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara1-3/+0
2017-05-09loplugin:constantparamNoel Grandin1-2/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-03-30remove type decorations on char literalsJochen Nitschke1-2/+2
2017-03-14remove unused RID constantsNoel Grandin1-4/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann6-22/+22
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist10-22/+22
2017-01-26Remove dynamic exception specificationsStephan Bergmann20-401/+382
2017-01-19New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann3-0/+5
2017-01-16new loplugin: useuniqueptr: dbaccessNoel Grandin1-1/+1
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-1/+1
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke2-2/+0
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin1-1/+0
2016-10-26coverity#1374268 Uncaught exceptionCaolán McNamara1-1/+3
2016-10-19loplugin:expandablemethodds in dbaccess..drawinglayerNoel Grandin1-2/+0
2016-10-05loplugin:unnecessaryoverride in dbaccessNoel Grandin1-1/+1
2016-09-13loplugin:dllprivateStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann18-22/+22
2016-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin7-14/+14
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-2/+2
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-18Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-13loplugin:passstuffbyref in dbaccessNoel Grandin5-5/+5
2016-04-12Avoid reserved identifiersStephan Bergmann2-6/+6
2016-04-12clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin1-3/+3
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-3/+0